ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (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, ilLSLaunchlinksBuilder $launchlinks_builder, ilLSPlayer $player, string $intro, string $extro, 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 () | |
Protected Attributes | |
ilAccess | $access |
ilCtrl | $ctrl |
ilLanguage | $lng |
ilGlobalTemplateInterface | $tpl |
ilToolbarGUI | $toolbar |
ILIAS UI Factory | $ui_factory |
ILIAS UI Renderer | $renderer |
ilLearningSequenceRoles | $roles |
ilLearningSequenceSettings | $settings |
ilLSCurriculumBuilder | $curriculum_builder |
ilLSLaunchlinksBuilder | $launchlinks_builder |
ilLSPlayer | $player |
string | $intro |
string | $extro |
RequestWrapper | $get |
Private Member Functions | |
getWrappedHTML (array $components) | |
getMainContent (string $cmd) | |
Definition at line 23 of file class.ilObjLearningSequenceLearnerGUI.php.
ilObjLearningSequenceLearnerGUI::__construct | ( | 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, | ||
ilLSLaunchlinksBuilder | $launchlinks_builder, | ||
ilLSPlayer | $player, | ||
string | $intro, | ||
string | $extro, | ||
RequestWrapper | $get | ||
) |
Definition at line 52 of file class.ilObjLearningSequenceLearnerGUI.php.
References $access, $ctrl, $curriculum_builder, $extro, $get, $intro, $launchlinks_builder, $lng, $player, $roles, $settings, $toolbar, $tpl, $ui_factory, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), and ILIAS\Repository\toolbar().
|
protected |
Definition at line 140 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by executeCommand().
ilObjLearningSequenceLearnerGUI::executeCommand | ( | ) |
Definition at line 88 of file class.ilObjLearningSequenceLearnerGUI.php.
References addMember(), ILIAS\Repository\ctrl(), play(), and view().
|
private |
Definition at line 171 of file class.ilObjLearningSequenceLearnerGUI.php.
References $img, and ILIAS\Repository\settings().
Referenced by view().
|
private |
Definition at line 160 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by view().
|
protected |
Definition at line 148 of file class.ilObjLearningSequenceLearnerGUI.php.
References ilLinkButton\getInstance(), and ILIAS\Repository\toolbar().
Referenced by view().
|
protected |
Definition at line 202 of file class.ilObjLearningSequenceLearnerGUI.php.
References $response, ILIAS\Repository\ctrl(), and ilUtil\redirect().
Referenced by executeCommand().
|
protected |
Definition at line 118 of file class.ilObjLearningSequenceLearnerGUI.php.
References getMainContent(), getWrappedHTML(), initToolbar(), ilPCLauncher\PCELEMENT, and ilPCCurriculum\PCELEMENT.
Referenced by executeCommand().
|
protected |
Definition at line 34 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 47 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 48 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 46 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 45 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilObjLearningSequenceLearnerGUI.php.
|
protected |
Definition at line 41 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilObjLearningSequenceLearnerGUI.php.
Referenced by __construct().
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.