| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
 Inheritance diagram for TwigTestExtension:
 Inheritance diagram for TwigTestExtension: Collaboration diagram for TwigTestExtension:
 Collaboration diagram for TwigTestExtension:| Public Member Functions | |
| getTokenParsers () | |
| Returns the token parser instances to add to the existing list.  More... | |
| getFilters () | |
| Returns a list of filters to add to the existing list.  More... | |
| getFunctions () | |
| Returns a list of functions to add to the existing list.  More... | |
| getTests () | |
| Returns a list of tests to add to the existing list.  More... | |
| §Filter ($value) | |
| §Function ($value) | |
| escape_and_nl2br ($env, $value, $sep='< br/>') | |
| nl2br which also escapes, for testing escaper filters.  More... | |
| nl2br ($value, $sep='< br/>') | |
| nl2br only, for testing filters with pre_escape.  More... | |
| dynamic_path ($element, $item) | |
| dynamic_foo ($foo, $bar, $item) | |
| escape_something ($value) | |
| preserves_safety ($value) | |
| br () | |
| is_multi_word ($value) | |
| __call ($method, $arguments) | |
|  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... | |
| Static Public Member Functions | |
| static | staticCall ($value) | 
| static | __callStatic ($method, $arguments) | 
Definition at line 127 of file IntegrationTest.php.
| TwigTestExtension::__call | ( | $method, | |
| $arguments | |||
| ) | 
Definition at line 237 of file IntegrationTest.php.
| 
 | static | 
Definition at line 246 of file IntegrationTest.php.
| TwigTestExtension::br | ( | ) | 
Definition at line 227 of file IntegrationTest.php.
| TwigTestExtension::dynamic_foo | ( | $foo, | |
| $bar, | |||
| $item | |||
| ) | 
Definition at line 207 of file IntegrationTest.php.
| TwigTestExtension::dynamic_path | ( | $element, | |
| $item | |||
| ) | 
Definition at line 202 of file IntegrationTest.php.
| TwigTestExtension::§Function | ( | $value | ) | 
Definition at line 179 of file IntegrationTest.php.
| TwigTestExtension::escape_and_nl2br | ( | $env, | |
| $value, | |||
| $sep = '<br />' | |||
| ) | 
nl2br which also escapes, for testing escaper filters.
Definition at line 187 of file IntegrationTest.php.
 Here is the call graph for this function:
 Here is the call graph for this function:| TwigTestExtension::getTokenParsers | ( | ) | 
Returns the token parser instances to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 129 of file IntegrationTest.php.
| TwigTestExtension::nl2br | ( | $value, | |
| $sep = '<br />' | |||
| ) | 
nl2br only, for testing filters with pre_escape.
Definition at line 195 of file IntegrationTest.php.
Referenced by escape_and_nl2br().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| TwigTestExtension::§Filter | ( | $value | ) | 
Definition at line 174 of file IntegrationTest.php.
| TwigTestExtension::escape_something | ( | $value | ) | 
Definition at line 212 of file IntegrationTest.php.
| TwigTestExtension::getFilters | ( | ) | 
Returns a list of filters to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 136 of file IntegrationTest.php.
| TwigTestExtension::getFunctions | ( | ) | 
Returns a list of functions to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 154 of file IntegrationTest.php.
| TwigTestExtension::getTests | ( | ) | 
Returns a list of tests to add to the existing list.
Reimplemented from Twig_Extension.
Definition at line 167 of file IntegrationTest.php.
| TwigTestExtension::is_multi_word | ( | $value | ) | 
Definition at line 232 of file IntegrationTest.php.
| TwigTestExtension::preserves_safety | ( | $value | ) | 
Definition at line 217 of file IntegrationTest.php.
| 
 | static | 
Definition at line 222 of file IntegrationTest.php.