Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/
DNodeOutputInterface.php19 interface NodeOutputInterface interface
DBlockReferenceNode.php24 class BlockReferenceNode extends Node implements NodeOutputInterface
DTextNode.php24 class TextNode extends Node implements NodeOutputInterface
DPrintNode.php25 class PrintNode extends Node implements NodeOutputInterface, CoercesChildrenToStringInterface
DIncludeNode.php25 class IncludeNode extends Node implements NodeOutputInterface, CoercesChildrenToStringInterface
/template/twigstarter/vendor/twig/twig/src/
DParser.php33 use Twig\Node\NodeOutputInterface; alias
558 …nstanceof TextNode && !$node instanceof BlockReferenceNode && $node instanceof NodeOutputInterface)
584 if ($node instanceof NodeOutputInterface) {