Home
last modified time | relevance | path

Searched refs:Twig_Function_Node (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DNode.php23 class Twig_Function_Node extends Twig_Function class
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst89 * ``Twig_Function_Node``
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php713 …return $function instanceof \Twig_Function_Node ? $function->getClass() : 'Twig\Node\Expression\Fu…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG540 * fixed wrong parent class for Twig_Function_Node
686 * added Twig_Function_Node to allow more complex functions to have their own Node class