Searched refs:NodeOutputInterface (Results 1 – 7 of 7) sorted by relevance
3 use Twig\Node\NodeOutputInterface; alias8 class Twig_NodeOutputInterface extends NodeOutputInterface
19 interface NodeOutputInterface interface
22 class TextNode extends Node implements NodeOutputInterface
22 class BlockReferenceNode extends Node implements NodeOutputInterface
23 class PrintNode extends Node implements NodeOutputInterface
23 class IncludeNode extends Node implements NodeOutputInterface
24 use Twig\Node\NodeOutputInterface; alias399 …nstanceof TextNode && !$node instanceof BlockReferenceNode && $node instanceof NodeOutputInterface)417 if ($node instanceof NodeOutputInterface) {