ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | SeqRule |
Variables | |
const | SEQ_ACTION_NOACTION = "noaction" |
const | SEQ_ACTION_IGNORE = "ignore" |
const | SEQ_ACTION_SKIP = "skip" |
const | SEQ_ACTION_DISABLED = "disabled" |
const | SEQ_ACTION_HIDEFROMCHOICE = "hiddenFromChoice" |
const | SEQ_ACTION_FORWARDBLOCK = "stopForwardTraversal" |
const | SEQ_ACTION_EXITPARENT = "exitParent" |
const | SEQ_ACTION_EXITALL = "exitAll" |
const | SEQ_ACTION_RETRY = "retry" |
const | SEQ_ACTION_RETRYALL = "retryAll" |
const | SEQ_ACTION_CONTINUE = "continue" |
const | SEQ_ACTION_PREVIOUS = "previous" |
const | SEQ_ACTION_EXIT = "exit" |
const SEQ_ACTION_CONTINUE = "continue" |
Definition at line 61 of file SeqRule.php.
const SEQ_ACTION_DISABLED = "disabled" |
Definition at line 54 of file SeqRule.php.
const SEQ_ACTION_EXIT = "exit" |
Definition at line 63 of file SeqRule.php.
const SEQ_ACTION_EXITALL = "exitAll" |
Definition at line 58 of file SeqRule.php.
const SEQ_ACTION_EXITPARENT = "exitParent" |
Definition at line 57 of file SeqRule.php.
const SEQ_ACTION_FORWARDBLOCK = "stopForwardTraversal" |
Definition at line 56 of file SeqRule.php.
const SEQ_ACTION_HIDEFROMCHOICE = "hiddenFromChoice" |
Definition at line 55 of file SeqRule.php.
const SEQ_ACTION_IGNORE = "ignore" |
Definition at line 52 of file SeqRule.php.
const SEQ_ACTION_NOACTION = "noaction" |
Definition at line 51 of file SeqRule.php.
const SEQ_ACTION_PREVIOUS = "previous" |
Definition at line 62 of file SeqRule.php.
const SEQ_ACTION_RETRY = "retry" |
Definition at line 59 of file SeqRule.php.
const SEQ_ACTION_RETRYALL = "retryAll" |
Definition at line 60 of file SeqRule.php.
const SEQ_ACTION_SKIP = "skip" |
Definition at line 53 of file SeqRule.php.