ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SeqRuleset.php File Reference

Go to the source code of this file.

Data Structures

class  SeqRuleset
 

Variables

const RULE_TYPE_ANY 1
 
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

Definition at line 51 of file SeqRuleset.php.

◆ RULE_TYPE_DISABLED

const RULE_TYPE_DISABLED 5

Definition at line 55 of file SeqRuleset.php.

◆ RULE_TYPE_EXIT

const RULE_TYPE_EXIT 2

Definition at line 52 of file SeqRuleset.php.

◆ RULE_TYPE_FORWARDBLOCK

const RULE_TYPE_FORWARDBLOCK 7

Definition at line 57 of file SeqRuleset.php.

◆ RULE_TYPE_HIDDEN

const RULE_TYPE_HIDDEN 6

Definition at line 56 of file SeqRuleset.php.

◆ RULE_TYPE_POST

const RULE_TYPE_POST 3

Definition at line 53 of file SeqRuleset.php.

◆ RULE_TYPE_SKIPPED

const RULE_TYPE_SKIPPED 4

Definition at line 54 of file SeqRuleset.php.