22 parent::__construct(array(), array(
'output' =>
false,
'name' => $name),
$lineno,
$tag);
35 ->write(
"\$this->displayParentBlock(")
37 ->raw(
", \$context, \$blocks);\n")
41 ->
raw(
"\$this->renderParentBlock(")
43 ->raw(
", \$context, \$blocks)")
__construct($name, $lineno, $tag=null)
Compiles a node to PHP code.
getAttribute($name)
Gets an attribute.
addDebugInfo(Twig_NodeInterface $node)
Adds debugging information.
Abstract class for all nodes that represents an expression.
Represents a parent node.
raw($string)
Adds a raw string to the compiled code.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.