ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a template function. More...
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_Method, Twig_Function_Node, and Twig_Function_Function.
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.