21 parent::__construct(array(), array(
'var_name' => $varName));
33class_alias(
'Twig_Profiler_Node_LeaveProfile',
'Twig\Profiler\Node\LeaveProfileNode',
false);
An exception for terminatinating execution or to throw for unit testing.
Compiles a node to PHP code.
write()
Writes a string to the compiled code by adding indentation.
Represents a node in the AST.
Represents a profile leave node.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.