33 class_alias(
'Twig_TokenParser',
'Twig\TokenParser\AbstractTokenParser',
false);
Default parser implementation.
Base class for all token parsers.
Interface implemented by token parsers.
setParser(Twig_Parser $parser)
Sets the parser associated with this token parser.