|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Base class for all token parsers. More...
Inheritance diagram for Twig_TokenParser:
Collaboration diagram for Twig_TokenParser:Public Member Functions | |
| setParser (Twig_Parser $parser) | |
| Sets the parser associated with this token parser. More... | |
Public Member Functions inherited from Twig_TokenParserInterface | |
| setParser (Twig_Parser $parser) | |
| Sets the parser associated with this token parser. More... | |
| parse (Twig_Token $token) | |
| Parses a token and returns a node. More... | |
| getTag () | |
| Gets the tag name associated with this token parser. More... | |
Protected Attributes | |
| $parser | |
Base class for all token parsers.
Definition at line 17 of file TokenParser.php.
| Twig_TokenParser::setParser | ( | Twig_Parser | $parser | ) |
Sets the parser associated with this token parser.
Implements Twig_TokenParserInterface.
Definition at line 27 of file TokenParser.php.
References $parser.
|
protected |
Definition at line 22 of file TokenParser.php.
Referenced by setParser().