|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class CompositeBuilder. More...
Collaboration diagram for ilAssLacCompositeBuilder:Public Member Functions | |
| __construct () | |
| Construct requirements. More... | |
| create ($nodes) | |
Protected Attributes | |
| $operators = array('<=','<','=','>=','>','<>','&','|') | |
Private Member Functions | |
| getExpression (array $node, $index) | |
| Manufacure an expression from the delivered node and the index. More... | |
Class CompositeBuilder.
Date: 27.03.13 Time: 12:18
Definition at line 10 of file ilAssLacCompositeBuilder.php.
| ilAssLacCompositeBuilder::__construct | ( | ) |
Construct requirements.
Definition at line 23 of file ilAssLacCompositeBuilder.php.
| ilAssLacCompositeBuilder::create | ( | $nodes | ) |
| array | $nodes |
Definition at line 34 of file ilAssLacCompositeBuilder.php.
References ilAssLacOperationManufacturer\_getInstance(), create(), and getExpression().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Manufacure an expression from the delivered node and the index.
If an expression already exist in the node for
for the delivered index, this function will return the existing expression
| array | $node | |
| int | $index |
Definition at line 84 of file ilAssLacCompositeBuilder.php.
References ilAssLacExpressionManufacturer\_getInstance().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file ilAssLacCompositeBuilder.php.