Compiles the node to PHP.
Twig_Compiler A Twig_Compiler instance:
Overrides Twig_NodeInterface::compile
... See full list
public function compile(Twig_Compiler $compiler) { foreach ($this->nodes as $node) { $node ->compile($compiler); } }