$functions
$functions :
Used by Twig_Environment as a staging area.
getTokenParsers() : array<mixed,\Twig_TokenParserInterface>
Returns the token parser instances to add to the existing list.
getNodeVisitors() : array<mixed,\Twig_NodeVisitorInterface>
Returns the node visitor instances to add to the existing list.
getFilters() : array<mixed,\Twig_Filter>
Returns a list of filters to add to the existing list.
getTests() : array<mixed,\Twig_Test>
Returns a list of tests to add to the existing list.
getFunctions() : array<mixed,\Twig_Function>
Returns a list of functions to add to the existing list.
addFunction(\Twig_Function $function)
\Twig_Function | $function |
addFilter(\Twig_Filter $filter)
\Twig_Filter | $filter |
addNodeVisitor(\Twig_NodeVisitorInterface $visitor)
\Twig_NodeVisitorInterface | $visitor |
addTokenParser(\Twig_TokenParserInterface $parser)
\Twig_TokenParserInterface | $parser |
addTest(\Twig_Test $test)
\Twig_Test | $test |
Loading…