|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a template function as a node. More...
Inheritance diagram for Twig_Function_Node:
Collaboration diagram for Twig_Function_Node:Public Member Functions | |
| __construct ($class, array $options=array()) | |
| getClass () | |
| compile () | |
| Compiles a function. More... | |
Public Member Functions inherited from Twig_Function | |
| __construct (array $options=array()) | |
| setArguments ($arguments) | |
| getArguments () | |
| needsEnvironment () | |
| needsContext () | |
| getSafe (Twig_Node $functionArgs) | |
| getCallable () | |
| compile () | |
| Compiles a function. More... | |
| needsEnvironment () | |
| needsContext () | |
| getSafe (Twig_Node $filterArgs) | |
| setArguments ($arguments) | |
| getArguments () | |
| getCallable () | |
Protected Attributes | |
| $class | |
Protected Attributes inherited from Twig_Function | |
| $options | |
| $arguments = array() | |
Represents a template function as a node.
Use Twig_SimpleFunction instead.
| Twig_Function_Node::__construct | ( | $class, | |
| array | $options = array() |
||
| ) |
Definition at line 27 of file Node.php.
References $class, and Twig_Function\$options.
| Twig_Function_Node::compile | ( | ) |
Compiles a function.
Implements Twig_FunctionInterface.
Definition at line 39 of file Node.php.
| Twig_Function_Node::getClass | ( | ) |
Definition at line 34 of file Node.php.
References $class.
Referenced by Twig_ExpressionParser\getFunctionNodeClass().
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file Node.php.
Referenced by __construct(), and getClass().