Property | Type | Description | |
---|---|---|---|
$close_tags | |||
$end_comment | |||
$end_print | |||
$end_tag | |||
$keywords | * they are case sensitive and sorted! | ||
$open_comment | |||
$open_print | |||
$open_tag | |||
$open_tags | |||
$operators | |||
$operators_single | * common operations | ||
$status | |||
$token | |||
$value |
Property | Type | Description | |
---|---|---|---|
$echoFirstToken |
Method | Description | |
---|---|---|
Error ( $text ) | ||
__construct ( $data, $compiler, $file ) | ||
getAlpha ( ) | ||
getLine ( ) | ||
getOperator ( ) | ||
getTag ( ) | ||
init ( $template, $compiler, $file = '' ) | ||
yylex ( ) | ||
yylex_html ( ) | ||
yylex_main ( ) |
Method | Description | |
---|---|---|
is_token_end ( string $letter ) : boolean | Return TRUE if $letter is a valid "token_end". We use token_end to avoid confuse T_ALPHA TRUEfoo with TRUE and foo (T_ALPHA) |
protected is_token_end ( string $letter ) : boolean | ||
$letter | string | |
return | boolean |