|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a template filter. More...
Inheritance diagram for Twig_Filter:
Collaboration diagram for Twig_Filter: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... | |
| needsEnvironment () | |
| needsContext () | |
| getSafe (Twig_Node $filterArgs) | |
| getPreservesSafety () | |
| getPreEscape () | |
| setArguments ($arguments) | |
| getArguments () | |
| getCallable () | |
Protected Attributes | |
| $options | |
| $arguments = array() | |
Represents a template filter.
Use Twig_SimpleFilter instead.
Definition at line 23 of file Filter.php.
| Twig_Filter::__construct | ( | array | $options = array() | ) |
Definition at line 28 of file Filter.php.
References $options.
| 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(), __construct(), and Twig_Filter_Method\__construct().