Jarves\Twig\Node\Unsearchable::compile PHP Method

compile() public method

Compiles the node to PHP.
public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler
    public function compile(\Twig_Compiler $compiler)
    {
        $compiler->addDebugInfo($this)->write("ob_start();\n")->subcompile($this->getNode('body'))->write("echo '<!--[jarves-unsearchable]-->' . ob_get_clean() . '<!--[/jarves-unsearchable]-->';\n");
    }