19 parent::__construct(array(), array(
'name' =>
$name),
$lineno);
27 ->write(
'if (isset($context[')
31 ->raw(
'_ = $context[')
33 ->raw(
']; } else { $_')
35 ->raw(
"_ = null; }\n")
40 class_alias(
'Twig_Node_SetTemp',
'Twig\Node\SetTempNode',
false);
__construct($name, $lineno)
Represents a node in the AST.
addDebugInfo(Twig_NodeInterface $node)
Adds debugging information.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.