|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Includes a template. More...
Inheritance diagram for Twig_TokenParser_Include:
Collaboration diagram for Twig_TokenParser_Include: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... | |
Protected Member Functions | |
| parseArguments () | |
Additional Inherited Members | |
Protected Attributes inherited from Twig_TokenParser | |
| $parser | |
Includes a template.
{% include 'header.html' %}
Body
{% include 'footer.html' %}
Definition at line 22 of file Include.php.
| Twig_TokenParser_Include::getTag | ( | ) |
Gets the tag name associated with this token parser.
Implements Twig_TokenParserInterface.
Reimplemented in Twig_TokenParser_Embed.
Definition at line 59 of file Include.php.
| Twig_TokenParser_Include::parse | ( | Twig_Token | $token | ) |
Parses a token and returns a node.
| Twig_Error_Syntax |
Implements Twig_TokenParserInterface.
Reimplemented in Twig_TokenParser_Embed.
Definition at line 24 of file Include.php.
References PHPMailer\PHPMailer\$token, and parseArguments().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file Include.php.
References GuzzleHttp\Psr7\$stream, Twig_Token\BLOCK_END_TYPE, and Twig_Token\NAME_TYPE.
Referenced by Twig_TokenParser_Embed\parse(), and parse().
Here is the caller graph for this function: