34 class_alias(
'Twig_TokenParser_Flush',
'Twig\TokenParser\FlushTokenParser',
false);
Flushes the output to the client.
getTag()
Gets the tag name associated with this token parser.
Base class for all token parsers.
parse(Twig_Token $token)
Parses a token and returns a node.