ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 () | |
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 12 of file Extension.php.
Twig_Extension::getFilters | ( | ) |
Returns a list of filters to add to the existing list.
Implements Twig_ExtensionInterface.
Reimplemented in JaimePerez\TwigConfigurableI18n\Twig\Extensions\Extension\I18n, Twig_Extensions_Extension_Array, Twig_Extensions_Extension_Date, Twig_Extensions_Extension_I18n, Twig_Extensions_Extension_Intl, Twig_Extensions_Extension_Text, Twig_Extension_Core, Twig_Extension_Escaper, Twig_Extension_Staging, Twig_Tests_EnvironmentTest_Extension, and TwigTestExtension.
Definition at line 31 of file Extension.php.
Twig_Extension::getFunctions | ( | ) |
Returns a list of functions to add to the existing list.
Implements Twig_ExtensionInterface.
Reimplemented in Twig_Extension_Core, Twig_Extension_Debug, Twig_Extension_Staging, Twig_Extension_StringLoader, Twig_Tests_EnvironmentTest_Extension, Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime, and TwigTestExtension.
Definition at line 41 of file Extension.php.
Twig_Extension::getGlobals | ( | ) |
Implements Twig_ExtensionInterface.
Reimplemented in Twig_Extension_Staging, Twig_Tests_EnvironmentTest_Extension_WithGlobals, and Twig_Tests_EnvironmentTest_Extension.
Definition at line 54 of file Extension.php.
Twig_Extension::getName | ( | ) |
Implements Twig_ExtensionInterface.
Reimplemented in Twig_Extensions_Extension_Array, Twig_Extensions_Extension_Date, Twig_Extensions_Extension_I18n, Twig_Extensions_Extension_Intl, Twig_Extensions_Extension_Text, Twig_Extension_Core, Twig_Extension_Debug, Twig_Extension_Escaper, Twig_Extension_Optimizer, Twig_Extension_Profiler, Twig_Extension_Sandbox, Twig_Extension_Staging, Twig_Extension_StringLoader, Twig_Tests_EnvironmentTest_Extension_WithDeprecatedName, Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedName, Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime, and LegacyTwigTestExtension.
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.
Reimplemented in Twig_Extension_Escaper, Twig_Extension_Optimizer, Twig_Extension_Profiler, Twig_Extension_Sandbox, Twig_Extension_Staging, and Twig_Tests_EnvironmentTest_Extension.
Definition at line 26 of file Extension.php.
Twig_Extension::getOperators | ( | ) |
Returns a list of operators to add to the existing list.
Implements Twig_ExtensionInterface.
Reimplemented in Twig_Extension_Core, and Twig_Tests_EnvironmentTest_Extension.
Definition at line 46 of file Extension.php.
Twig_Extension::getTests | ( | ) |
Returns a list of tests to add to the existing list.
Implements Twig_ExtensionInterface.
Reimplemented in Twig_Extension_Core, Twig_Extension_Staging, Twig_Tests_EnvironmentTest_Extension, TwigTestExtension, and LegacyTwigTestExtension.
Definition at line 36 of file Extension.php.
Twig_Extension::getTokenParsers | ( | ) |
Returns the token parser instances to add to the existing list.
Implements Twig_ExtensionInterface.
Reimplemented in JaimePerez\TwigConfigurableI18n\Twig\Extensions\Extension\I18n, Twig_Extensions_Extension_I18n, Twig_Extension_Core, Twig_Extension_Escaper, Twig_Extension_Sandbox, Twig_Extension_Staging, Twig_Tests_EnvironmentTest_Extension, and TwigTestExtension.
Definition at line 21 of file Extension.php.
Twig_Extension::initRuntime | ( | Twig_Environment | $environment | ) |
Implements Twig_ExtensionInterface.
Reimplemented in Twig_Tests_EnvironmentTest_ExtensionWithDeprecationInitRuntime, and Twig_Tests_EnvironmentTest_ExtensionWithoutDeprecationInitRuntime.
Definition at line 17 of file Extension.php.