26 $expr = $this->parser->getExpressionParser()->parseExpression();
35 $stream = $this->parser->getStream();
37 $ignoreMissing =
false;
41 $ignoreMissing =
true;
46 $variables = $this->parser->getExpressionParser()->parseExpression();
56 return array($variables, $only, $ignoreMissing);
65 class_alias(
'Twig_TokenParser_Include',
'Twig\TokenParser\IncludeTokenParser',
false);
Represents an include node.
$stream
PHP stream implementation.
getTag()
Gets the tag name associated with this token parser.
Base class for all token parsers.
Create styles array
The data for the language used.
parse(Twig_Token $token)
Parses a token and returns a node.