ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a template filter. More...
Public Member Functions | |
__construct (array $options=array()) | |
setArguments ($arguments) | |
getArguments () | |
needsEnvironment () | |
needsContext () | |
getSafe (Twig_Node $filterArgs) | |
getPreservesSafety () | |
getPreEscape () | |
getCallable () | |
Public Member Functions inherited from Twig_FilterInterface | |
compile () | |
Compiles a filter. More... | |
Protected Attributes | |
$options | |
$arguments = array() | |
Represents a template filter.
Use Twig_SimpleFilter instead.
Definition at line 23 of file Filter.php.
Twig_Filter::getArguments | ( | ) |
Twig_Filter::getCallable | ( | ) |
Implements Twig_FilterCallableInterface.
Definition at line 80 of file Filter.php.
Twig_Filter::getPreEscape | ( | ) |
Implements Twig_FilterInterface.
Definition at line 75 of file Filter.php.
Twig_Filter::getPreservesSafety | ( | ) |
Implements Twig_FilterInterface.
Definition at line 70 of file Filter.php.
Twig_Filter::getSafe | ( | Twig_Node | $filterArgs | ) |
Implements Twig_FilterInterface.
Definition at line 59 of file Filter.php.
Twig_Filter::needsContext | ( | ) |
Implements Twig_FilterInterface.
Definition at line 54 of file Filter.php.
Twig_Filter::needsEnvironment | ( | ) |
Implements Twig_FilterInterface.
Definition at line 49 of file Filter.php.
Twig_Filter::setArguments | ( | $arguments | ) |
|
protected |
Definition at line 26 of file Filter.php.
Referenced by getArguments(), and setArguments().
|
protected |
Definition at line 25 of file Filter.php.
Referenced by Twig_Filter_Node\__construct(), Twig_Filter_Function\__construct(), Twig_Filter_Method\__construct(), and __construct().