ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
SeqConditionSet.php File Reference

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"

Variable Documentation

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.