Home
last modified time | relevance | path

Searched defs:setParser (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DAbstractTokenParser.php28 public function setParser(Parser $parser) function in Twig\\TokenParser\\AbstractTokenParser
H A DTokenParserInterface.php29 public function setParser(Parser $parser); function
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php544 public function setParser(Parser $parser) function in Twig\\Environment