Home
last modified time | relevance | path

Searched refs:NodeOutputInterface (Results 1 – 8 of 8) sorted by last modified time

/template/twigstarter/vendor/twig/twig/src/Node/
H A DSpacelessNode.php25 class SpacelessNode extends Node implements NodeOutputInterface
H A DNodeOutputInterface.php19 interface NodeOutputInterface interface
H A DBlockReferenceNode.php22 class BlockReferenceNode extends Node implements NodeOutputInterface
H A DIncludeNode.php23 class IncludeNode extends Node implements NodeOutputInterface
H A DPrintNode.php23 class PrintNode extends Node implements NodeOutputInterface
H A DTextNode.php22 class TextNode extends Node implements NodeOutputInterface
/template/twigstarter/vendor/twig/twig/src/
H A 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) {
/template/twigstarter/vendor/twig/twig/lib/Twig/
H A DNodeOutputInterface.php3 use Twig\Node\NodeOutputInterface; alias
11 class Twig_NodeOutputInterface extends NodeOutputInterface