/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/twig-view/src/Twig/Node
NameSizeModeActions
Cell.php31290644editdlrm
Element.php25460644editdlrm
LayoutNode.php15870644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/twig-view/src/Twig/Node/Element.php (2546B)
$name, 'data' => $data, 'options' => $options, ], [], $lineno, $tag ); } /** * Compile node. * * @param \Twig\Compiler $compiler Compiler. * @return void */ public function compile(Compiler $compiler) { $compiler->addDebugInfo($this); $compiler->raw('echo $context[\'_view\']->element('); $compiler->subcompile($this->getNode('name')); $data = $this->getNode('data'); $compiler->raw(','); $compiler->subcompile($data); $options = $this->getNode('options'); $compiler->raw(','); $compiler->subcompile($options); $compiler->raw(");\n"); } }