Class MacroTokens
Macro tag tokenizer.
- Nette\Object
- Nette\Utils\TokenIterator
- Nette\Latte\MacroTokens
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
array
|
|
public
TokenIterator
|
|
protected
|
currentToken(),
currentValue(),
isCurrent(),
isNext(),
isPrev(),
joinAll(),
joinUntil(),
nextAll(),
nextToken(),
nextUntil(),
nextValue(),
scan()
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
integer |
T_WHITESPACE
|
1 |
|
integer |
T_COMMENT
|
2 |
|
integer |
T_SYMBOL
|
3 |
|
integer |
T_NUMBER
|
4 |
|
integer |
T_VARIABLE
|
5 |
|
integer |
T_STRING
|
6 |
|
integer |
T_CAST
|
7 |
|
integer |
T_KEYWORD
|
8 |
|
integer |
T_CHAR
|
9 |
public
integer
|
$depth | 0 |
$ignored,
$position,
$tokens
|
$reflection
|