ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
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 () | |
Definition at line 12 of file Extension.php.
Twig_Extension::getFilters | ( | ) |
Returns a list of filters to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 31 of file Extension.php.
References array.
Twig_Extension::getFunctions | ( | ) |
Returns a list of functions to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 41 of file Extension.php.
References array.
Twig_Extension::getGlobals | ( | ) |
Implements Twig_ExtensionInterface.
Definition at line 54 of file Extension.php.
References array.
Twig_Extension::getName | ( | ) |
Implements Twig_ExtensionInterface.
Definition at line 62 of file Extension.php.
Twig_Extension::getNodeVisitors | ( | ) |
Returns the node visitor instances to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 26 of file Extension.php.
References array.
Twig_Extension::getOperators | ( | ) |
Returns a list of operators to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 46 of file Extension.php.
References array.
Twig_Extension::getTests | ( | ) |
Returns a list of tests to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 36 of file Extension.php.
References array.
Twig_Extension::getTokenParsers | ( | ) |
Returns the token parser instances to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 21 of file Extension.php.
References array.
Twig_Extension::initRuntime | ( | Twig_Environment | $environment | ) |
Implements Twig_ExtensionInterface.
Definition at line 17 of file Extension.php.