15 parent::__construct(array(), array(
'name' =>
$name),
$lineno);
28class_alias(
'Twig_Node_Expression_TempName',
'Twig\Node\Expression\TempNameExpression',
false);
An exception for terminatinating execution or to throw for unit testing.
Compiles a node to PHP code.
raw($string)
Adds a raw string to the compiled code.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
__construct($name, $lineno)
Abstract class for all nodes that represents an expression.