|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilObjLearningSequenceLearnerGUI. More...
Collaboration diagram for ilObjLearningSequenceLearnerGUI:Public Member Functions | |
| __construct (int $ls_ref_id, bool $has_items, $first_access, int $usr_id, ilAccess $access, ilCtrl $ctrl, ilLanguage $lng, ilGlobalTemplateInterface $tpl, ilToolbarGUI $toolbar, ILIAS\UI\Factory $ui_factory, ILIAS\UI\Renderer $ui_renderer, ilLearningSequenceRoles $roles, ilLearningSequenceSettings $settings, ilLSCurriculumBuilder $curriculum_builder, ilLSPlayer $player) | |
| executeCommand () | |
Data Fields | |
| const | CMD_STANDARD = 'learnerView' |
| const | CMD_EXTRO = 'learnerViewFinished' |
| const | CMD_UNSUBSCRIBE = 'unsubscribe' |
| const | CMD_VIEW = 'view' |
| const | CMD_START = 'start' |
| const | PARAM_LSO_NEXT_ITEM = 'lsoni' |
| const | LSO_CMD_NEXT = 'lson' |
| const | LSO_CMD_PREV = 'lsop' |
Protected Member Functions | |
| view (string $cmd) | |
| addMember (int $usr_id) | |
| userMayUnparticipate () | |
| userMayJoin () | |
| initToolbar (string $cmd) | |
| play () | |
| getCurrentItemLearningProgress () | |
Private Member Functions | |
| getWrappedHTML (array $components) | |
| getMainContent (string $cmd) | |
Class ilObjLearningSequenceLearnerGUI.
Definition at line 6 of file class.ilObjLearningSequenceLearnerGUI.php.
| ilObjLearningSequenceLearnerGUI::__construct | ( | int | $ls_ref_id, |
| bool | $has_items, | ||
| $first_access, | |||
| int | $usr_id, | ||
| ilAccess | $access, | ||
| ilCtrl | $ctrl, | ||
| ilLanguage | $lng, | ||
| ilGlobalTemplateInterface | $tpl, | ||
| ilToolbarGUI | $toolbar, | ||
| ILIAS\UI\Factory | $ui_factory, | ||
| ILIAS\UI\Renderer | $ui_renderer, | ||
| ilLearningSequenceRoles | $roles, | ||
| ilLearningSequenceSettings | $settings, | ||
| ilLSCurriculumBuilder | $curriculum_builder, | ||
| ilLSPlayer | $player | ||
| ) |
Definition at line 17 of file class.ilObjLearningSequenceLearnerGUI.php.
References $lng, $tpl, and settings().
Here is the call graph for this function:
|
protected |
Definition at line 103 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjLearningSequenceLearnerGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilObjLearningSequenceLearnerGUI.php.
References addMember(), LSControlBuilder\CMD_CHECK_CURRENT_ITEM_LP, CMD_EXTRO, CMD_STANDARD, CMD_START, CMD_UNSUBSCRIBE, CMD_VIEW, getCurrentItemLearningProgress(), play(), userMayUnparticipate(), and view().
Here is the call graph for this function:
|
protected |
Definition at line 237 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 193 of file class.ilObjLearningSequenceLearnerGUI.php.
References $img, $txt, and settings().
Referenced by view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 182 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by view().
Here is the caller graph for this function:
|
protected |
Definition at line 122 of file class.ilObjLearningSequenceLearnerGUI.php.
References userMayJoin(), and userMayUnparticipate().
Referenced by view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 213 of file class.ilObjLearningSequenceLearnerGUI.php.
References $_GET, $_POST, $response, CMD_EXTRO, CMD_STANDARD, and ilUtil\redirect().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 117 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by initToolbar().
Here is the caller graph for this function:
|
protected |
Definition at line 112 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand(), and initToolbar().
Here is the caller graph for this function:
|
protected |
Definition at line 86 of file class.ilObjLearningSequenceLearnerGUI.php.
References getMainContent(), getWrappedHTML(), and initToolbar().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilObjLearningSequenceLearnerGUI::CMD_EXTRO = 'learnerViewFinished' |
Definition at line 9 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand(), and play().
| const ilObjLearningSequenceLearnerGUI::CMD_STANDARD = 'learnerView' |
Definition at line 8 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand(), and play().
| const ilObjLearningSequenceLearnerGUI::CMD_START = 'start' |
Definition at line 12 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceLearnerGUI::CMD_UNSUBSCRIBE = 'unsubscribe' |
Definition at line 10 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceLearnerGUI::CMD_VIEW = 'view' |
Definition at line 11 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand(), and ilLSLocalDI\init().
| const ilObjLearningSequenceLearnerGUI::LSO_CMD_NEXT = 'lson' |
Definition at line 14 of file class.ilObjLearningSequenceLearnerGUI.php.
| const ilObjLearningSequenceLearnerGUI::LSO_CMD_PREV = 'lsop' |
Definition at line 15 of file class.ilObjLearningSequenceLearnerGUI.php.
| const ilObjLearningSequenceLearnerGUI::PARAM_LSO_NEXT_ITEM = 'lsoni' |
Definition at line 13 of file class.ilObjLearningSequenceLearnerGUI.php.