Home
last modified time | relevance | path

Searched refs:NodeOutputInterface (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DNodeOutputInterface.php3 use Twig\Node\NodeOutputInterface; alias
8 class Twig_NodeOutputInterface extends NodeOutputInterface
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNodeOutputInterface.php19 interface NodeOutputInterface interface
H A DTextNode.php22 class TextNode extends Node implements NodeOutputInterface
H A DBlockReferenceNode.php22 class BlockReferenceNode extends Node implements NodeOutputInterface
H A DPrintNode.php23 class PrintNode extends Node implements NodeOutputInterface
H A DIncludeNode.php23 class IncludeNode extends Node implements NodeOutputInterface
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php24 use Twig\Node\NodeOutputInterface; alias
399 …nstanceof TextNode && !$node instanceof BlockReferenceNode && $node instanceof NodeOutputInterface)
417 if ($node instanceof NodeOutputInterface) {