|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for TwigTestTokenParser_§:
Collaboration diagram for TwigTestTokenParser_§:Public Member Functions | |
| parse (Twig_Token $token) | |
| Parses a token and returns a node. More... | |
| getTag () | |
| Gets the tag name associated with this token parser. More... | |
Public Member Functions inherited from Twig_TokenParser | |
| setParser (Twig_Parser $parser) | |
| Sets the parser associated with this token parser. More... | |
| 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... | |
Additional Inherited Members | |
Protected Attributes inherited from Twig_TokenParser | |
| $parser | |
Definition at line 112 of file IntegrationTest.php.
| TwigTestTokenParser_§::getTag | ( | ) |
Gets the tag name associated with this token parser.
Implements Twig_TokenParserInterface.
Definition at line 121 of file IntegrationTest.php.
| TwigTestTokenParser_§::parse | ( | Twig_Token | $token | ) |
Parses a token and returns a node.
| Twig_Error_Syntax |
Implements Twig_TokenParserInterface.
Definition at line 114 of file IntegrationTest.php.
References Twig_Token\BLOCK_END_TYPE.