Token
class Token (View source)
Constants
| EOF |
|
| SLASH_COMMENT |
|
| HASH_COMMENT |
|
| MULTILINE_COMMENT |
|
| SPACE |
|
| NEWLINE |
|
| INCLUDE |
|
| NAMESPACE |
|
| META_PATH_START |
|
| OBJECT_PATH_PART |
|
| PROTOTYPE_START |
|
| ASSIGNMENT |
|
| COPY |
|
| UNSET |
|
| FUSION_OBJECT_NAME |
|
| TRUE_VALUE |
|
| FALSE_VALUE |
|
| NULL_VALUE |
|
| INTEGER |
|
| FLOAT |
|
| STRING_DOUBLE_QUOTED |
|
| STRING_SINGLE_QUOTED |
|
| EEL_EXPRESSION |
|
| DSL_EXPRESSION_START |
|
| DSL_EXPRESSION_CONTENT |
|
| FILE_PATTERN |
|
| DOT |
|
| COLON |
|
| RPAREN |
|
| LBRACE |
|
| RBRACE |
|
Methods
__construct(int $type, string $value)
No description
int
getType()
No description
string
getValue()
No description
static string
typeToString(int $type)
Returns the constant representation of a given type.
static
getConstants()
No description
Details
__construct(int $type, string $value)
No description
int
getType()
No description
string
getValue()
No description
static string
typeToString(int $type)
Returns the constant representation of a given type.
static protected
getConstants()
No description