Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst71 the ``setLexer()`` method::
73 $twig->setLexer($lexer);
H A Drecipes.rst172 $twig->setLexer($lexer);
564 $env->setLexer(new \Twig\Lexer($env, [
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php679 public function setLexer(\Twig_LexerInterface $lexer) function in Twig\\Environment