|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This file is part of Twig. More...
Inheritance diagram for Twig_Extensions_Extension_Text:
Collaboration diagram for Twig_Extensions_Extension_Text:Public Member Functions | |
| getFilters () | |
{Returns a list of filters to add to the existing list.
| |
| getName () | |
{Returns the name of the extension.
| |
Public Member Functions inherited from Twig_Extension | |
| initRuntime (Twig_Environment $environment) | |
| getTokenParsers () | |
| Returns the token parser instances to add to the existing list. More... | |
| getNodeVisitors () | |
| Returns the node visitor instances to add to the existing list. More... | |
| getFilters () | |
| Returns a list of filters to add to the existing list. More... | |
| getTests () | |
| Returns a list of tests to add to the existing list. More... | |
| getFunctions () | |
| Returns a list of functions to add to the existing list. More... | |
| getOperators () | |
| Returns a list of operators to add to the existing list. More... | |
| getGlobals () | |
| getName () | |
This file is part of Twig.
(c) 2009 Fabien Potencier
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
| Twig_Extensions_Extension_Text::getFilters | ( | ) |
{Returns a list of filters to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 20 of file Text.php.
| Twig_Extensions_Extension_Text::getName | ( | ) |
{Returns the name of the extension.
Implements Twig_ExtensionInterface.
Definition at line 31 of file Text.php.
References $env, and Twig_Environment\getCharset().
Here is the call graph for this function: