whoami7 - Manager
:
/
home
/
techyfnq
/
www
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
twig
/
twig
/
src
/
Node
/
Upload File:
files >> //home/techyfnq/www/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Node/BlockNode.php
<?php namespace MailPoetVendor\Twig\Node; if (!defined('ABSPATH')) exit; use MailPoetVendor\Twig\Compiler; class BlockNode extends Node { public function __construct(string $name, Node $body, int $lineno, string $tag = null) { parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag); } public function compile(Compiler $compiler) { $compiler->addDebugInfo($this)->write(\sprintf("public function block_%s(\$context, array \$blocks = [])\n", $this->getAttribute('name')), "{\n")->indent()->write("\$macros = \$this->macros;\n"); $compiler->subcompile($this->getNode('body'))->outdent()->write("}\n\n"); } } \class_alias('MailPoetVendor\\Twig\\Node\\BlockNode', 'MailPoetVendor\\Twig_Node_Block');
Copyright ©2021 || Defacer Indonesia