ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a function template test. More...
Public Member Functions | |
__construct ($function, array $options=array()) | |
compile () | |
Compiles a test. More... | |
Public Member Functions inherited from Twig_Test | |
__construct (array $options=array()) | |
getCallable () | |
Protected Attributes | |
$function | |
Protected Attributes inherited from Twig_Test | |
$options | |
$arguments = array() | |
Represents a function template test.
Definition at line 21 of file Function.php.
Twig_Test_Function::compile | ( | ) |
Compiles a test.
Implements Twig_TestInterface.
Definition at line 34 of file Function.php.
References $function.
|
protected |
Definition at line 23 of file Function.php.
Referenced by __construct(), and compile().