|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Settings for a single didactic template. More...
Collaboration diagram for ilDidacticTemplateSettingsGUI:Public Member Functions | |
| __construct ($a_parent_obj) | |
| Constructor. More... | |
| applyFilter () | |
| Apply table filter. More... | |
| resetFilter () | |
| Reset filter. More... | |
| showEditImportForm (ilPropertyFormGUI $form=null) | |
| editImportForm () | |
| editImport ($a_settings) | |
| @global ilCtrl $ilCtrl More... | |
Protected Member Functions | |
| initObject ($a_id) | |
| overview () | |
| Show didactic template administration. More... | |
| showImportForm (ilPropertyFormGUI $form=null) | |
| Show template import form. More... | |
| createImportForm () | |
| Create template import form. More... | |
| importTemplate () | |
| Import template. More... | |
| editTemplate (ilPropertyFormGUI $form=null) | |
| Edit template. More... | |
| updateTemplate () | |
| Update template. More... | |
| handleUpdateFailure (ilPropertyFormGUI $form) | |
| initEditTemplate (ilDidacticTemplateSetting $set) | |
| Init edit template form. More... | |
| copyTemplate () | |
| Copy on template. More... | |
| exportTemplate () | |
| Export one template. More... | |
| deleteTemplates () | |
| Delete chosen didactic templates @global ilErrorHandling $ilErr @global ilCtrl $ilCtrl. More... | |
| activateTemplates () | |
| Activate didactic templates @global ilErrorHandling $ilErr @global ilCtrl $ilCtrl. More... | |
| deactivateTemplates () | |
| Activate didactic templates @global ilErrorHandling $ilErr @global ilCtrl $ilCtrl. More... | |
Private Attributes | |
| $parent_object | |
| $object = null | |
| $dic | |
| $lng | |
| $rbacsystem | |
| $ctrl | |
| $objDefinition | |
| $request | |
Settings for a single didactic template.
@ilCtrl_IsCalledBy ilDidacticTemplateSettingsGUI: ilObjRoleFolderGUI @ilCtrl_Calls ilDidacticTemplateSettingsGUI: ilMultilingualismGUI, ilPropertyFormGUI
Definition at line 16 of file class.ilDidacticTemplateSettingsGUI.php.
| ilDidacticTemplateSettingsGUI::__construct | ( | $a_parent_obj | ) |
Constructor.
Definition at line 54 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, and initObject().
Here is the call graph for this function:
|
protected |
Activate didactic templates @global ilErrorHandling $ilErr @global ilCtrl $ilCtrl.
Definition at line 724 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $ilErr, $tpl, and ilUtil\sendFailure().
Here is the call graph for this function:| ilDidacticTemplateSettingsGUI::applyFilter | ( | ) |
Apply table filter.
Definition at line 167 of file class.ilDidacticTemplateSettingsGUI.php.
References overview().
Here is the call graph for this function:
|
protected |
Copy on template.
Definition at line 584 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $ilErr, and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Create template import form.
Definition at line 221 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC.
Referenced by importTemplate(), and showImportForm().
Here is the caller graph for this function:
|
protected |
Activate didactic templates @global ilErrorHandling $ilErr @global ilCtrl $ilCtrl.
Definition at line 756 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $ilErr, $tpl, and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Delete chosen didactic templates @global ilErrorHandling $ilErr @global ilCtrl $ilCtrl.
Definition at line 692 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $ilErr, $tpl, and ilUtil\sendFailure().
Here is the call graph for this function:| ilDidacticTemplateSettingsGUI::editImport | ( | $a_settings | ) |
@global ilCtrl $ilCtrl
| ilDidacticTemplateSetting | $a_settings |
Definition at line 856 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, ilDidacticTemplateObjSettings\assignTemplate(), ilDidacticTemplateObjSettings\getAssignmentsByTemplateID(), and ilDidacticTemplateObjSettings\transferAutoGenerateStatus().
Referenced by importTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDidacticTemplateSettingsGUI::editImportForm | ( | ) |
Definition at line 829 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC.
Referenced by importTemplate(), and showEditImportForm().
Here is the caller graph for this function:
|
protected |
Edit template.
Definition at line 336 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $GLOBALS, initEditTemplate(), and ilUtil\sendFailure().
Referenced by handleUpdateFailure().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Export one template.
Definition at line 613 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $ilErr, ilUtil\deliverData(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 437 of file class.ilDidacticTemplateSettingsGUI.php.
References editTemplate(), ilUtil\sendFailure(), and ilPropertyFormGUI\setValuesByPost().
Referenced by updateTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Import template.
Definition at line 254 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, Vendor\Package\$e, createImportForm(), editImport(), editImportForm(), ilLoggerFactory\getLogger(), ilUtil\ilTempnam(), ilDidacticTemplateImport\IMPORT_FILE, initObject(), ilUtil\moveUploadedFile(), ilUtil\sendFailure(), showEditImportForm(), and showImportForm().
Here is the call graph for this function:
|
protected |
Init edit template form.
| ilDidacticTemplateSetting | $set |
Definition at line 450 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $GLOBALS, $objDefinition, $type, ilMDLanguageItem\_getLanguages(), ilDidacticTemplateSetting\getAssignments(), ilDidacticTemplateSetting\getEffectiveFrom(), ilDidacticTemplateSetting\getIconHandler(), ilDidacticTemplateSetting\getInfo(), ilLoggerFactory\getLogger(), ilDidacticTemplateSetting\getPresentationDescription(), ilDidacticTemplateSetting\getPresentationTitle(), ilDidacticTemplateSetting\getTranslations(), ilDidacticTemplateSetting\isAutoGenerated(), ilDidacticTemplateSetting\isEnabled(), ilDidacticTemplateSetting\isExclusive(), and ilObjectPlugin\lookupTxtById().
Referenced by editTemplate(), and updateTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| int | $a_id |
Definition at line 75 of file class.ilDidacticTemplateSettingsGUI.php.
Referenced by __construct(), and importTemplate().
Here is the caller graph for this function:
|
protected |
Show didactic template administration.
@global ilToolbarGUI $ilToolbar
Definition at line 138 of file class.ilDidacticTemplateSettingsGUI.php.
Referenced by applyFilter(), and resetFilter().
Here is the caller graph for this function:| ilDidacticTemplateSettingsGUI::resetFilter | ( | ) |
Reset filter.
Definition at line 179 of file class.ilDidacticTemplateSettingsGUI.php.
References overview().
Here is the call graph for this function:| ilDidacticTemplateSettingsGUI::showEditImportForm | ( | ilPropertyFormGUI | $form = null | ) |
Definition at line 820 of file class.ilDidacticTemplateSettingsGUI.php.
References $GLOBALS, and editImportForm().
Referenced by importTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Show template import form.
@global ilTabsGUI $ilTabs
Definition at line 194 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $GLOBALS, and createImportForm().
Referenced by importTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Update template.
Definition at line 368 of file class.ilDidacticTemplateSettingsGUI.php.
References $DIC, $lang, handleUpdateFailure(), and initEditTemplate().
Here is the call graph for this function:
|
private |
Definition at line 39 of file class.ilDidacticTemplateSettingsGUI.php.
|
private |
Definition at line 27 of file class.ilDidacticTemplateSettingsGUI.php.
|
private |
Definition at line 31 of file class.ilDidacticTemplateSettingsGUI.php.
|
private |
Definition at line 44 of file class.ilDidacticTemplateSettingsGUI.php.
Referenced by initEditTemplate().
|
private |
Definition at line 23 of file class.ilDidacticTemplateSettingsGUI.php.
|
private |
Definition at line 18 of file class.ilDidacticTemplateSettingsGUI.php.
|
private |
Definition at line 35 of file class.ilDidacticTemplateSettingsGUI.php.
|
private |
Definition at line 49 of file class.ilDidacticTemplateSettingsGUI.php.