$name], [], $lineno, $tag); } /** * Compiles the node to PHP. * * @param Twig_Compiler $compiler A Twig_Compiler instance */ public function compile(Twig_Compiler $compiler) { $compiler ->addDebugInfo($this) ->write("echo \$this->env->getExtension('CMS')->contentFunction(") ->subcompile($this->getNode('name')) ->write(");\n") ; } }