Token
class Token
Latte parser token.
Constants
| TEXT |
|
| MACRO_TAG |
|
| HTML_TAG_BEGIN |
|
| HTML_TAG_END |
|
| HTML_ATTRIBUTE_BEGIN |
|
| HTML_ATTRIBUTE_END |
|
| COMMENT |
|
Properties
| string | $type | ||
| string | $text | ||
| int | $line | ||
| string | $name | ||
| string | $value | ||
| string | $modifiers | ||
| bool | $closing | ||
| bool | $empty |
Traits
Better OOP experience.