芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/lot.mgaplay.com.br/vendor/twig/twig/src/Node/AutoEscapeNode.php
*/ class AutoEscapeNode extends Node { public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape') { parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag); } public function compile(Compiler $compiler): void { $compiler->subcompile($this->getNode('body')); } }