ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a method template function. More...
Public Member Functions | |
__construct (Twig_ExtensionInterface $extension, $method, array $options=array()) | |
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 () | |
Protected Attributes | |
$extension | |
$method | |
Protected Attributes inherited from Twig_Function | |
$options | |
$arguments = array() | |
Represents a method template function.
Use Twig_SimpleFunction instead.
Definition at line 24 of file Method.php.
Twig_Function_Method::__construct | ( | Twig_ExtensionInterface | $extension, |
$method, | |||
array | $options = array() |
||
) |
Definition at line 29 of file Method.php.
References $extension, $method, Twig_Function\$options, and array.
Twig_Function_Method::compile | ( | ) |
Compiles a function.
Implements Twig_FunctionInterface.
Definition at line 39 of file Method.php.
|
protected |
Definition at line 26 of file Method.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file Method.php.
Referenced by __construct().