Home
last modified time | relevance | path

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

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