33 $expr = $this->parser->getExpressionParser()->parseExpression();
42 $stream = $this->parser->getStream();
44 $ignoreMissing =
false;
49 $ignoreMissing =
true;
56 $variables = $this->parser->getExpressionParser()->parseExpression();
68 return array($variables, $only, $ignoreMissing);
Base class for all token parsers.
Represents an include node.
parse(Twig_Token $token)
Parses a token and returns a node.
getTag()
Gets the tag name associated with this token parser.