芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/TextNode.php
*/ #[\Twig\Attribute\YieldReady] class TextNode extends Node implements NodeOutputInterface { public function __construct(string $data, int $lineno) { parent::__construct([], ['data' => $data], $lineno); } public function compile(Compiler $compiler) : void { $compiler->addDebugInfo($this); $compiler->write('yield ')->string($this->getAttribute('data'))->raw(";\n"); } }