|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a template test as a Node. More...
Inheritance diagram for Twig_Test_Node:
Collaboration diagram for Twig_Test_Node:Public Member Functions | |
| __construct ($class, array $options=array()) | |
| getClass () | |
| compile () | |
| Compiles a test. More... | |
Public Member Functions inherited from Twig_Test | |
| __construct (array $options=array()) | |
| getCallable () | |
| compile () | |
| Compiles a test. More... | |
| getCallable () | |
Protected Attributes | |
| $class | |
Protected Attributes inherited from Twig_Test | |
| $options | |
| $arguments = array() | |
Represents a template test as a Node.
| Twig_Test_Node::__construct | ( | $class, | |
| array | $options = array() |
||
| ) |
Definition at line 25 of file Node.php.
References $class, and Twig_Test\$options.
| Twig_Test_Node::compile | ( | ) |
Compiles a test.
Implements Twig_TestInterface.
Definition at line 37 of file Node.php.
| Twig_Test_Node::getClass | ( | ) |
|
protected |
Definition at line 23 of file Node.php.
Referenced by __construct(), and getClass().