|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilObjLearningSequenceSettingsGUI:Public Member Functions | |
| __construct (ilObjLearningSequence $obj, ilCtrl $ctrl, ilLanguage $lng, ilGlobalTemplateInterface $tpl, ilObjectService $obj_service, ArrayBasedRequestWrapper $post_wrapper, ILIAS\Refinery\Factory $refinery, ilToolbarGUI $toolbar) | |
| executeCommand () | |
| addLegacypagesToToolbar () | |
Data Fields | |
| const | PROP_TITLE = 'title' |
| const | PROP_DESC = 'desc' |
| const | PROP_ONLINE = 'online' |
| const | PROP_AVAIL_PERIOD = 'online_period' |
| const | PROP_GALLERY = 'gallery' |
| const | CMD_EDIT = "settings" |
| const | CMD_SAVE = "update" |
| const | CMD_CANCEL = "cancel" |
| const | CMD_OLD_INTRO = "viewlegacyi" |
| const | CMD_OLD_EXTRO = "viewlegacye" |
Protected Member Functions | |
| settings () | |
| cancel () | |
| showLegacyPage (string $cmd) | |
| buildForm () | |
| fillForm (ilPropertyFormGUI $form) | |
| addCommonFieldsToForm (ilPropertyFormGUI $form) | |
| update () | |
Definition at line 23 of file class.ilObjLearningSequenceSettingsGUI.php.
| ilObjLearningSequenceSettingsGUI::__construct | ( | ilObjLearningSequence | $obj, |
| ilCtrl | $ctrl, | ||
| ilLanguage | $lng, | ||
| ilGlobalTemplateInterface | $tpl, | ||
| ilObjectService | $obj_service, | ||
| ArrayBasedRequestWrapper | $post_wrapper, | ||
| ILIAS\Refinery\Factory | $refinery, | ||
| ilToolbarGUI | $toolbar | ||
| ) |
Definition at line 38 of file class.ilObjLearningSequenceSettingsGUI.php.
References $lng, ILIAS\Repository\$refinery, $tpl, ILIAS\Repository\ctrl(), ilObject\getLongDescription(), ilObjLearningSequence\getLSActivation(), ilObjLearningSequence\getLSSettings(), ilObject\getTitle(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), settings(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Definition at line 217 of file class.ilObjLearningSequenceSettingsGUI.php.
References $id, $txt, ilPropertyFormGUI\addItem(), and ILIAS\Repository\lng().
Referenced by settings(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjLearningSequenceSettingsGUI::addLegacypagesToToolbar | ( | ) |
Definition at line 106 of file class.ilObjLearningSequenceSettingsGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by settings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 146 of file class.ilObjLearningSequenceSettingsGUI.php.
References $id, ILIAS\LTI\ToolProvider\$settings, $txt, ILIAS\Repository\ctrl(), IL_CAL_DATETIME, and ILIAS\Repository\lng().
Referenced by settings(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 99 of file class.ilObjLearningSequenceSettingsGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjLearningSequenceSettingsGUI::executeCommand | ( | ) |
Definition at line 66 of file class.ilObjLearningSequenceSettingsGUI.php.
References CMD_CANCEL, CMD_EDIT, CMD_OLD_EXTRO, CMD_OLD_INTRO, CMD_SAVE, ILIAS\Repository\ctrl(), and showLegacyPage().
Here is the call graph for this function:
|
protected |
Definition at line 203 of file class.ilObjLearningSequenceSettingsGUI.php.
References ILIAS\LTI\ToolProvider\$settings, and ilPropertyFormGUI\setValuesByArray().
Referenced by settings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 88 of file class.ilObjLearningSequenceSettingsGUI.php.
References addCommonFieldsToForm(), addLegacypagesToToolbar(), buildForm(), fillForm(), and ILIAS\Repository\lng().
Referenced by __construct(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 119 of file class.ilObjLearningSequenceSettingsGUI.php.
References $img, $out, ILIAS\LTI\ToolProvider\$settings, ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 230 of file class.ilObjLearningSequenceSettingsGUI.php.
References ILIAS\LTI\ToolProvider\$settings, addCommonFieldsToForm(), buildForm(), ILIAS\Repository\ctrl(), IL_CAL_DATETIME, ILIAS\Repository\lng(), and settings().
Here is the call graph for this function:| const ilObjLearningSequenceSettingsGUI::CMD_CANCEL = "cancel" |
Definition at line 33 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceSettingsGUI::CMD_EDIT = "settings" |
Definition at line 31 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceSettingsGUI::CMD_OLD_EXTRO = "viewlegacye" |
Definition at line 36 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceSettingsGUI::CMD_OLD_INTRO = "viewlegacyi" |
Definition at line 35 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceSettingsGUI::CMD_SAVE = "update" |
Definition at line 32 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceSettingsGUI::PROP_AVAIL_PERIOD = 'online_period' |
Definition at line 28 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_DESC = 'desc' |
Definition at line 26 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_GALLERY = 'gallery' |
Definition at line 29 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_ONLINE = 'online' |
Definition at line 27 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_TITLE = 'title' |
Definition at line 25 of file class.ilObjLearningSequenceSettingsGUI.php.