Home
last modified time | relevance | path

Searched refs:NodeVisitorInterface (Results 1 – 10 of 10) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DNodeTraverser.php15 use Twig\NodeVisitor\NodeVisitorInterface; alias
30 * @param NodeVisitorInterface[] $visitors
40 public function addVisitor(NodeVisitorInterface $visitor)
63 private function traverseForVisitor(NodeVisitorInterface $visitor, Node $node)
H A DExtensionSet.php19 use Twig\NodeVisitor\NodeVisitorInterface; alias
275 public function addNodeVisitor(NodeVisitorInterface $visitor)
285 * @return NodeVisitorInterface[]
H A DEnvironment.php30 use Twig\NodeVisitor\NodeVisitorInterface; alias
760 public function addNodeVisitor(NodeVisitorInterface $visitor)
768 * @return NodeVisitorInterface[]
/template/twigstarter/vendor/twig/twig/lib/Twig/
H A DNodeVisitorInterface.php3 use Twig\NodeVisitor\NodeVisitorInterface; alias
11 class Twig_NodeVisitorInterface extends NodeVisitorInterface
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DExtensionInterface.php14 use Twig\NodeVisitor\NodeVisitorInterface; alias
37 * @return NodeVisitorInterface[]
H A DStagingExtension.php14 use Twig\NodeVisitor\NodeVisitorInterface; alias
63 public function addNodeVisitor(NodeVisitorInterface $visitor)
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DNodeVisitorInterface.php22 interface NodeVisitorInterface interface
H A DAbstractNodeVisitor.php24 abstract class AbstractNodeVisitor implements NodeVisitorInterface
H A DMacroAutoImportNodeVisitor.php27 final class MacroAutoImportNodeVisitor implements NodeVisitorInterface
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG167 * deprecated returning "false" to remove a Node from NodeVisitorInterface::leaveNode()
168 …* allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (…