ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (protected int $usr_id, protected ilAccess $access, protected ilCtrl $ctrl, protected ilLanguage $lng, protected ilGlobalTemplateInterface $tpl, protected ilToolbarGUI $toolbar, protected ILIAS\UI\Factory $ui_factory, protected ILIAS\UI\Renderer $renderer, protected ilLearningSequenceRoles $roles, protected ilLearningSequenceSettings $settings, protected ilLSCurriculumBuilder $curriculum_builder, protected ilLSLaunchlinksBuilder $launchlinks_builder, protected ilLSPlayer $player, protected string $intro, protected string $extro, protected RequestWrapper $get) | |
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) | |
initToolbar (string $cmd) | |
play () | |
Private Member Functions | |
getWrappedHTML (array $components) | |
getMainContent (string $cmd) | |
Definition at line 23 of file class.ilObjLearningSequenceLearnerGUI.php.
ilObjLearningSequenceLearnerGUI::__construct | ( | protected int | $usr_id, |
protected ilAccess | $access, | ||
protected ilCtrl | $ctrl, | ||
protected ilLanguage | $lng, | ||
protected ilGlobalTemplateInterface | $tpl, | ||
protected ilToolbarGUI | $toolbar, | ||
protected ILIAS\UI\Factory | $ui_factory, | ||
protected ILIAS\UI\Renderer | $renderer, | ||
protected ilLearningSequenceRoles | $roles, | ||
protected ilLearningSequenceSettings | $settings, | ||
protected ilLSCurriculumBuilder | $curriculum_builder, | ||
protected ilLSLaunchlinksBuilder | $launchlinks_builder, | ||
protected ilLSPlayer | $player, | ||
protected string | $intro, | ||
protected string | $extro, | ||
protected RequestWrapper | $get | ||
) |
Definition at line 34 of file class.ilObjLearningSequenceLearnerGUI.php.
|
protected |
Definition at line 106 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand().
ilObjLearningSequenceLearnerGUI::executeCommand | ( | ) |
Definition at line 54 of file class.ilObjLearningSequenceLearnerGUI.php.
References addMember(), ILIAS\Repository\ctrl(), play(), and view().
|
private |
Definition at line 139 of file class.ilObjLearningSequenceLearnerGUI.php.
References null, and ILIAS\Repository\settings().
Referenced by view().
|
private |
Definition at line 128 of file class.ilObjLearningSequenceLearnerGUI.php.
References renderer().
Referenced by view().
|
protected |
Definition at line 114 of file class.ilObjLearningSequenceLearnerGUI.php.
References ILIAS\Repository\toolbar().
Referenced by view().
|
protected |
Definition at line 170 of file class.ilObjLearningSequenceLearnerGUI.php.
References $response, ILIAS\Repository\ctrl(), null, and ilUtil\redirect().
Referenced by executeCommand().
|
protected |
Definition at line 84 of file class.ilObjLearningSequenceLearnerGUI.php.
References getMainContent(), getWrappedHTML(), initToolbar(), ilPCLauncher\PCELEMENT, and ilPCCurriculum\PCELEMENT.
Referenced by executeCommand().
const ilObjLearningSequenceLearnerGUI::CMD_EXTRO = 'learnerViewFinished' |
Definition at line 26 of file class.ilObjLearningSequenceLearnerGUI.php.
const ilObjLearningSequenceLearnerGUI::CMD_STANDARD = 'learnerView' |
Definition at line 25 of file class.ilObjLearningSequenceLearnerGUI.php.
const ilObjLearningSequenceLearnerGUI::CMD_START = 'start' |
Definition at line 29 of file class.ilObjLearningSequenceLearnerGUI.php.
const ilObjLearningSequenceLearnerGUI::CMD_UNSUBSCRIBE = 'unsubscribe' |
Definition at line 27 of file class.ilObjLearningSequenceLearnerGUI.php.
const ilObjLearningSequenceLearnerGUI::CMD_VIEW = 'view' |
Definition at line 28 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by ilLSLocalDI\init().
const ilObjLearningSequenceLearnerGUI::LSO_CMD_NEXT = 'lson' |
Definition at line 31 of file class.ilObjLearningSequenceLearnerGUI.php.
const ilObjLearningSequenceLearnerGUI::LSO_CMD_PREV = 'lsop' |
Definition at line 32 of file class.ilObjLearningSequenceLearnerGUI.php.
const ilObjLearningSequenceLearnerGUI::PARAM_LSO_NEXT_ITEM = 'lsoni' |
Definition at line 30 of file class.ilObjLearningSequenceLearnerGUI.php.