|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a template function. More...
Inheritance diagram for Twig_FunctionInterface:
Collaboration diagram for Twig_FunctionInterface:Public Member Functions | |
| compile () | |
| Compiles a function. More... | |
| needsEnvironment () | |
| needsContext () | |
| getSafe (Twig_Node $filterArgs) | |
| setArguments ($arguments) | |
| getArguments () | |
Represents a template function.
Use Twig_SimpleFunction instead.
Definition at line 22 of file FunctionInterface.php.
| Twig_FunctionInterface::compile | ( | ) |
Compiles a function.
Implemented in Twig_Function_Function, Twig_Function_Method, and Twig_Function_Node.
| Twig_FunctionInterface::getArguments | ( | ) |
Implemented in Twig_Function.
| Twig_FunctionInterface::getSafe | ( | Twig_Node | $filterArgs | ) |
Implemented in Twig_Function.
| Twig_FunctionInterface::needsContext | ( | ) |
Implemented in Twig_Function.
| Twig_FunctionInterface::needsEnvironment | ( | ) |
Implemented in Twig_Function.
| Twig_FunctionInterface::setArguments | ( | $arguments | ) |
Implemented in Twig_Function.