|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilObjLearningSequenceSettingsGUI. More...
Collaboration diagram for ilObjLearningSequenceSettingsGUI:Public Member Functions | |
| __construct (ilObjLearningSequence $obj, ilCtrl $il_ctrl, ilLanguage $il_language, ilTemplate $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, | ||
| ilTemplate | $il_template, | ||
| ilObjectService | $obj_service | ||
| ) |
Definition at line 44 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 227 of file class.ilObjLearningSequenceSettingsGUI.php.
References $form, $id, and $txt.
Referenced by settings(), and update().
Here is the caller graph for this function:
|
protected |
Definition at line 114 of file class.ilObjLearningSequenceSettingsGUI.php.
References $form, $id, $title, $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 92 of file class.ilObjLearningSequenceSettingsGUI.php.
| ilObjLearningSequenceSettingsGUI::executeCommand | ( | ) |
Definition at line 66 of file class.ilObjLearningSequenceSettingsGUI.php.
References CMD_CANCEL, and CMD_SAVE.
|
protected |
Definition at line 209 of file class.ilObjLearningSequenceSettingsGUI.php.
References $form, and $values.
Referenced by settings().
Here is the caller graph for this function:
|
private |
Definition at line 97 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 104 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 84 of file class.ilObjLearningSequenceSettingsGUI.php.
References $form, 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 243 of file class.ilObjLearningSequenceSettingsGUI.php.
References $_POST, $end, $form, $img, $post, $start, 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 37 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.