ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 () | |
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::escape_and_nl2br | ( | $env, | |
$value, | |||
$sep = '<br />' |
|||
) |
nl2br which also escapes, for testing escaper filters.
Definition at line 187 of file IntegrationTest.php.
References $env.
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.
Implements Twig_ExtensionInterface.
Definition at line 136 of file IntegrationTest.php.
References array.
TwigTestExtension::getFunctions | ( | ) |
Returns a list of functions to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 154 of file IntegrationTest.php.
References array.
TwigTestExtension::getTests | ( | ) |
Returns a list of tests to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 167 of file IntegrationTest.php.
References array.
TwigTestExtension::getTokenParsers | ( | ) |
Returns the token parser instances to add to the existing list.
Implements Twig_ExtensionInterface.
Definition at line 129 of file IntegrationTest.php.
References array.
TwigTestExtension::is_multi_word | ( | $value | ) |
Definition at line 232 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.
TwigTestExtension::preserves_safety | ( | $value | ) |
Definition at line 217 of file IntegrationTest.php.
|
static |
Definition at line 222 of file IntegrationTest.php.
TwigTestExtension::§Filter | ( | $value | ) |
Definition at line 174 of file IntegrationTest.php.
TwigTestExtension::§Function | ( | $value | ) |
Definition at line 179 of file IntegrationTest.php.