|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Imports macros. More...
Inheritance diagram for Twig_TokenParser_Import:
Collaboration diagram for Twig_TokenParser_Import: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 | |
| Twig_TokenParser_Import::getTag | ( | ) |
Gets the tag name associated with this token parser.
Implements Twig_TokenParserInterface.
Definition at line 35 of file Import.php.
| Twig_TokenParser_Import::parse | ( | Twig_Token | $token | ) |
Parses a token and returns a node.
| Twig_Error_Syntax |
Implements Twig_TokenParserInterface.
Definition at line 23 of file Import.php.
References Twig_Token\BLOCK_END_TYPE, Twig_Token\getLine(), and Twig_Token\NAME_TYPE.
Here is the call graph for this function: