ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a template filter. More...
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_Node, Twig_Filter_Method, and Twig_Filter_Function.
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.