ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
SeqRuleset.php File Reference

Go to the source code of this file.

Data Structures

class  SeqRuleset
 

Variables

const RULE_TYPE_ANY 1
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 
const RULE_TYPE_EXIT 2
 
const RULE_TYPE_POST 3
 
const RULE_TYPE_SKIPPED 4
 
const RULE_TYPE_DISABLED 5
 
const RULE_TYPE_HIDDEN 6
 
const RULE_TYPE_FORWARDBLOCK 7
 

Variable Documentation

◆ RULE_TYPE_ANY

const RULE_TYPE_ANY 1

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 SeqRuleset.php.

◆ RULE_TYPE_DISABLED

const RULE_TYPE_DISABLED 5

Definition at line 53 of file SeqRuleset.php.

◆ RULE_TYPE_EXIT

const RULE_TYPE_EXIT 2

Definition at line 50 of file SeqRuleset.php.

◆ RULE_TYPE_FORWARDBLOCK

const RULE_TYPE_FORWARDBLOCK 7

Definition at line 55 of file SeqRuleset.php.

◆ RULE_TYPE_HIDDEN

const RULE_TYPE_HIDDEN 6

Definition at line 54 of file SeqRuleset.php.

◆ RULE_TYPE_POST

const RULE_TYPE_POST 3

Definition at line 51 of file SeqRuleset.php.

◆ RULE_TYPE_SKIPPED

const RULE_TYPE_SKIPPED 4

Definition at line 52 of file SeqRuleset.php.