27 parent::__construct(array(
'body' => $body), array(
'value' => $value),
$lineno,
$tag);
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')
compile(Twig_Compiler $compiler)
Compiles the node to PHP.