Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/lib/Twig/
DNodeOutputInterface.php3 use Twig\Node\NodeOutputInterface; alias
11 class Twig_NodeOutputInterface extends NodeOutputInterface
/template/twigstarter/vendor/twig/twig/src/Node/
DNodeOutputInterface.php19 interface NodeOutputInterface interface
DTextNode.php22 class TextNode extends Node implements NodeOutputInterface
DBlockReferenceNode.php22 class BlockReferenceNode extends Node implements NodeOutputInterface
DPrintNode.php23 class PrintNode extends Node implements NodeOutputInterface
DSpacelessNode.php25 class SpacelessNode extends Node implements NodeOutputInterface
DIncludeNode.php23 class IncludeNode extends Node implements NodeOutputInterface
/template/twigstarter/vendor/twig/twig/src/
DParser.php24 use Twig\Node\NodeOutputInterface; alias
341 …tNode && !$node instanceof BlockReferenceNode && ($node instanceof NodeOutputInterface && !$node i…
376 if ($node instanceof NodeOutputInterface && !$node instanceof SpacelessNode) {