|
ILIAS
Release_5_0_x_branch Revision 61816
|
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 |
| const RULE_TYPE_ANY = 1 |
Definition at line 51 of file SeqRuleset.php.
| const RULE_TYPE_DISABLED = 5 |
Definition at line 55 of file SeqRuleset.php.
| const RULE_TYPE_EXIT = 2 |
Definition at line 52 of file SeqRuleset.php.
| const RULE_TYPE_FORWARDBLOCK = 7 |
Definition at line 57 of file SeqRuleset.php.
| const RULE_TYPE_HIDDEN = 6 |
Definition at line 56 of file SeqRuleset.php.
| const RULE_TYPE_POST = 3 |
Definition at line 53 of file SeqRuleset.php.
| const RULE_TYPE_SKIPPED = 4 |
Definition at line 54 of file SeqRuleset.php.