NextDom\Enums\ScenarioSubElementType
Class ScenarioExpressionType
Synopsis
class ScenarioSubElementType
extends Enum
{
- // constants
- const ACTION = 'action';
- const AT = 'at';
- const CODE = 'code';
- const CONDITION = 'condition';
- const ELSE = 'else';
- const FOR = 'for';
- const IF = 'if';
- const IN = 'in';
- const THEN = 'then';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
ACTION | 'action' |
AT | 'at' |
CODE | 'code' |
CONDITION | 'condition' |
ELSE | 'else' |
FOR | 'for' |
IF | 'if' |
IN | 'in' |
THEN | 'then' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()