ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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

◆ COMBINATION_ALL

const COMBINATION_ALL "all"

Definition at line 54 of file SeqConditionSet.php.

Referenced by SeqTreeBuilder\extractSeqRuleConditions().

◆ COMBINATION_ANY

const COMBINATION_ANY "any"

Definition at line 55 of file SeqConditionSet.php.

Referenced by SeqTreeBuilder\getRollupRules().

◆ EVALUATE_FALSE

const EVALUATE_FALSE -1

Definition at line 53 of file SeqConditionSet.php.

◆ EVALUATE_TRUE

const EVALUATE_TRUE 1

Definition at line 52 of file SeqConditionSet.php.

◆ EVALUATE_UNKNOWN

const EVALUATE_UNKNOWN 0

Definition at line 51 of file SeqConditionSet.php.