ILIAS
Release_4_0_x_branch Revision 61816
|
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.