Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DMethod.php25 class Twig_Filter_Method extends Twig_Filter class
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst705 You can also use ``Twig_Filter_Method`` instead of ``Twig_Filter_Function``
713 'rot13' => new Twig_Filter_Method($this, 'rot13Filter'),
725 The first argument of the ``Twig_Filter_Method`` constructor is always
745 'date' => new Twig_Filter_Method($this, 'dateFilter'),
H A Ddeprecated.rst71 * ``Twig_Filter_Method``