ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($operators) | |
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... | |
getGlobals () | |
Returns a list of global variables to add to the existing list. More... | |
getOperators () | |
Returns a list of operators to add to the existing list. More... | |
getName () | |
Returns the name of the extension. More... | |
Private Attributes | |
$operators | |
Definition at line 41 of file CustomExtensionTest.php.
InvalidOperatorExtension::__construct | ( | $operators | ) |
Definition at line 45 of file CustomExtensionTest.php.
InvalidOperatorExtension::getFilters | ( | ) |
Returns a list of filters to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 64 of file CustomExtensionTest.php.
References array.
InvalidOperatorExtension::getFunctions | ( | ) |
Returns a list of functions to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 74 of file CustomExtensionTest.php.
References array.
InvalidOperatorExtension::getGlobals | ( | ) |
Returns a list of global variables to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 79 of file CustomExtensionTest.php.
References array.
InvalidOperatorExtension::getName | ( | ) |
Returns the name of the extension.
Implements Twig_ExtensionInterface.
Definition at line 89 of file CustomExtensionTest.php.
InvalidOperatorExtension::getNodeVisitors | ( | ) |
Returns the node visitor instances to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 59 of file CustomExtensionTest.php.
References array.
InvalidOperatorExtension::getOperators | ( | ) |
Returns a list of operators to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 84 of file CustomExtensionTest.php.
InvalidOperatorExtension::getTests | ( | ) |
Returns a list of tests to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 69 of file CustomExtensionTest.php.
References array.
InvalidOperatorExtension::getTokenParsers | ( | ) |
Returns the token parser instances to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 54 of file CustomExtensionTest.php.
References array.
InvalidOperatorExtension::initRuntime | ( | Twig_Environment | $environment | ) |
Initializes the runtime environment.
This is where you can load some file that contains filter functions for instance.
Implements Twig_ExtensionInterface.
Definition at line 50 of file CustomExtensionTest.php.
|
private |
Definition at line 43 of file CustomExtensionTest.php.