|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a template filter. More...
Inheritance diagram for Twig_FilterInterface:
Collaboration diagram for Twig_FilterInterface:Public Member Functions | |
| compile () | |
| Compiles a filter. More... | |
| needsEnvironment () | |
| needsContext () | |
| getSafe (Twig_Node $filterArgs) | |
| getPreservesSafety () | |
| getPreEscape () | |
| setArguments ($arguments) | |
| getArguments () | |
Represents a template filter.
Use Twig_SimpleFilter instead.
Definition at line 21 of file FilterInterface.php.
| Twig_FilterInterface::compile | ( | ) |
Compiles a filter.
Implemented in Twig_Filter_Function, Twig_Filter_Method, and Twig_Filter_Node.
| Twig_FilterInterface::getArguments | ( | ) |
Implemented in Twig_Filter.
| Twig_FilterInterface::getPreEscape | ( | ) |
Implemented in Twig_Filter.
| Twig_FilterInterface::getPreservesSafety | ( | ) |
Implemented in Twig_Filter.
| Twig_FilterInterface::getSafe | ( | Twig_Node | $filterArgs | ) |
Implemented in Twig_Filter.
| Twig_FilterInterface::needsContext | ( | ) |
Implemented in Twig_Filter.
| Twig_FilterInterface::needsEnvironment | ( | ) |
Implemented in Twig_Filter.
| Twig_FilterInterface::setArguments | ( | $arguments | ) |
Implemented in Twig_Filter.