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