ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Data Structures | |
class | SeqConditionSet |
Variables | |
const | EVALUATE_UNKNOWN 0 |
const | EVALUATE_TRUE 1 |
const | EVALUATE_FALSE -1 |
const | COMBINATION_ALL "all" |
const | COMBINATION_ANY "any" |
const COMBINATION_ALL "all" |
Definition at line 54 of file SeqConditionSet.php.
Referenced by SeqTreeBuilder\extractSeqRuleConditions().
const COMBINATION_ANY "any" |
Definition at line 55 of file SeqConditionSet.php.
Referenced by SeqTreeBuilder\getRollupRules().
const EVALUATE_FALSE -1 |
Definition at line 53 of file SeqConditionSet.php.
const EVALUATE_TRUE 1 |
Definition at line 52 of file SeqConditionSet.php.
const EVALUATE_UNKNOWN 0 |
Definition at line 51 of file SeqConditionSet.php.