|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilObjLearningSequenceSettingsGUI. More...
Collaboration diagram for ilObjLearningSequenceSettingsGUI:Public Member Functions | |
| __construct (ilObjLearningSequence $obj, ilCtrl $il_ctrl, ilLanguage $il_language, ilGlobalTemplateInterface $il_template, ilObjectService $obj_service) | |
| executeCommand () | |
Data Fields | |
| const | PROP_TITLE = 'title' |
| const | PROP_DESC = 'desc' |
| const | PROP_ABSTRACT = 'abstract' |
| const | PROP_ABSTRACT_IMAGE = 'abstract_img' |
| const | PROP_EXTRO = 'extro' |
| const | PROP_EXTRO_IMAGE = 'extro_img' |
| const | PROP_ONLINE = 'online' |
| const | PROP_AVAIL_PERIOD = 'online_period' |
| const | PROP_GALLERY = 'gallery' |
| const | CMD_SAVE = "update" |
| const | CMD_CANCEL = "cancel" |
Protected Member Functions | |
| settings () | |
| cancel () | |
| buildForm () | |
| fillForm (\ilPropertyFormGUI $form) | |
| addCommonFieldsToForm (\ilPropertyFormGUI $form) | |
| update () | |
Private Member Functions | |
| initImgInput (ilImageFileInputGUI $inpt) | |
| initRTEInput (ilTextAreaInputGUI $inpt) | |
Private Attributes | |
| $rte_allowed_tags | |
| $img_allowed_suffixes | |
Class ilObjLearningSequenceSettingsGUI.
Definition at line 8 of file class.ilObjLearningSequenceSettingsGUI.php.
| ilObjLearningSequenceSettingsGUI::__construct | ( | ilObjLearningSequence | $obj, |
| ilCtrl | $il_ctrl, | ||
| ilLanguage | $il_language, | ||
| ilGlobalTemplateInterface | $il_template, | ||
| ilObjectService | $obj_service | ||
| ) |
Definition at line 45 of file class.ilObjLearningSequenceSettingsGUI.php.
References ilObject\getDescription(), ilObjLearningSequence\getLSActivation(), ilObjLearningSequence\getLSSettings(), ilObject\getTitle(), and settings().
Here is the call graph for this function:
|
protected |
Definition at line 228 of file class.ilObjLearningSequenceSettingsGUI.php.
References $txt, and ilPropertyFormGUI\addItem().
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 115 of file class.ilObjLearningSequenceSettingsGUI.php.
References $txt, IL_CAL_DATETIME, initImgInput(), and initRTEInput().
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 93 of file class.ilObjLearningSequenceSettingsGUI.php.
| ilObjLearningSequenceSettingsGUI::executeCommand | ( | ) |
Definition at line 67 of file class.ilObjLearningSequenceSettingsGUI.php.
References CMD_CANCEL, and CMD_SAVE.
|
protected |
Definition at line 210 of file class.ilObjLearningSequenceSettingsGUI.php.
References ilPropertyFormGUI\setValuesByArray().
Referenced by settings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 98 of file class.ilObjLearningSequenceSettingsGUI.php.
References ilImageFileInputGUI\setALlowDeletion(), and ilFileInputGUI\setSuffixes().
Referenced by buildForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 105 of file class.ilObjLearningSequenceSettingsGUI.php.
References ilRTE\ILIAS_IMG_MANAGER_PLUGIN, ilTextAreaInputGUI\removePlugin(), ilTextAreaInputGUI\setRteTags(), and ilTextAreaInputGUI\setUseRte().
Referenced by buildForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 85 of file class.ilObjLearningSequenceSettingsGUI.php.
References addCommonFieldsToForm(), buildForm(), and fillForm().
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 244 of file class.ilObjLearningSequenceSettingsGUI.php.
References $_POST, $img, addCommonFieldsToForm(), buildForm(), IL_CAL_DATETIME, ilLearningSequenceFilesystem\IMG_ABSTRACT, ilLearningSequenceFilesystem\IMG_EXTRO, PROP_ABSTRACT_IMAGE, PROP_EXTRO_IMAGE, ilUtil\sendFailure(), and settings().
Here is the call graph for this function:
|
private |
Definition at line 38 of file class.ilObjLearningSequenceSettingsGUI.php.
|
private |
Definition at line 23 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::CMD_CANCEL = "cancel" |
Definition at line 21 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceSettingsGUI::CMD_SAVE = "update" |
Definition at line 20 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceSettingsGUI::PROP_ABSTRACT = 'abstract' |
Definition at line 12 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_ABSTRACT_IMAGE = 'abstract_img' |
Definition at line 13 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by update().
| const ilObjLearningSequenceSettingsGUI::PROP_AVAIL_PERIOD = 'online_period' |
Definition at line 17 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_DESC = 'desc' |
Definition at line 11 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_EXTRO = 'extro' |
Definition at line 14 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_EXTRO_IMAGE = 'extro_img' |
Definition at line 15 of file class.ilObjLearningSequenceSettingsGUI.php.
Referenced by update().
| const ilObjLearningSequenceSettingsGUI::PROP_GALLERY = 'gallery' |
Definition at line 18 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_ONLINE = 'online' |
Definition at line 16 of file class.ilObjLearningSequenceSettingsGUI.php.
| const ilObjLearningSequenceSettingsGUI::PROP_TITLE = 'title' |
Definition at line 10 of file class.ilObjLearningSequenceSettingsGUI.php.