|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Twig_Tests_EnvironmentTest_Extension:
Collaboration diagram for Twig_Tests_EnvironmentTest_Extension:Public Member Functions | |
| 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 () | |
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 () | |
| initRuntime (Twig_Environment $environment) | |
| Initializes the runtime environment. More... | |
| 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 () | |
| Returns a list of global variables to add to the existing list. More... | |
| getName () | |
| Returns the name of the extension. More... | |
Definition at line 538 of file EnvironmentTest.php.
| Twig_Tests_EnvironmentTest_Extension::getFilters | ( | ) |
Returns a list of filters to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 554 of file EnvironmentTest.php.
| Twig_Tests_EnvironmentTest_Extension::getFunctions | ( | ) |
Returns a list of functions to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 568 of file EnvironmentTest.php.
| Twig_Tests_EnvironmentTest_Extension::getGlobals | ( | ) |
Reimplemented from Twig_Extension.
Definition at line 583 of file EnvironmentTest.php.
| Twig_Tests_EnvironmentTest_Extension::getNodeVisitors | ( | ) |
Returns the node visitor instances to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 547 of file EnvironmentTest.php.
| Twig_Tests_EnvironmentTest_Extension::getOperators | ( | ) |
Returns a list of operators to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 575 of file EnvironmentTest.php.
| Twig_Tests_EnvironmentTest_Extension::getTests | ( | ) |
Returns a list of tests to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 561 of file EnvironmentTest.php.
| Twig_Tests_EnvironmentTest_Extension::getTokenParsers | ( | ) |
Returns the token parser instances to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 540 of file EnvironmentTest.php.