ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
SeqConditionSet.php File Reference

Go to the source code of this file.

Data Structures

class  SeqConditionSet
 

Variables

const EVALUATE_UNKNOWN 0
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 
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 52 of file SeqConditionSet.php.

Referenced by SeqTreeBuilder\extractSeqRuleConditions().

◆ COMBINATION_ANY

const COMBINATION_ANY "any"

Definition at line 53 of file SeqConditionSet.php.

Referenced by SeqTreeBuilder\getRollupRules().

◆ EVALUATE_FALSE

const EVALUATE_FALSE -1

Definition at line 51 of file SeqConditionSet.php.

◆ EVALUATE_TRUE

const EVALUATE_TRUE 1

Definition at line 50 of file SeqConditionSet.php.

◆ EVALUATE_UNKNOWN

const EVALUATE_UNKNOWN 0

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 49 of file SeqConditionSet.php.