36 class_alias(
'Twig_Node_AutoEscape',
'Twig\Node\AutoEscapeNode',
false);
Represents a node in the AST.
Represents an autoescape node.
subcompile(Twig_NodeInterface $node, $raw=true)
Represents a node in the AST.
__construct($value, Twig_NodeInterface $body, $lineno, $tag='autoescape')
Create styles array
The data for the language used.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.