ILIAS
release_8 Revision v8.19
|
Go to the source code of this file.
Data Structures | |
class | SeqRule |
Variables | |
const | SEQ_ACTION_NOACTION "noaction" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More... | |
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 59 of file SeqRule.php.
const SEQ_ACTION_DISABLED "disabled" |
Definition at line 52 of file SeqRule.php.
const SEQ_ACTION_EXIT "exit" |
Definition at line 61 of file SeqRule.php.
const SEQ_ACTION_EXITALL "exitAll" |
Definition at line 56 of file SeqRule.php.
const SEQ_ACTION_EXITPARENT "exitParent" |
Definition at line 55 of file SeqRule.php.
const SEQ_ACTION_FORWARDBLOCK "stopForwardTraversal" |
Definition at line 54 of file SeqRule.php.
const SEQ_ACTION_HIDEFROMCHOICE "hiddenFromChoice" |
Definition at line 53 of file SeqRule.php.
const SEQ_ACTION_IGNORE "ignore" |
Definition at line 50 of file SeqRule.php.
const SEQ_ACTION_NOACTION "noaction" |
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 SeqRule.php.
const SEQ_ACTION_PREVIOUS "previous" |
Definition at line 60 of file SeqRule.php.
const SEQ_ACTION_RETRY "retry" |
Definition at line 57 of file SeqRule.php.
const SEQ_ACTION_RETRYALL "retryAll" |
Definition at line 58 of file SeqRule.php.
const SEQ_ACTION_SKIP "skip" |
Definition at line 51 of file SeqRule.php.