ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class CompositeBuilder. More...
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 24 of file ilAssLacCompositeBuilder.php.
ilAssLacCompositeBuilder::create | ( | $nodes | ) |
array | $nodes |
Definition at line 35 of file ilAssLacCompositeBuilder.php.
References $i, $index, $key, $nodes, ilAssLacOperationManufacturer\_getInstance(), and getExpression().
|
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 79 of file ilAssLacCompositeBuilder.php.
References $index, and ilAssLacExpressionManufacturer\_getInstance().
Referenced by create().
|
protected |
Definition at line 19 of file ilAssLacCompositeBuilder.php.