Home
last modified time | relevance | path

Searched refs:setParent (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DExtendsTokenParser.php39 $this->parser->setParent($this->parser->getExpressionParser()->parseExpression());
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php313 public function setParent($parent) function in Twig\\Parser