21 parent::__construct(
array(),
array(
'var_name' => $varName));
33 class_alias(
'Twig_Profiler_Node_LeaveProfile',
'Twig\Profiler\Node\LeaveProfileNode',
false);
Represents a node in the AST.
Represents a profile leave node.
Create styles array
The data for the language used.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
write()
Writes a string to the compiled code by adding indentation.