Home
last modified time | relevance | path

Searched refs:WithNode (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/
H A DWith.php3 use Twig\Node\WithNode; alias
8 class Twig_Node_With extends WithNode
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DWithTokenParser.php14 use Twig\Node\WithNode; alias
43 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DWithNode.php21 class WithNode extends Node class