|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilObjectGUI Basic methods of all Output classes. More...
Inheritance diagram for ilObjectGUI:
Collaboration diagram for ilObjectGUI:Public Member Functions | |
| getRefId () | |
| setAdminMode (string $mode) | |
| getAdminMode () | |
| getObject () | |
| executeCommand () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode (bool $mode=true) | |
| If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode is determined in ilRepositoryGUI. More... | |
| getCreationMode () | |
| prepareOutput (bool $show_sub_objects=true) | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| getHTML () | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
| cancelObject () | |
| cancel action and go back to previous page More... | |
| createObject () | |
| create new object form More... | |
| editAvailabilityPeriodObject () | |
| saveAvailabilityPeriodObject () | |
| cancelCreation () | |
| cancel create action and go back to repository parent More... | |
| saveObject () | |
| getDidacticTemplateVar (string $type) | |
| Get didactic template setting from creation screen. More... | |
| putObjectInTree (ilObject $obj, ?int $parent_node_id=null) | |
| Add object to tree at given position. More... | |
| editObject () | |
| addExternalEditFormCustom (ilPropertyFormGUI $form) | |
| updateObject () | |
| updates object entry in object_data More... | |
| getFormAction (string $cmd, string $default_form_action="") | |
| Get form action for command (command is method name without "Object", e.g. More... | |
| isVisible (int $ref_id, string $type) | |
| viewObject () | |
| viewObject container presentation for "administration -> repository, trash, permissions" More... | |
| deleteObject (bool $error=false) | |
| Display deletion confirmation screen. More... | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Static Public Member Functions | |
| static | _gotoRepositoryRoot (bool $raise_error=false) |
| Goto repository root. More... | |
| static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
| static | _gotoSharedWorkspaceNode (int $wsp_id) |
Data Fields | |
| const | ADMIN_MODE_NONE = "" |
| const | ADMIN_MODE_SETTINGS = "settings" |
| const | ADMIN_MODE_REPOSITORY = "repository" |
| const | UPLOAD_TYPE_LOCAL = 1 |
| const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
| const | SUPPORTED_IMPORT_MIME_TYPES = [MimeType::APPLICATION__ZIP, MimeType::APPLICATION__X_ZIP_COMPRESSED] |
Protected Member Functions | |
| getObjectService () | |
| assignObject () | |
| setTitleAndDescription () | |
| createActionDispatcherGUI () | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
| Add header action menu. More... | |
| insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
| Insert header action into main template. More... | |
| addHeaderAction () | |
| Add header action menu. More... | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. More... | |
| setTabs () | |
| set admin tabs More... | |
| setAdminTabs () | |
| set admin tabs More... | |
| setLocator () | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| omitLocator (bool $omit=true) | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| getCreationFormsHTML (StandardForm|ilPropertyFormGUI|array $form) | |
| getTitleForCreationFormPage () | |
| getCreationFormTitle () | |
| initCreateForm (string $new_type) | |
| didacticTemplatesToForm () | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| retrieveAdditionalDidacticTemplateOptions () | |
| addAdoptContentLinkToToolbar () | |
| addImportButtonToToolbar () | |
| addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar) | |
| parseDidacticTemplateVar (string $var, string $type) | |
| afterSave (ilObject $new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| routeImportCmdObject () | |
| importFile (string $file_to_import, string $path_to_uploaded_file_in_temp_dir) | |
| deleteUploadedImportFile (string $path_to_uploaded_file_in_temp_dir) | |
| afterImport (ilObject $new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction (string $cmd, string $form_action) | |
| getReturnLocation (string $cmd, string $default_location="") | |
| Get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation (string $cmd, string $location) | |
| set specific return location for command More... | |
| getTargetFrame (string $cmd, string $default_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame (string $cmd, string $target_frame) | |
| Set specific target frame for command. More... | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| getTabs () | |
| @abstract overwrite in derived GUI class of your object type More... | |
| redirectToRefId (int $ref_id, string $cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. More... | |
| getCreatableObjectTypes () | |
| buildAddNewItemElements (array $subtypes, string $create_target_class=ilRepositoryGUI::class, ?int $redirect_target_ref_id=null,) | |
| buildGroup (string $create_target_class, array $obj_types_in_group, string $title, array $subtypes) | |
Private Member Functions | |
| getMultiObjectPropertiesManipulator () | |
| buildRefIdsFromData (array $data) | |
| buildDidacticTemplateOptions () | |
| buildImportModal () | |
| buildImportTypeSelectorModal (?string $file_to_import=null, ?string $upload_file_name=null) | |
| buildImportFormInputs () | |
| buildImportTypeSelectorInputs (?string $file_to_import=null, ?string $file_name_in_temp_dir=null) | |
| retrieveAndCheckImportData () | |
| retrieveAndCheckImportTypeData () | |
| showImportTypeSelectorModal (?string $file_to_import=null, ?string $path_to_uploaded_file_in_temp_dir=null) | |
| retrieveFilesAndUploadTypeFromData (array $data) | |
| extractFileTypeFromImportFilename (string $filename) | |
| getFileToImportFromImportFormData (array $data) | |
| buildDeleletionModal (array $request_ids) | |
| buildDeletionModalItems (array $ref_ids) | |
| buildInputsForAdditionalDeletionReferences (int $ref_id, ilPathGUI $path_gui) | |
| initAddNewItemElementsFromNewItemGroups (string $create_target_class, array $new_item_groups, array $new_item_groups_subitems, array $subtypes) | |
| initAddnewItemElementsFromDefaultGroups (string $create_target_class, array $default_groups, array $subtypes) | |
| buildSubItemsForGroup (string $create_target_class, array $obj_types_in_group, array $subtypes) | |
| checkWritePermissionOnRefIdArray (array $ref_ids) | |
| getTranslatedObjectTypeNameFromItemArray (array $item_array) | |
Private Attributes | |
| ilObjectRequestRetriever | $retriever |
| MultiPropertiesManipulator | $multi_object_manipulator |
| RoundTrip | $import_modal = null |
| RoundTrip | $import_type_selector_modal = null |
Class ilObjectGUI Basic methods of all Output classes.
Definition at line 48 of file class.ilObjectGUI.php.
|
static |
Definition at line 2011 of file class.ilObjectGUI.php.
References $DIC, $ref_id, ilCtrl\redirectByClass(), and ilCtrl\setParameterByClass().
Referenced by ilObjFolderGUI\_goto(), ilObjFileGUI\_goto(), ilObjCourseGUI\_goto(), ilObjChatroomGUI\_goto(), ilObjChatroomAdminGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjSessionGUI\_goto(), ilRemoteObjectBaseGUI\_goto(), ilObjWikiGUI\_goto(), ilObjGroupGUI\_goto(), ilObjIndividualAssessmentGUI\_goto(), ilObjContentPageGUI\_goto(), ilObjLearningSequenceGUI\_goto(), and ilObjLearningSequence\_goto().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Goto repository root.
return
Definition at line 1992 of file class.ilObjectGUI.php.
References $DIC, $ilErr, $lng, ilCtrl\redirectByClass(), ROOT_FOLDER_ID, and ilCtrl\setParameterByClass().
Referenced by ilObjFileGUI\_goto(), ilObjCourseGUI\_goto(), ilObjTestGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjItemGroupGUI\_goto(), ilLMPageObjectGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjRootFolderGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjSessionGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjGroupGUI\_goto(), ilObjUserFolderGUI\_goto(), ilObjLearningSequence\_goto(), ilObjBibliographicGUI\handleNonAccess(), and ilObjFileBasedLMGUI\importFromUploadDir().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 2020 of file class.ilObjectGUI.php.
References $DIC, ilCtrl\redirectByClass(), and ilCtrl\setParameterByClass().
Referenced by ilObjFileGUI\_goto(), and ilFileStaticURLHandler\handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
should be overwritten to add object specific items (repository items are preloaded)
Reimplemented in ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjTalkTemplateGUI, ilObject2GUI, ilObjLanguageExtGUI, ilObjOrgUnitGUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 577 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\locator(), ILIAS\Repository\object(), and SYSTEM_FOLDER_ID.
Referenced by prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 896 of file class.ilObjectGUI.php.
References ILIAS\Repository\toolbar().
Referenced by ilObjGroupGUI\viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 961 of file class.ilObjectGUI.php.
References ilToolbarGUI\addComponent(), and ilToolbarGUI\addSeparator().
Here is the call graph for this function:| ilObjectGUI::addExternalEditFormCustom | ( | ilPropertyFormGUI | $form | ) |
Reimplemented in ilObjBookingPoolGUI, and ilObjTalkTemplateGUI.
Definition at line 1170 of file class.ilObjectGUI.php.
Referenced by ilObjItemGroupGUI\edit(), and ilObjEmployeeTalkGUI\updateObject().
Here is the caller graph for this function:
|
protected |
Add header action menu.
Reimplemented in ilObjDataCollectionGUI.
Definition at line 469 of file class.ilObjectGUI.php.
References initHeaderAction(), and insertHeaderAction().
Referenced by ilObjContentObjectGUI\doExportHTML(), ilObjContentObjectGUI\doExportXML(), ilObjBibliographicGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjChatroomGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjIndividualAssessmentGUI\executeCommand(), ilObjItemGroupGUI\executeCommand(), ilObjLearningSequenceGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjPortfolioTemplateGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjStudyProgrammeGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjLinkResourceGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjWorkspaceFolderGUI\executeCommand(), ilObjContentPageGUI\renderHeaderActions(), ilObjContentObjectGUI\showExportOptionsHTML(), and ilObjContentObjectGUI\showExportOptionsXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 909 of file class.ilObjectGUI.php.
References buildImportModal(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
should be overwritten to add object specific items (repository items are preloaded)
Reimplemented in ilObjRoleGUI, ilObjBibliographicGUI, ilObjBlogGUI, ilObjBookingPoolGUI, ilObjChatroomGUI, ilObjCmiXapiGUI, ilContainerReferenceGUI, ilObjContentPageGUI, ilObjDataCollectionGUI, ilObjExerciseGUI, ilObjFileGUI, ilObjForumGUI, ilObjFileBasedLMGUI, ilObject2GUI, ilObjIndividualAssessmentGUI, ilObjItemGroupGUI, ilObjLTIConsumerGUI, ilObjMediaCastGUI, ilObjMediaPoolGUI, ilObjPollGUI, ilObjPortfolioBaseGUI, ilObjectPluginGUI, ilObjSAHSLearningModuleGUI, ilObjSessionGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjTestGUI, ilObjQuestionPoolGUI, ilObjLinkResourceGUI, and ilObjWikiGUI.
Definition at line 564 of file class.ilObjectGUI.php.
Referenced by setLocator().
Here is the caller graph for this function:| ilObjectGUI::addToDeskObject | ( | ) |
Definition at line 2037 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Post (successful) object import hook.
Reimplemented in ilObjChatroomGUI, ilObjCourseGUI, and ilObjFileBasedLMGUI.
Definition at line 1564 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Post (successful) object creation hook.
Reimplemented in ilObjBibliographicGUI, ilObjExerciseGUI, ilObjTaxonomyGUI, ilObjBlogGUI, ilObjBookingPoolGUI, ilObjCategoryGUI, ilObjChatroomGUI, ilContainerReferenceGUI, ilObjContentPageGUI, ilObjCourseGUI, ilObjDataCollectionGUI, ilObjFolderGUI, ilObjForumGUI, ilObjFileBasedLMGUI, ilObjIndividualAssessmentGUI, ilObjContentObjectGUI, ilObjLearningSequenceGUI, ilObjMediaCastGUI, ilObjMediaPoolGUI, ilObjOrgUnitGUI, ilObjPollGUI, ilObjPortfolioGUI, ilObjectPluginGUI, ilObjStudyProgrammeGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjTestGUI, ilObjQuestionPoolGUI, ilObjLinkResourceGUI, ilObjWikiGUI, and ilObjCmiXapiGUI.
Definition at line 1145 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilObjCmiXapiVerificationGUI\save(), ilObjCourseVerificationGUI\save(), ilObjExerciseVerificationGUI\save(), ilObjLTIConsumerVerificationGUI\save(), ilObjSCORMVerificationGUI\save(), ilObjTestVerificationGUI\save(), and ilObjEmployeeTalkSeriesGUI\saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Post (successful) object update hook.
Reimplemented in ilObjBookingPoolGUI, ilContainerGUI, and ilObjItemGroupGUI.
Definition at line 1270 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilObjEmployeeTalkGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjGlossaryGUI, ilObject2GUI, ilObjLanguageExtGUI, ilObjMediaObjectGUI, ilObjSCORM2004LearningModuleGUI, and ilObjSCORMLearningModuleGUI.
Definition at line 295 of file class.ilObjectGUI.php.
References ilObjectFactory\getInstanceByObjId(), and ilObjectFactory\getInstanceByRefId().
Referenced by ilObjLearningModuleGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2072 of file class.ilObjectGUI.php.
Referenced by ilObjItemGroupGUI\listMaterials(), ilObjSessionGUI\materialsObject(), ilObjCourseGUI\renderAddNewItem(), ilObjFolderGUI\showPossibleSubObjects(), and ilObjLearningSequenceGUI\showPossibleSubObjects().
Here is the caller graph for this function:
|
private |
Definition at line 1720 of file class.ilObjectGUI.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\settings().
Referenced by confirmedDeleteObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1753 of file class.ilObjectGUI.php.
References $c, ilObject\_lookupObjId(), and ilObject\_lookupTitle().
Here is the call graph for this function:
|
private |
Definition at line 856 of file class.ilObjectGUI.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, ilDidacticTemplateSettings\getInstanceByObjectType(), ILIAS\Repository\lng(), and retrieveAdditionalDidacticTemplateOptions().
Referenced by didacticTemplatesToForm(), and initDidacticTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2175 of file class.ilObjectGUI.php.
Referenced by ilObjTalkTemplateAdministrationGUI\showPossibleSubObjects(), and ilObjOrgUnitGUI\showPossibleSubObjects().
Here is the caller graph for this function:
|
private |
Definition at line 1276 of file class.ilObjectGUI.php.
References ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilImportDirectoryFactory\TYPE_EXPORT, and ILIAS\Repository\user().
Here is the call graph for this function:
|
private |
Definition at line 929 of file class.ilObjectGUI.php.
References ILIAS\Repository\lng().
Referenced by addImportButtonToToolbar().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1333 of file class.ilObjectGUI.php.
|
private |
Definition at line 940 of file class.ilObjectGUI.php.
|
private |
Definition at line 1782 of file class.ilObjectGUI.php.
References $c, $ref_id, ilObject\_getAllReferences(), and ilObject\_lookupObjId().
Here is the call graph for this function:
|
private |
Definition at line 643 of file class.ilObjectGUI.php.
References $c, $data, and ILIAS\Repository\refinery().
Referenced by confirmedDeleteObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 2198 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), and ilObject\getIconForType().
Here is the call graph for this function:| ilObjectGUI::cancelCreation | ( | ) |
cancel create action and go back to repository parent
Definition at line 1024 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl().
Referenced by ilObjChatroomGUI\executeCommand(), and ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::cancelObject | ( | ) |
cancel action and go back to previous page
Reimplemented in ilObjAuthSettingsGUI, ilObjEmployeeTalkSeriesGUI, ilObjLanguageExtGUI, ilObjMediaObjectGUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 669 of file class.ilObjectGUI.php.
References ilSession\clear(), and ILIAS\Repository\ctrl().
Referenced by ilObjFileBasedLMGUI\cancel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObject2GUI.
Definition at line 1942 of file class.ilObjectGUI.php.
References $_SERVER, $ref_id, ilSession\clear(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by ilObjBibliographicAdminGUI\__construct(), ilObjMediaCastGUI\addCastItemObject(), ilObjRoleFolderGUI\adjustRoleObject(), ilObjSessionGUI\attendanceListObject(), ilObjCourseGUI\autoFillObject(), ilObjLanguageFolderGUI\checkLanguageObject(), ilObjLanguageFolderGUI\confirmRefreshObject(), ilObjLanguageFolderGUI\confirmRefreshSelectedObject(), ilObjLanguageFolderGUI\confirmUninstallChangesObject(), ilObjLanguageFolderGUI\confirmUninstallObject(), ilObjLTIAdministrationGUI\createLTIConsumer(), ilObjSurveyQuestionPoolGUI\deleteQuestionsObject(), ilObjMediaCastGUI\editCastItemObject(), ilObjGroupGUI\editInfoObject(), ilObjGroupGUI\editObject(), ilObjLoggingSettingsGUI\errorSettings(), ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjLanguageFolderGUI\executeCommand(), ilObjLearningSequenceAdminGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjSystemCheckGUI\executeCommand(), ilObjUserFolderGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjBookingPoolGUI\infoScreen(), ilObjCourseGUI\infoScreen(), ilObjGroupGUI\infoScreen(), ilObjSurveyQuestionPoolGUI\infoScreenForward(), ilObjWikiGUI\infoScreenObject(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjLanguageFolderGUI\installLocalObject(), ilObjLanguageFolderGUI\installObject(), ilObjSessionGUI\joinObject(), ilObjCourseGUI\leaveObject(), ilObjGroupGUI\leaveObject(), ilObjWikiGUI\listContributorsObject(), ilObjMediaCastGUI\listItemsObject(), ilObjCourseGUI\performUnsubscribeObject(), ilObjSessionGUI\printAttendanceListObject(), ilObjLanguageFolderGUI\refreshObject(), ilObjLanguageFolderGUI\refreshSelectedObject(), ilObjSessionGUI\registerObject(), ilObjFolderGUI\renderObject(), ilObjLoggingSettingsGUI\resetComponentLevels(), ilObjCalendarSettingsGUI\save(), ilObjMediaCastGUI\saveCastItemObject(), ilObjLoggingSettingsGUI\saveComponentLevels(), ilObjAdvancedEditingGUI\saveGeneralPageSettingsObject(), ilObjWikiGUI\saveGradingObject(), ilObjAdvancedEditingGUI\saveObject(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjAwarenessAdministrationGUI\saveSettings(), ilObjBadgeAdministrationGUI\saveSettings(), ilObjBlogAdministrationGUI\saveSettings(), ilObjExerciseAdministrationGUI\saveSettings(), ilObjLearningResourcesSettingsGUI\saveSettings(), ilMembershipAdministrationGUI\saveSettings(), ilObjStudyProgrammeAdminGUI\saveSettings(), ilObjTaggingSettingsGUI\saveSettings(), ilObjWebResourceAdministrationGUI\saveSettings(), ilObjUserTrackingGUI\saveSettingsObject(), ilObjLanguageFolderGUI\setSystemLanguageObject(), ilObjLanguageFolderGUI\setUserLanguageObject(), ilObjExerciseGUI\showOverviewObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjSystemCheckGUI\trash(), ilObjLanguageFolderGUI\uninstallChangesObject(), ilObjLanguageFolderGUI\uninstallObject(), ilObjGroupGUI\unsubscribeObject(), ilObjLoggingSettingsGUI\updateErrorSettings(), ilObjCourseGUI\updateInfoObject(), ilObjGroupGUI\updateInfoObject(), ilObjLTIAdministrationGUI\updateLTIConsumer(), ilContainerReferenceGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjFolderGUI\viewObject(), ilObjRootFolderGUI\viewObject(), and ilObjWikiGUI\viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObject2GUI, ilObjPortfolioGUI, ilObjTaxonomyGUI, ilObjEmployeeTalkSeriesGUI, and ilObjWikiGUI.
Definition at line 1966 of file class.ilObjectGUI.php.
References $ref_id, $requested_ref_id, and ILIAS\Repository\access().
Referenced by ilObjBadgeAdministrationGUI\activateTypes(), ilObjExerciseGUI\addContentSubTabs(), ilObjSurveyGUI\addToNavigationHistory(), ilObjLoggingSettingsGUI\components(), ilObjFileBasedLMGUI\createFromDirectory(), createObject(), ilObjBadgeAdministrationGUI\deactivateTypes(), ilObjFolderGUI\editObject(), ilObjMediaCastGUI\editObject(), ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjIndividualAssessmentGUI\executeCommand(), ilObjLTIAdministrationGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjSystemCheckGUI\executeCommand(), ilObjBlogAdministrationGUI\getAdminTabs(), ilObjObjectTemplateAdministrationGUI\getAdminTabs(), ilObjEmployeeTalkGUI\getAdminTabs(), ilObjExerciseAdministrationGUI\getAdminTabs(), getAdminTabs(), ilObjNotificationAdminGUI\getAdminTabs(), ilObjPortfolioAdministrationGUI\getAdminTabs(), ilObjSystemCheckGUI\getAdminTabs(), ilObjLearningResourcesSettingsGUI\getSettingsForm(), ilObjLanguageFolderGUI\getTabs(), ilObjSurveyGUI\getTabs(), ilObjSurveyQuestionPoolGUI\getTabs(), ilObjUserTrackingGUI\getTabs(), ilObjFileBasedLMGUI\importFromUploadDir(), ilObjQuestionPoolGUI\importVerifiedFileObject(), ilObjBookingPoolGUI\infoScreen(), ilObjCourseGUI\infoScreen(), ilObjGroupGUI\infoScreen(), ilObjSAHSLearningModuleGUI\infoScreenForward(), ilObjSurveyQuestionPoolGUI\infoScreenForward(), ilObjSessionGUI\initForm(), ilObjAwarenessAdministrationGUI\initFormSettings(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjCalendarSettingsGUI\initFormSettings(), ilObjExerciseAdministrationGUI\initFormSettings(), ilObjAdvancedEditingGUI\initGeneralPageSettingsForm(), ilObjAdvancedEditingGUI\initPageEditorForm(), ilObjPrivacySecurityGUI\initPrivacyForm(), ilObjUserTrackingGUI\initSettingsForm(), ilObjExerciseGUI\listAssignmentsObject(), ilObjLTIAdministrationGUI\listConsumers(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjFileBasedLMGUI\properties(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilContainerReferenceGUI\saveObject(), ilObjGlossaryGUI\saveObject(), ilObjFileBasedLMGUI\saveProperties(), ilObjNotificationAdminGUI\saveSettings(), ilObjSystemCheckGUI\setMainSubTabs(), ilObjFileBasedLMGUI\setStartFile(), and ilObjLanguageFolderGUI\viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 2229 of file class.ilObjectGUI.php.
References $ref_id, and ILIAS\Repository\access().
Here is the call graph for this function:| ilObjectGUI::confirmedDeleteObject | ( | ) |
confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled
Reimplemented in ilObjEmployeeTalkGUI, ilObjOrgUnitGUI, and ilObjStyleSheetGUI.
Definition at line 615 of file class.ilObjectGUI.php.
References $data, buildDeleletionModal(), buildRefIdsFromData(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjChatroomGUI.
Definition at line 393 of file class.ilObjectGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\object(), and ilCommonActionDispatcherGUI\TYPE_REPOSITORY.
Referenced by initHeaderAction().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::createObject | ( | ) |
create new object form
Reimplemented in ilObjRoleGUI, ilObjRoleTemplateGUI, ilContainerReferenceGUI, ilObjMediaObjectGUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 678 of file class.ilObjectGUI.php.
References $requested_new_type, checkPermissionBool(), ILIAS\Repository\ctrl(), error(), getCreationFormsHTML(), ilObject\getIconForType(), getTitleForCreationFormPage(), initCreateForm(), and ILIAS\Repository\lng().
Referenced by ilObjGlossaryGUI\importObject(), and ilObjSessionGUI\saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::deleteObject | ( | bool | $error = false | ) |
Display deletion confirmation screen.
Only for referenced objects. For user,role & rolt overwrite this function in the appropriate Object folders classes (ilObjUserFolderGUI,ilObjRoleFolderGUI)
Reimplemented in ilObjCourseGUI, ilObjFolderGUI, and ilObjOrgUnitGUI.
Definition at line 1688 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1462 of file class.ilObjectGUI.php.
Referenced by ilObjSAHSLearningModuleGUI\importFile(), and ilObjSurveyQuestionPoolGUI\importFile().
Here is the caller graph for this function:
|
protected |
Definition at line 765 of file class.ilObjectGUI.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, buildDidacticTemplateOptions(), getCreationMode(), ILIAS\Repository\lng(), ilDidacticTemplateObjSettings\lookupTemplateId(), and ILIAS\Repository\object().
Referenced by initCreateForm(), and ilObjItemGroupGUI\initCreateForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::editAvailabilityPeriodObject | ( | ) |
Definition at line 971 of file class.ilObjectGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjectGUI::editObject | ( | ) |
Reimplemented in ilObjRoleGUI, ilObjBibliographicGUI, ilObjBookingPoolGUI, ilObjEmployeeTalkGUI, ilObjExerciseGUI, ilObjFolderGUI, ilObjFileBasedLMGUI, ilObjTypeDefinitionGUI, ilObjIndividualAssessmentGUI, ilObjMediaCastGUI, ilObjMediaObjectGUI, ilObjSessionGUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 1151 of file class.ilObjectGUI.php.
References error(), and ILIAS\Repository\lng().
Referenced by ilContainerReferenceGUI\editReferenceObject(), ilContainerReferenceGUI\firstEditObject(), ilContainerReferenceGUI\updateObject(), ilObjCourseGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjStudyProgrammeReferenceGUI\updateObject(), and ilRemoteObjectBaseGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Enables the file upload into this object by dropping files.
Reimplemented in ilObjLearningSequenceGUI.
Definition at line 2032 of file class.ilObjectGUI.php.
Referenced by prepareOutput().
Here is the caller graph for this function:| ilObjectGUI::executeCommand | ( | ) |
Reimplemented in ilObjRoleFolderGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjGeneralSettingsGUI, ilObjRecoveryFolderGUI, ilObjServerInfoGUI, ilObjSystemFolderGUI, ilObjAdministrativeNotificationGUI, ilObjAuthSettingsGUI, ilObjAwarenessAdministrationGUI, ilObjBadgeAdministrationGUI, ilObjBenchmarkGUI, ilObjBibliographicAdminGUI, ilObjBibliographicGUI, ilObjBlogAdministrationGUI, ilObjBlogGUI, ilObjCalendarSettingsGUI, ilObjCategoryGUI, ilObjCertificateSettingsGUI, ilObjChatroomAdminGUI, ilObjChatroomGUI, ilObjCmiXapiAdministrationGUI, ilObjComponentSettingsGUI, ilObjContactAdministrationGUI, ilContainerGUI, ilContainerReferenceGUI, ilObjContentPageAdministrationGUI, ilObjAdvancedEditingGUI, ilCourseContentGUI, ilObjCourseGUI, ilObjCourseReferenceGUI, ilObjCronGUI, ilObjDashboardSettingsGUI, ilObjDataCollectionGUI, ilObjDataProtectionGUI, ilObjObjectTemplateAdministrationGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, ilObjExerciseAdministrationGUI, ilObjFileAccessSettingsGUI, ilObjFileServicesGUI, ilObjFolderGUI, ilObjForumAdministrationGUI, ilObjFooterAdministrationGUI, ilObjGlossaryGUI, ilObjGroupGUI, ilObjGroupReferenceGUI, ilObjHelpSettingsGUI, ilObjFileBasedLMGUI, ilObject2GUI, ilObjObjectFolderGUI, ilObjTypeDefinitionGUI, ilObjLegalNoticeGUI, ilObjIndividualAssessmentGUI, ilObjItemGroupGUI, ilObjLanguageExtGUI, ilObjLanguageFolderGUI, ilObjLearningHistorySettingsGUI, ilObjLearningResourcesSettingsGUI, ilObjLearningSequenceAdminGUI, ilObjLearningSequenceGUI, ilObjLegalDocumentsGUI, ilObjLoggingSettingsGUI, ilObjLTIAdministrationGUI, ilObjMailGUI, ilObjMainMenuGUI, ilObjMapsGUI, ilObjMediaCastGUI, ilObjMediaCastSettingsGUI, ilObjMediaObjectsSettingsGUI, ilObjMediaPoolGUI, ilMembershipAdministrationGUI, ilObjMDSettingsGUI, ilObjNewsSettingsGUI, ilObjCommentsSettingsGUI, ilObjNotesSettingsGUI, ilObjNotificationAdminGUI, ilObjOrgUnitGUI, ilObjPersonalWorkspaceSettingsGUI, ilObjPollGUI, ilObjPortfolioAdministrationGUI, ilObjPortfolioGUI, ilObjPortfolioTemplateGUI, ilObjPrivacySecurityGUI, ilObjRepositorySettingsGUI, ilObjectPluginGUI, ilObjRootFolderGUI, ilObjSCORM2004LearningModuleGUI, ilObjSAHSLearningModuleGUI, ilObjSearchSettingsGUI, ilObjSessionGUI, ilObjSkillManagementGUI, ilObjSkillTreeGUI, ilObjStaticUrlServiceGUI, ilObjStudyProgrammeAdminGUI, ilObjStudyProgrammeGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjSurveyAdministrationGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjSystemCheckGUI, ilObjTaggingSettingsGUI, ilObjTaxonomyAdministrationGUI, ilObjTaxonomyGUI, ilObjTermsOfServiceGUI, ilObjTestFolderGUI, ilObjTestGUI, ilObjUserTrackingGUI, ilObjUserFolderGUI, ilObjUserGUI, ilObjWebDAVGUI, ilObjLinkResourceGUI, ilObjWebResourceAdministrationGUI, ilObjECSSettingsGUI, ilRemoteObjectBaseGUI, ilObjWikiGUI, ilObjWikiSettingsGUI, and ilObjWorkspaceFolderGUI.
Definition at line 260 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), and prepareOutput().
Here is the call graph for this function:
|
private |
Definition at line 1536 of file class.ilObjectGUI.php.
References $filename.
| ilObjectGUI::getAdminMode | ( | ) |
Definition at line 245 of file class.ilObjectGUI.php.
References $admin_mode.
Referenced by ilObjRoleGUI\addAdminLocatorItems(), ilObjRoleGUI\addLocatorItems(), and ilObjRoleGUI\getTabs().
Here is the caller graph for this function:| ilObjectGUI::getAdminTabs | ( | ) |
administration tabs show only permissions and trash folder
Reimplemented in ilObjRoleFolderGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjAccessibilitySettingsGUI, ilObjGeneralSettingsGUI, ilObjServerInfoGUI, ilObjSystemFolderGUI, ilObjAuthSettingsGUI, ilObjAwarenessAdministrationGUI, ilObjBadgeAdministrationGUI, ilObjBenchmarkGUI, ilObjBlogAdministrationGUI, ilObjCalendarSettingsGUI, ilObjCertificateSettingsGUI, ilChatroomObjectGUI, ilObjCmiXapiAdministrationGUI, ilObjComponentSettingsGUI, ilObjContactAdministrationGUI, ilContainerGUI, ilObjContentPageAdministrationGUI, ilObjAdvancedEditingGUI, ilObjDashboardSettingsGUI, ilObjDataProtectionGUI, ilObjObjectTemplateAdministrationGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, ilObjExerciseAdministrationGUI, ilObjFileAccessSettingsGUI, ilObjFileServicesGUI, ilObjForumAdministrationGUI, ilObjHelpSettingsGUI, ilObjLanguageExtGUI, ilObjLanguageFolderGUI, ilObjLearningHistorySettingsGUI, ilObjLearningResourcesSettingsGUI, ilObjLearningSequenceAdminGUI, ilObjLoggingSettingsGUI, ilObjLTIAdministrationGUI, ilObjMailGUI, ilObjMediaCastSettingsGUI, ilObjMediaObjectsSettingsGUI, ilMembershipAdministrationGUI, ilObjMDSettingsGUI, ilObjNewsSettingsGUI, ilObjCommentsSettingsGUI, ilObjNotesSettingsGUI, ilObjNotificationAdminGUI, ilObjOrgUnitGUI, ilObjPersonalWorkspaceSettingsGUI, ilObjPortfolioAdministrationGUI, ilObjPrivacySecurityGUI, ilObjRepositorySettingsGUI, ilObjSearchSettingsGUI, ilObjSkillManagementGUI, ilObjSkillTreeGUI, ilObjStudyProgrammeAdminGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjSurveyAdministrationGUI, ilObjSystemCheckGUI, ilObjTaggingSettingsGUI, ilObjTaxonomyAdministrationGUI, ilObjTermsOfServiceGUI, ilObjTestFolderGUI, ilObjUserTrackingGUI, ilObjUserFolderGUI, ilObjUserGUI, ilObjWebDAVGUI, ilObjWebResourceAdministrationGUI, ilObjECSSettingsGUI, and ilObjWikiSettingsGUI.
Definition at line 506 of file class.ilObjectGUI.php.
References checkPermissionBool(), and ILIAS\Repository\ctrl().
Referenced by setAdminTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get center column.
Reimplemented in ilObject2GUI.
Definition at line 1868 of file class.ilObjectGUI.php.
References ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), ilColumnGUI\getCmdSide(), ILIAS\UI\Implementation\Component\Input\ViewControl\getContent(), ilColumnGUI\getScreenMode(), ILIAS\Repository\html(), IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Reimplemented in ilObjTalkTemplateAdministrationGUI, ilObjItemGroupGUI, ilObjOrgUnitGUI, and ilObjSessionGUI.
Definition at line 2057 of file class.ilObjectGUI.php.
References ILIAS\Repository\access(), ilObjectDefinition\MODE_REPOSITORY, and ILIAS\Repository\object().
Referenced by ilObjCourseGUI\renderAddNewItem(), ilObjFolderGUI\showPossibleSubObjects(), and ilObjLearningSequenceGUI\showPossibleSubObjects().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| StandardForm|ilPropertyFormGUI|array<ilPropertyFormGUI> | $form |
Reimplemented in ilObjLTIConsumerGUI.
Definition at line 704 of file class.ilObjectGUI.php.
References getCreationFormTitle().
Referenced by createObject(), and ilObjItemGroupGUI\save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjFileGUI, ilObjectPluginGUI, and ilObjStyleSheetGUI.
Definition at line 733 of file class.ilObjectGUI.php.
References ILIAS\Repository\lng().
Referenced by getCreationFormsHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::getCreationMode | ( | ) |
Reimplemented in ilObject2GUI.
Definition at line 290 of file class.ilObjectGUI.php.
References $creation_mode.
Referenced by ilObjSessionGUI\addLocatorItems(), ilObjIndividualAssessmentGUI\addToNavigationHistory(), ilObjLearningSequenceGUI\addToNavigationHistory(), ilObjStudyProgrammeGUI\addToNavigationHistory(), ilObjSurveyGUI\addToNavigationHistory(), ilObjContentObjectGUI\checkCtrlPath(), didacticTemplatesToForm(), ilObjCategoryGUI\executeCommand(), ilObjChatroomGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjLearningSequenceGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjTestGUI\executeCommand(), initDidacticTemplate(), prepareOutput(), and ilObjSessionGUI\prepareOutput().
Here is the caller graph for this function:| ilObjectGUI::getDidacticTemplateVar | ( | string | $type | ) |
Get didactic template setting from creation screen.
Definition at line 1078 of file class.ilObjectGUI.php.
References $data, Vendor\Package\$e, and ILIAS\Repository\refinery().
Referenced by ilObjBookingPoolGUI\afterUpdate(), ilObjItemGroupGUI\afterUpdate(), ilObjSessionGUI\createRecurringSessions(), ilObjLTIConsumerGUI\saveCustom(), ilObjBibliographicGUI\saveObject(), ilContainerReferenceGUI\saveObject(), ilObjGlossaryGUI\saveObject(), ilObjLTIConsumerGUI\saveObject(), ilObjLinkResourceGUI\saveObject(), and ilObjSessionGUI\saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add values to custom edit fields.
Reimplemented in ilObjContentPageGUI, ilObjTalkTemplateGUI, ilObjExerciseGUI, ilObjFolderGUI, ilObjForumGUI, ilObjItemGroupGUI, ilObjPollGUI, ilObjPortfolioBaseGUI, ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Definition at line 1222 of file class.ilObjectGUI.php.
|
protected |
Reimplemented in ilObjCategoryGUI, ilContainerGUI, ilObjCourseGUI, and ilObjRootFolderGUI.
Definition at line 1211 of file class.ilObjectGUI.php.
Referenced by ilObjItemGroupGUI\edit(), and ilObjEmployeeTalkGUI\editObject().
Here is the caller graph for this function:
|
private |
Definition at line 1548 of file class.ilObjectGUI.php.
References $data, and CLIENT_DATA_DIR.
| ilObjectGUI::getFormAction | ( | string | $cmd, |
| string | $default_form_action = "" |
||
| ) |
Get form action for command (command is method name without "Object", e.g.
"perm").
Definition at line 1573 of file class.ilObjectGUI.php.
| ilObjectGUI::getHTML | ( | ) |
Reimplemented in ilObject2GUI.
Definition at line 527 of file class.ilObjectGUI.php.
References $html.
Referenced by ilObjMapsGUI\view().
Here is the caller graph for this function:
|
private |
Definition at line 220 of file class.ilObjectGUI.php.
References $multi_object_manipulator.
| ilObjectGUI::getObject | ( | ) |
Definition at line 255 of file class.ilObjectGUI.php.
References $object.
Referenced by ilContainerSkillGUI\__construct(), ilContSkillAdminGUI\__construct(), ilContSkillPresentationGUI\__construct(), ilContainerFilterAdminGUI\__construct(), ilCourseContentGUI\__construct(), ilBookingParticipantGUI\__construct(), ilLOEditorGUI\__construct(), ilDclRecordListGUI\__construct(), ilContainerNewsSettingsGUI\__construct(), ilExtIdGUI\__construct(), ilOrgUnitSimpleImportGUI\__construct(), ilBookingGatewayGUI\__construct(), ilLocalUserGUI\__construct(), ilMediaCastTableGUI\__construct(), ilMediaCastManageTableGUI\__construct(), ilOrgUnitExportGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilObjLearningSequenceGUI\checkLPAccess(), ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjDataCollectionGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjItemGroupGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjOrgUnitGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjStudyProgrammeGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilChatroom\getChatURL(), ilObjLearningSequenceGUI\getGUILearningProgress(), ilObjLearningSequenceGUI\getGUIMembers(), ilObjLearningSequenceGUI\getGUISettings(), ilContainerGUI\getItemPresentation(), ilContainerGUI\getModeManager(), ilObjLearningSequenceGUI\getTabs(), ilObjQuestionPoolGUI\importVerifiedQuestionsFileObject(), ilObjWikiGUI\infoScreen(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjItemGroupGUI\initCreateForm(), ilObjCourseGUI\performUnsubscribeObject(), and ilObjLearningSequenceGUI\unparticipate().
Here is the caller graph for this function:
|
protected |
Definition at line 250 of file class.ilObjectGUI.php.
References $object_service.
Referenced by ilObjBookingPoolGUI\initEditCustomForm(), ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjGroupGUI\initForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilObjFileBasedLMGUI\saveProperties(), ilObjSCORM2004LearningModuleGUI\saveProperties(), ilObjExerciseGUI\updateCustom(), ilObjFolderGUI\updateCustom(), ilObjCourseGUI\updateObject(), and ilObjGroupGUI\updateObject().
Here is the caller graph for this function:| ilObjectGUI::getRefId | ( | ) |
Reimplemented in ilObjChatroomAdminGUI, and ilObjChatroomGUI.
Definition at line 228 of file class.ilObjectGUI.php.
References $ref_id.
Referenced by ilBookingParticipantGUI\__construct(), ilBookingScheduleGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilObjDashboardSettingsGUI\executeCommand(), ilObjDataCollectionGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjLearningSequenceGUI\getGUILearningProgress(), ilCourseContentGUI\managePersonalTimings(), ilCourseContentGUI\manageTimings(), ilObjSessionGUI\registerObject(), ilObjSessionGUI\showJoinRequestButton(), and ilObjSessionGUI\unregisterObject().
Here is the caller graph for this function:
|
protected |
Get return location for command (command is method name without "Object", e.g.
"perm")
Reimplemented in ilObject2GUI.
Definition at line 1590 of file class.ilObjectGUI.php.
Referenced by ilObjCourseGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), ilObjOrgUnitGUI\afterSave(), and ilObjStudyProgrammeGUI\afterSave().
Here is the caller graph for this function:
|
protected |
Display right column.
Reimplemented in ilObject2GUI.
Definition at line 1904 of file class.ilObjectGUI.php.
References ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
@abstract overwrite in derived GUI class of your object type
Reimplemented in ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjAuthSettingsGUI, ilObjCategoryGUI, ilContainerGUI, ilContainerReferenceGUI, ilObjAdvancedEditingGUI, ilObjCourseGUI, ilObjCourseReferenceGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, ilObjFolderGUI, ilObjForumGUI, ilObjGlossaryGUI, ilObjGroupGUI, ilObjFileBasedLMGUI, ilObject2GUI, ilObjObjectFolderGUI, ilObjTypeDefinitionGUI, ilObjIndividualAssessmentGUI, ilObjLanguageFolderGUI, ilObjLearningSequenceGUI, ilObjMailGUI, ilObjMediaObjectGUI, ilObjOrgUnitGUI, ilObjRootFolderGUI, ilObjSAHSLearningModuleGUI, ilObjSearchSettingsGUI, ilObjSessionGUI, ilObjStudyProgrammeGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjSurveyAdministrationGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjTestFolderGUI, ilObjTestGUI, ilObjQuestionPoolGUI, ilObjUserTrackingGUI, ilObjUserFolderGUI, ilObjUserGUI, and ilObjWikiGUI.
Definition at line 1845 of file class.ilObjectGUI.php.
Referenced by setTabs().
Here is the caller graph for this function:
|
protected |
get target frame for command (command is method name without "Object", e.g.
"perm")
Reimplemented in ilObject2GUI.
Definition at line 1610 of file class.ilObjectGUI.php.
|
protected |
Definition at line 725 of file class.ilObjectGUI.php.
References ILIAS\Repository\lng(), and ilObjectPlugin\lookupTxtById().
Referenced by createObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 2239 of file class.ilObjectGUI.php.
References ILIAS\Repository\lng(), and ilObjectPlugin\lookupTxtById().
Here is the call graph for this function:
|
protected |
Reimplemented in ilObjSAHSLearningModuleGUI, ilObjSurveyQuestionPoolGUI, ilObjTestGUI, and ilObjQuestionPoolGUI.
Definition at line 1404 of file class.ilObjectGUI.php.
References Vendor\Package\$e, ilObject\_getAllReferences(), ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 2133 of file class.ilObjectGUI.php.
|
private |
Definition at line 2102 of file class.ilObjectGUI.php.
|
protected |
Reimplemented in ilObjCmiXapiGUI, ilObjLTIConsumerGUI, ilObjBibliographicGUI, ilContainerReferenceGUI, ilObjEmployeeTalkSeriesGUI, ilObjFileGUI, ilObjGlossaryGUI, ilObjItemGroupGUI, ilObjSAHSLearningModuleGUI, ilObjLinkResourceGUI, and ilObjWikiGUI.
Definition at line 738 of file class.ilObjectGUI.php.
References $refinery, ILIAS\Repository\ctrl(), didacticTemplatesToForm(), ILIAS\Repository\lng(), and ilObjectPlugin\lookupTxtById().
Referenced by createObject(), and ilObjStudyProgrammeGUI\getAsyncCreationForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjLearningSequenceGUI, and ilObjPortfolioTemplateGUI.
Definition at line 810 of file class.ilObjectGUI.php.
References $data, $id, ILIAS\UI\Implementation\Component\Input\Field\$options, $type, ilPropertyFormGUI\addItem(), buildDidacticTemplateOptions(), getCreationMode(), ILIAS\Repository\lng(), ilDidacticTemplateObjSettings\lookupTemplateId(), and ILIAS\Repository\object().
Referenced by ilObjCmiXapiGUI\initCreateForm(), ilObjBibliographicGUI\initCreateForm(), ilObjEmployeeTalkSeriesGUI\initCreateForm(), ilObjGlossaryGUI\initCreateForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjItemGroupGUI\initEditCustomForm(), ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjSessionGUI\initForm(), and ilObjGroupGUI\initForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add custom fields to update form.
Reimplemented in ilObjContentPageGUI, ilObjTalkTemplateGUI, ilObjForumGUI, ilObjPollGUI, ilObjPortfolioBaseGUI, ilObjBookingPoolGUI, and ilObjItemGroupGUI.
Definition at line 1207 of file class.ilObjectGUI.php.
|
protected |
Reimplemented in ilObjCategoryGUI, ilContainerGUI, ilObjCourseGUI, ilObjTalkTemplateGUI, ilObjFolderGUI, ilObjPortfolioGUI, ilObjectPluginGUI, ilObjRootFolderGUI, and ilRemoteObjectBaseGUI.
Definition at line 1175 of file class.ilObjectGUI.php.
References $lng, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilObject\LONG_DESC_LENGTH, ILIAS\Repository\object(), and ilObject\TITLE_LENGTH.
Referenced by ilObjItemGroupGUI\edit(), ilObjEmployeeTalkGUI\editObject(), ilObjIndividualAssessmentGUI\getBaseEditForm(), and ilObjEmployeeTalkGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add header action menu.
Reimplemented in ilObjFileGUI, ilObjLTIConsumerGUI, ilObjBookingPoolGUI, ilObjCmiXapiGUI, ilObjCourseGUI, ilObjForumGUI, ilObjGroupGUI, ilObject2GUI, and ilObjStudyProgrammeGUI.
Definition at line 407 of file class.ilObjectGUI.php.
References ILIAS\Repository\access(), createActionDispatcherGUI(), ILIAS\Repository\ctrl(), and ilObjectListGUI\prepareJsLinks().
Referenced by addHeaderAction(), and redrawHeaderActionObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Insert header action into main template.
Definition at line 452 of file class.ilObjectGUI.php.
References ilContainer\_lookupContainerSetting(), and ILIAS\Repository\object().
Referenced by addHeaderAction().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::isVisible | ( | int | $ref_id, |
| string | $type | ||
| ) |
Reimplemented in ilObject2GUI.
Definition at line 1631 of file class.ilObjectGUI.php.
References $ref_id, ilTree\checkForParentType(), and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:
|
protected |
Reimplemented in ilObject2GUI.
Definition at line 568 of file class.ilObjectGUI.php.
Referenced by ilObjEmployeeTalkGUI\__construct(), and ilObjEmployeeTalkSeriesGUI\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 1099 of file class.ilObjectGUI.php.
Referenced by ilObjCmiXapiGUI\save(), and ilObjItemGroupGUI\save().
Here is the caller graph for this function:| ilObjectGUI::prepareOutput | ( | bool | $show_sub_objects = true | ) |
Reimplemented in ilObject2GUI, ilObjSessionGUI, and ilObjGroupGUI.
Definition at line 307 of file class.ilObjectGUI.php.
References ilObject\_lookupType(), addAdminLocatorItems(), ILIAS\Repository\ctrl(), enableDragDropFileUpload(), getCreationMode(), ILIAS\Repository\refinery(), setAdminTabs(), setLocator(), setTabs(), and setTitleAndDescription().
Referenced by ilObjFileBasedLMGUI\edit(), ilObjRoleFolderGUI\executeCommand(), ilObjRoleGUI\executeCommand(), ilObjRoleTemplateGUI\executeCommand(), ilObjRecoveryFolderGUI\executeCommand(), ilObjAwarenessAdministrationGUI\executeCommand(), ilObjBadgeAdministrationGUI\executeCommand(), ilObjBibliographicAdminGUI\executeCommand(), ilObjBlogAdministrationGUI\executeCommand(), ilObjCalendarSettingsGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjCertificateSettingsGUI\executeCommand(), ilObjChatroomAdminGUI\executeCommand(), ilObjChatroomGUI\executeCommand(), ilObjCmiXapiAdministrationGUI\executeCommand(), ilObjComponentSettingsGUI\executeCommand(), ilContainerReferenceGUI\executeCommand(), ilObjContentPageAdministrationGUI\executeCommand(), ilObjAdvancedEditingGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjCourseReferenceGUI\executeCommand(), ilObjDashboardSettingsGUI\executeCommand(), ilObjObjectTemplateAdministrationGUI\executeCommand(), ilObjExerciseAdministrationGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjForumAdministrationGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), executeCommand(), ilObjObjectFolderGUI\executeCommand(), ilObjIndividualAssessmentGUI\executeCommand(), ilObjLanguageFolderGUI\executeCommand(), ilObjLearningHistorySettingsGUI\executeCommand(), ilObjLearningResourcesSettingsGUI\executeCommand(), ilObjLearningSequenceAdminGUI\executeCommand(), ilObjLoggingSettingsGUI\executeCommand(), ilObjLTIAdministrationGUI\executeCommand(), ilObjMailGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjMediaCastSettingsGUI\executeCommand(), ilObjMediaObjectsSettingsGUI\executeCommand(), ilMembershipAdministrationGUI\executeCommand(), ilObjMDSettingsGUI\executeCommand(), ilObjNewsSettingsGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjNotificationAdminGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilObjPortfolioAdministrationGUI\executeCommand(), ilObjPrivacySecurityGUI\executeCommand(), ilObjRepositorySettingsGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjSearchSettingsGUI\executeCommand(), ilObjSkillManagementGUI\executeCommand(), ilObjSkillTreeGUI\executeCommand(), ilObjStudyProgrammeAdminGUI\executeCommand(), ilObjStyleSettingsGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilObjSurveyAdministrationGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjSystemCheckGUI\executeCommand(), ilObjTaggingSettingsGUI\executeCommand(), ilObjTaxonomyAdministrationGUI\executeCommand(), ilObjTestFolderGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjUserTrackingGUI\executeCommand(), ilObjUserFolderGUI\executeCommand(), ilObjUserGUI\executeCommand(), ilObjWebDAVGUI\executeCommand(), ilObjWebResourceAdministrationGUI\executeCommand(), ilObjECSSettingsGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjChatroomGUI\fallback(), ilObjChatroomGUI\infoScreen(), ilObjChatroomGUI\settings(), ilChatroomObjectGUI\switchToVisibleMode(), and ilObjLearningModuleGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::putObjectInTree | ( | ilObject | $obj, |
| ?int | $parent_node_id = null |
||
| ) |
Add object to tree at given position.
Reimplemented in ilObjFileGUI, and ilObject2GUI.
Definition at line 1111 of file class.ilObjectGUI.php.
References $requested_ref_id, ilChangeEvent\_recordWriteEvent(), ilRbacLog\add(), ilRbacLog\CREATE_OBJECT, ilObject\createReference(), ilRbacLog\gatherFaPa(), ilObject\getId(), ilObject\getRefId(), ilObject\putInTree(), ilObject\setPermissions(), and ILIAS\Repository\user().
Referenced by ilObjFileBasedLMGUI\createFromDirectory(), ilObjSAHSLearningModuleGUI\importFile(), ilObjSurveyQuestionPoolGUI\importFile(), ilContainerReferenceGUI\saveObject(), ilObjEmployeeTalkSeriesGUI\saveObject(), and ilObjGlossaryGUI\saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request
Reimplemented in ilObject2GUI, and ilObjOrgUnitGUI.
Definition at line 1856 of file class.ilObjectGUI.php.
References $ref_id, ilObject\_lookupType(), and ILIAS\Repository\ctrl().
Referenced by ilObjFolderGUI\afterSave(), ilObjUserGUI\saveObject(), and ilObjSessionGUI\unregisterObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Ajax call: redraw action header only.
Definition at line 477 of file class.ilObjectGUI.php.
References exit, and initHeaderAction().
Referenced by ilObjLearningSequenceGUI\executeCommand(), and ilObjFileBasedLMGUI\redrawHeaderAction().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::removeFromDeskObject | ( | ) |
Definition at line 2048 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Reimplemented in ilObjSurveyGUI.
Definition at line 891 of file class.ilObjectGUI.php.
Referenced by buildDidacticTemplateOptions().
Here is the caller graph for this function:
|
private |
Definition at line 1470 of file class.ilObjectGUI.php.
References $data.
|
private |
Definition at line 1483 of file class.ilObjectGUI.php.
References $data.
|
private |
Definition at line 1511 of file class.ilObjectGUI.php.
References $data, and CLIENT_DATA_DIR.
|
protected |
Definition at line 1356 of file class.ilObjectGUI.php.
References $data, Vendor\Package\$e, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilObject2GUI\REPOSITORY_NODE_ID.
Referenced by ilObjLearningSequenceGUI\executeCommand(), and ilObjOrgUnitGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::saveAvailabilityPeriodObject | ( | ) |
Definition at line 997 of file class.ilObjectGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjectGUI::saveObject | ( | ) |
Reimplemented in ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjRecoveryFolderGUI, ilObjBibliographicGUI, ilContainerReferenceGUI, ilObjAdvancedEditingGUI, ilObjEmployeeTalkSeriesGUI, ilObjGlossaryGUI, ilObjTypeDefinitionGUI, ilObjLanguageExtGUI, ilObjLTIConsumerGUI, ilObjMailGUI, ilObjMediaObjectGUI, ilObjStudyProgrammeReferenceGUI, ilObjStyleSheetGUI, ilObjUserGUI, and ilObjLinkResourceGUI.
Definition at line 1029 of file class.ilObjectGUI.php.
References $data, ILIAS\Repository\ctrl(), error(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), and ILIAS\Repository\lng().
Referenced by ilObjSessionGUI\saveAndAssignMaterialsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::setAdminMode | ( | string | $mode | ) |
Definition at line 233 of file class.ilObjectGUI.php.
|
finalprotected |
set admin tabs
Definition at line 498 of file class.ilObjectGUI.php.
References getAdminTabs().
Referenced by ilObjectPluginGUI\executeCommand(), and prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::setColumnSettings | ( | ilColumnGUI | $column_gui | ) |
Reimplemented in ilContainerGUI, ilObjForumGUI, and ilObject2GUI.
Definition at line 1933 of file class.ilObjectGUI.php.
References ilColumnGUI\setEnableEdit(), and ilColumnGUI\setRepositoryMode().
Here is the call graph for this function:| ilObjectGUI::setCreationMode | ( | bool | $mode = true | ) |
If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode is determined in ilRepositoryGUI.
Reimplemented in ilObject2GUI.
Definition at line 285 of file class.ilObjectGUI.php.
Referenced by ilContainerReferenceGUI\executeCommand(), ilObjTalkTemplateGUI\executeCommand(), and ilObjStyleSheetGUI\executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 1582 of file class.ilObjectGUI.php.
|
protected |
Reimplemented in ilObjGlossaryGUI, ilObject2GUI, and ilOrgUnitExtensionGUI.
Definition at line 532 of file class.ilObjectGUI.php.
References $locator, $ref_id, $requested_ref_id, $tpl, addLocatorItems(), and ILIAS\UICore\GlobalTemplate\setLocator().
Referenced by ilObjFileBasedLMGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), and prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
set specific return location for command
Reimplemented in ilObject2GUI.
Definition at line 1602 of file class.ilObjectGUI.php.
References $location.
|
protected |
set admin tabs
Reimplemented in ilObjBlogGUI, ilObjCmiXapiGUI, ilObjContentPageGUI, ilObjDataCollectionGUI, ilObjFileGUI, ilObjFileBasedLMGUI, ilObject2GUI, ilObjItemGroupGUI, ilObjLTIConsumerGUI, ilObjMediaCastGUI, ilObjMediaObjectGUI, ilObjMediaPoolGUI, ilObjPollGUI, ilObjPortfolioGUI, ilObjPortfolioTemplateGUI, ilObjSAHSLearningModuleGUI, ilObjLinkResourceGUI, and ilRemoteObjectBaseGUI.
Definition at line 490 of file class.ilObjectGUI.php.
References getTabs().
Referenced by ilObjContentObjectGUI\delete(), ilObjContentObjectGUI\doExportHTML(), ilObjContentObjectGUI\doExportXML(), ilObjContentObjectGUI\editMenuProperties(), ilObjGlossaryGUI\executeCommand(), prepareOutput(), ilObjContentObjectGUI\properties(), ilObjContentObjectGUI\saveProperties(), ilObjContentObjectGUI\showExportOptionsHTML(), ilObjContentObjectGUI\showExportOptionsXML(), and ilObjGlossaryGUI\showInfoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Set specific target frame for command.
Reimplemented in ilObject2GUI.
Definition at line 1626 of file class.ilObjectGUI.php.
|
protected |
Reimplemented in ilContainerGUI, ilObjContentPageGUI, ilObjTalkTemplateAdministrationGUI, ilObjEmployeeTalkSeriesGUI, ilObjFileServicesGUI, ilObject2GUI, ilObjLanguageExtGUI, ilObjOrgUnitGUI, ilObjPortfolioGUI, ilObjRootFolderGUI, ilObjQuestionPoolGUI, ilObjUserGUI, ilObjWebDAVGUI, and ilObjWorkspaceRootFolderGUI.
Definition at line 351 of file class.ilObjectGUI.php.
References ilObject\_getIcon(), ilObjectListGUIFactory\_getListGUIByType(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\object(), and ILIAS\Repository\refinery().
Referenced by prepareOutput(), and ilObjFileBasedLMGUI\setTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1496 of file class.ilObjectGUI.php.
|
protected |
show possible sub objects (pull down menu)
Reimplemented in ilObjRecoveryFolderGUI, ilContainerGUI, ilObjCourseGUI, ilObjTalkTemplateAdministrationGUI, ilObjFolderGUI, ilObject2GUI, ilObjLearningSequenceGUI, ilObjOrgUnitGUI, and ilObjUserFolderGUI.
Definition at line 1801 of file class.ilObjectGUI.php.
References ilLegacyFormElementsUtil\formSelect(), ILIAS\Repository\lng(), ilObjectDefinition\MODE_REPOSITORY, and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Insert custom update form values into object.
Reimplemented in ilObjExerciseGUI, ilObjContentPageGUI, ilObjTalkTemplateGUI, ilObjFolderGUI, ilObjForumGUI, ilObjItemGroupGUI, ilObjPollGUI, ilObjPortfolioBaseGUI, ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Definition at line 1263 of file class.ilObjectGUI.php.
Referenced by ilObjEmployeeTalkGUI\updateObject().
Here is the caller graph for this function:| ilObjectGUI::updateObject | ( | ) |
updates object entry in object_data
Reimplemented in ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjBibliographicGUI, ilObjCategoryGUI, ilContainerReferenceGUI, ilObjCourseGUI, ilObjEmployeeTalkGUI, ilObjGroupGUI, ilObjRootFolderGUI, ilObjSessionGUI, ilObjStudyProgrammeReferenceGUI, ilObjStyleSheetGUI, ilObjSurveyQuestionPoolGUI, ilObjQuestionPoolGUI, ilObjUserGUI, and ilRemoteObjectBaseGUI.
Definition at line 1229 of file class.ilObjectGUI.php.
References error(), and ILIAS\Repository\lng().
Referenced by ilObjFileBasedLMGUI\update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Validate custom values (if not possible with checkInput())
Reimplemented in ilObjEmployeeTalkGUI, and ilObjPollGUI.
Definition at line 1255 of file class.ilObjectGUI.php.
| ilObjectGUI::viewObject | ( | ) |
viewObject container presentation for "administration -> repository, trash, permissions"
Reimplemented in ilObjRoleFolderGUI, ilObjSystemFolderGUI, ilObjAuthSettingsGUI, ilObjCategoryGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, ilObjExerciseGUI, ilObjFolderGUI, ilObjGlossaryGUI, ilObjGroupGUI, ilObjObjectFolderGUI, ilObjTypeDefinitionGUI, ilObjIndividualAssessmentGUI, ilObjLanguageFolderGUI, ilObjMailGUI, ilObjRootFolderGUI, ilObjStyleSheetGUI, ilObjUserFolderGUI, and ilObjWikiGUI.
Definition at line 1656 of file class.ilObjectGUI.php.
References ilChangeEvent\_recordReadEvent(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
Referenced by ilObjLanguageExtGUI\applyFilterObject(), ilObjLanguageExtGUI\cancelObject(), ilObjCourseGUI\executeCommand(), ilObjCourseGUI\gatewayObject(), ilObjCourseGUI\leaveObject(), ilObjCourseGUI\renderObject(), ilObjLanguageExtGUI\resetFilterObject(), and ilObjLanguageExtGUI\saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::withReferences | ( | ) |
determines whether objects are referenced or not (got ref ids or not)
Reimplemented in ilObject2GUI.
Definition at line 275 of file class.ilObjectGUI.php.
References $call_by_reference.
|
protected |
Definition at line 67 of file class.ilObjectGUI.php.
Referenced by ilObjCourseReferenceGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjIndividualAssessmentGUI\_goto(), ilObjStudyProgrammeReferenceGUI\_goto(), ilObjRoleGUI\adoptPermSaveObject(), ilContainerReferenceGUI\createObject(), ilObjCategoryGUI\executeCommand(), ilObjEmployeeTalkSeriesGUI\executeCommand(), ilObjRepositorySettingsGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjMediaObjectsSettingsGUI\getAdminTabs(), ilObjSkillManagementGUI\getAdminTabs(), ilObjSkillTreeGUI\getAdminTabs(), ilObjMediaCastSettingsGUI\getForm(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjFolderGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjFolderGUI\infoScreen(), ilObjWikiGUI\infoScreen(), ilObjRepositorySettingsGUI\initCustomIconsForm(), ilObjCourseReferenceGUI\initForm(), ilObjBadgeAdministrationGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjBookingPoolGUI\initHeaderAction(), ilObjRepositorySettingsGUI\initSettingsForm(), ilObjMediaCastGUI\listItemsObject(), ilObjRepositorySettingsGUI\listModules(), ilObjRepositorySettingsGUI\listNewItemGroups(), ilObjBadgeAdministrationGUI\listTypes(), ilContainerReferenceGUI\loadPropertiesFromSettingsForm(), ilObjRepositorySettingsGUI\saveCustomIcons(), ilObjRepositorySettingsGUI\saveModules(), ilContainerReferenceGUI\saveObject(), ilObjStudyProgrammeReferenceGUI\saveObject(), ilObjMediaCastSettingsGUI\saveSettings(), ilObjNewsSettingsGUI\saveSettings(), ilObjPersonalWorkspaceSettingsGUI\saveSettings(), ilObjRepositorySettingsGUI\saveSettings(), ilObjWikiGUI\setSettingsSubTabs(), and ilObjSCORM2004LearningModuleGUI\showTrackingItems().
|
protected |
Definition at line 109 of file class.ilObjectGUI.php.
Referenced by getAdminMode().
|
protected |
Definition at line 97 of file class.ilObjectGUI.php.
Referenced by ilObjStudyProgrammeReferenceGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), ilObjObjectFolderGUI\__construct(), ilObjTypeDefinitionGUI\__construct(), ilObjSAHSLearningModuleGUI\__construct(), ilObjSCORMLearningModuleGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjLearningSequenceAdminGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjForumGUI\__construct(), ilObjIndividualAssessmentGUI\__construct(), ilObjMapsGUI\__construct(), ilObjChatroomAdminGUI\__construct(), ilObjChatroomGUI\__construct(), ilObjTypeDefinitionGUI\displayList(), ilObjTypeDefinitionGUI\editObject(), and withReferences().
|
protected |
Definition at line 94 of file class.ilObjectGUI.php.
Referenced by getCreationMode().
|
protected |
Definition at line 77 of file class.ilObjectGUI.php.
Referenced by ilObjCourseReferenceGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjExerciseGUI\addContentSubTabs(), ilObjWikiGUI\addPagesSubTabs(), ilObjWikiGUI\addPageTabs(), ilObjExerciseGUI\afterSave(), ilObjMapsGUI\buildForm(), ilObjAwarenessAdministrationGUI\cancel(), ilObjBlogAdministrationGUI\cancel(), ilObjExerciseAdministrationGUI\cancel(), ilObjMediaCastSettingsGUI\cancel(), ilObjPortfolioAdministrationGUI\cancel(), ilObjTaggingSettingsGUI\cancel(), ilObjSkillTreeGUI\confirmedDeleteTrees(), ilObjSkillTreeGUI\delete(), ilObjSkillTreeGUI\deleteNodes(), ilObjMediaCastGUI\editCastItemObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjStyleSheetGUI\editObject(), ilObjSkillManagementGUI\editSettings(), ilObjSkillTreeGUI\editSkills(), ilObjSkillTreeGUI\editSkillTemplates(), ilObjCategoryGUI\executeCommand(), ilContainerReferenceGUI\executeCommand(), ilObjLearningHistorySettingsGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjLearningSequenceGUI\forwardByClass(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), ilObjStyleSheetGUI\getCloneForm(), ilObjStyleSheetGUI\getCreateForm(), ilObjStyleSheetGUI\getImportForm(), ilObjLearningResourcesSettingsGUI\getSettingsForm(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjPersonalWorkspaceSettingsGUI\getSettingsForm(), ilObjFolderGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjBookingPoolGUI\infoScreen(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjPortfolioAdministrationGUI\initAuthorshipForm(), ilObjTaggingSettingsGUI\initForbiddenTagsForm(), ilObjLearningHistorySettingsGUI\initForm(), ilObjCommentsSettingsGUI\initForm(), ilObjNotesSettingsGUI\initForm(), ilObjBookingPoolGUI\initHeaderAction(), ilObjContentObjectGUI\initMenuForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSkillTreeGUI\initTreeForm(), ilObjExerciseGUI\listAssignmentsObject(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjContentObjectGUI\proceedDragDrop(), ilObjFileBasedLMGUI\redirectAfterCreation(), ilContainerReferenceGUI\redirectObject(), ilObjSkillTreeGUI\save(), ilObjAccessibilitySettingsGUI\saveAccessibilitySettings(), ilObjSkillTreeGUI\saveAllTemplateTitles(), ilObjSkillTreeGUI\saveAllTitles(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilObjMediaCastGUI\saveCastItemObject(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjWikiGUI\saveGradingObject(), ilObjRepositorySettingsGUI\saveModules(), ilObjBookingPoolGUI\saveNotificationObject(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjAwarenessAdministrationGUI\saveSettings(), ilObjBadgeAdministrationGUI\saveSettings(), ilObjBlogAdministrationGUI\saveSettings(), ilObjExerciseAdministrationGUI\saveSettings(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjLearningResourcesSettingsGUI\saveSettings(), ilObjMediaCastSettingsGUI\saveSettings(), ilObjNewsSettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), ilObjNotesSettingsGUI\saveSettings(), ilObjPersonalWorkspaceSettingsGUI\saveSettings(), ilObjPortfolioAdministrationGUI\saveSettings(), ilObjTaggingSettingsGUI\saveSettings(), ilObjDashboardSettingsGUI\setSettingsSubTabs(), ilObjWikiGUI\setSettingsSubTabs(), ilObjSkillTreeGUI\showLocator(), ilObjBookingPoolGUI\showProfileObject(), ilObjSkillTreeGUI\showTree(), ilObjTaggingSettingsGUI\showUsers(), and ilObjExerciseGUI\startAssignmentObject().
|
protected |
Definition at line 86 of file class.ilObjectGUI.php.
|
protected |
Definition at line 95 of file class.ilObjectGUI.php.
Referenced by ilObjStudyProgrammeReferenceGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), ilObjObjectFolderGUI\__construct(), ilObjTypeDefinitionGUI\__construct(), ilObjSAHSLearningModuleGUI\__construct(), ilObjSCORMLearningModuleGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjLearningSequenceAdminGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjForumGUI\__construct(), ilObjIndividualAssessmentGUI\__construct(), ilObjMapsGUI\__construct(), ilObjChatroomAdminGUI\__construct(), ilObjChatroomGUI\__construct(), ilObjSurveyGUI\afterSave(), ilObjWikiGUI\afterSave(), buildRefIdsFromData(), ilObjSurveyQuestionPoolGUI\confirmDeleteExportFileObject(), confirmedDeleteObject(), ilObjLTIConsumerGUI\contentSelectionRequest(), ilObjForumAdministrationGUI\cronMessage(), ilObjSurveyQuestionPoolGUI\deleteQuestionsObject(), ilObjTypeDefinitionGUI\displayList(), ilObjDataCollectionGUI\editNotification(), ilObjTypeDefinitionGUI\editObject(), ilObjDataProtectionGUI\form(), ilObjTermsOfServiceGUI\form(), ilObjSessionGUI\getAttendanceListUserData(), ilObjLearningSequenceAdminGUI\getForm(), initDidacticTemplate(), ilObjSessionGUI\materialsObject(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjCmiXapiGUI\save(), ilObjContentPageAdministrationGUI\save(), ilObjItemGroupGUI\save(), ilObjLearningSequenceAdminGUI\save(), ilObjSkillTreeGUI\save(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilObjContactAdministrationGUI\saveConfigurationForm(), ilObjLTIConsumerGUI\saveContentSelection(), ilObjTestFolderGUI\saveGlobalSettingsObject(), ilObjTestFolderGUI\saveLogSettingsObject(), ilObjRoleGUI\saveObject(), ilObjRoleTemplateGUI\saveObject(), ilObjDashboardSettingsGUI\savePresentation(), ilObjForumAdministrationGUI\saveSettings(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), ilObjNotesSettingsGUI\saveSettings(), ilObjNotificationAdminGUI\saveSettings(), ilObjRepositorySettingsGUI\saveSettings(), ilObjDashboardSettingsGUI\saveSorting(), ilObjDataCollectionGUI\update(), ilObjLinkResourceGUI\updateLinks(), ilCourseContentGUI\updateManagedTimings(), ilObjRoleGUI\updateObject(), ilObjRoleTemplateGUI\updateObject(), ilCourseContentGUI\updatePersonalTimings(), ilObjQuestionPoolGUI\uploadQuestionsImportObject(), and ilObjLanguageExtGUI\viewObject().
|
protected |
Definition at line 78 of file class.ilObjectGUI.php.
Referenced by ilObjSurveyQuestionPoolGUI\uploadQuestionsObject().
|
protected |
Definition at line 85 of file class.ilObjectGUI.php.
|
protected |
Definition at line 102 of file class.ilObjectGUI.php.
Referenced by ilObjLanguageFolderGUI\buildConfirmModal(), ilObjContentObjectGUI\delete(), ilObjPortfolioAdministrationGUI\initAuthorshipForm(), ilObjLearningHistorySettingsGUI\initForm(), ilObjCommentsSettingsGUI\initForm(), ilObjNotesSettingsGUI\initForm(), and ilObjSkillTreeGUI\initTreeForm().
|
protected |
Definition at line 115 of file class.ilObjectGUI.php.
Referenced by ilObjCourseGUI\executeCommand(), ilObjGroupGUI\executeCommand(), getHTML(), and ilObjExerciseGUI\showOverviewObject().
|
protected |
Definition at line 63 of file class.ilObjectGUI.php.
Referenced by ilObjGroupGUI\_goto().
|
protected |
Definition at line 96 of file class.ilObjectGUI.php.
Referenced by ilObjContentObjectGUI\__construct(), ilObjStudyProgrammeReferenceGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), ilObjObjectFolderGUI\__construct(), ilObjTypeDefinitionGUI\__construct(), ilObjSAHSLearningModuleGUI\__construct(), ilObjSCORMLearningModuleGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjLearningSequenceAdminGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjForumGUI\__construct(), ilObjIndividualAssessmentGUI\__construct(), ilObjMapsGUI\__construct(), ilObjChatroomAdminGUI\__construct(), ilObjChatroomGUI\__construct(), ilObjServerInfoGUI\__construct(), ilObjBenchmarkGUI\__construct(), ilObjFileServicesGUI\__construct(), ilObject2GUI\__construct(), ilObjCmiXapiVerificationGUI\_goto(), ilObjLTIConsumerVerificationGUI\_goto(), ilObjBibliographicGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjCourseVerificationGUI\_goto(), ilObjPollGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjSCORMVerificationGUI\_goto(), ilObjTestVerificationGUI\_goto(), ilObjWorkspaceFolderGUI\_goto(), ilObjLearningSequenceGUI\_goto(), ilObjLanguageExtGUI\addNewEntryObject(), ilObjRoleGUI\adoptPermObject(), ilObjLanguageFolderGUI\buildConfirmModal(), ilObjSkillTreeGUI\confirmedDelete(), ilObjContentObjectGUI\confirmedDelete(), ilObjSkillTreeGUI\confirmedDeleteTrees(), ilObjLanguageFolderGUI\confirmRefreshSelectedObject(), ilObjLanguageFolderGUI\confirmUninstallChangesObject(), ilObjLanguageFolderGUI\confirmUninstallObject(), ilObjBadgeAdministrationGUI\deactivateTypes(), ilObjContentObjectGUI\delete(), ilObjSkillTreeGUI\deleteNodes(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ilObjTypeDefinitionGUI\displayList(), ilObjTypeDefinitionGUI\editObject(), ilObjEmployeeTalkSeriesGUI\executeCommand(), ilObjLanguageExtGUI\getId(), ilObjLinkResourceGUI\getLinkToListModal(), ilObjBlogGUI\getListItems(), ilObjStyleSheetGUI\getRenderedCreationFormsHTML(), ilObjDashboardSettingsGUI\getViewSectionSorting(), ilObjLearningSequenceGUI\hasAccess(), ilObjLanguageExtGUI\initAddNewEntryForm(), initDidacticTemplate(), ilObjRepositorySettingsGUI\initNewItemGroupForm(), ilObjLearningSequenceGUI\isAccessible(), ilObjLanguageFolderGUI\refreshSelectedObject(), ilObjSkillTreeGUI\saveAllTemplateTitles(), ilObjSkillTreeGUI\saveAllTitles(), ilObjLanguageExtGUI\saveNewEntryObject(), ilObjFileServicesGUI\saveSettings(), ilObjBibliographicGUI\showDetails(), ilObjWorkspaceFolderGUI\showMoveIntoObjectTree(), ilObjDashboardSettingsGUI\sortingCheckbox(), ilObjDashboardSettingsGUI\sortingInputs(), ilObjLanguageFolderGUI\uninstallChangesObject(), and ilObjObjectFolderGUI\viewObject().
|
protected |
Definition at line 81 of file class.ilObjectGUI.php.
|
private |
Definition at line 117 of file class.ilObjectGUI.php.
|
private |
Definition at line 118 of file class.ilObjectGUI.php.
|
protected |
Definition at line 114 of file class.ilObjectGUI.php.
|
protected |
Definition at line 79 of file class.ilObjectGUI.php.
Referenced by ilObjSurveyAdministrationGUI\__construct(), ilObjMediaCastGUI\__construct(), ilObjDashboardSettingsGUI\__construct(), ilObjMediaObjectGUI\__construct(), ilObjContentObjectGUI\__construct(), ilObjFileBasedLMGUI\__construct(), ilObjExerciseGUI\__construct(), ilObjLanguageExtGUI\__construct(), ilObjSAHSLearningModuleGUI\__construct(), ilObjStudyProgrammeGUI\__construct(), ilObjSCORM2004LearningModuleGUI\__construct(), ilObjFolderGUI\_goto(), ilObjCourseGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjGroupGUI\_goto(), ilObjIndividualAssessmentGUI\_goto(), ilObjLearningSequenceGUI\_goto(), ilObjBadgeAdministrationGUI\activateTypes(), ilObjExerciseGUI\addContentSubTabs(), ilObjMapsGUI\buildForm(), ilObjSkillTreeGUI\create(), ilObjBadgeAdministrationGUI\deactivateTypes(), ilObjSkillTreeGUI\deleteNodes(), ilObjContentObjectGUI\editMenuProperties(), ilObjSkillManagementGUI\editSettings(), ilObjBlogAdministrationGUI\editSettings(), ilObjSkillTreeGUI\editSkills(), ilObjSkillTreeGUI\editSkillTemplates(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), ilObjPortfolioAdministrationGUI\getAdminTabs(), ilObjSkillManagementGUI\getAdminTabs(), ilObjSkillTreeGUI\getAdminTabs(), ilObjMediaCastGUI\getCastItemValues(), ilObjMediaCastSettingsGUI\getForm(), ilObjSystemCheckGUI\getLang(), ilObjContentObjectGUI\getMultiLangHeader(), ilObjLearningResourcesSettingsGUI\getSettingsForm(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjPersonalWorkspaceSettingsGUI\getSettingsForm(), ilObjFolderGUI\getTabs(), ilObjFileBasedLMGUI\getTabs(), ilObjRootFolderGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjSAHSLearningModuleGUI\getTemplate(), ilObjDashboardSettingsGUI\getViewSectionPresentation(), ilObjWikiGUI\infoScreen(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjPortfolioAdministrationGUI\initAuthorshipForm(), ilObjSAHSLearningModuleGUI\initCreateForm(), ilObjWikiGUI\initCreateForm(), ilObjFolderGUI\initEditForm(), ilObjPrivacySecurityGUI\initErrorMessages(), ilObjTaggingSettingsGUI\initForbiddenTagsForm(), ilObjLearningHistorySettingsGUI\initForm(), ilObjCommentsSettingsGUI\initForm(), ilObjNotesSettingsGUI\initForm(), ilObjAwarenessAdministrationGUI\initFormSettings(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjExerciseAdministrationGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjBookingPoolGUI\initHeaderAction(), ilObjContentObjectGUI\initMenuForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesForm(), ilObjSkillTreeGUI\initTreeForm(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjMediaCastGUI\listItemsObject(), ilObjContentObjectGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjSkillTreeGUI\save(), ilObjAccessibilitySettingsGUI\saveAccessibilitySettings(), ilObjSkillTreeGUI\saveAllTemplateTitles(), ilObjSkillTreeGUI\saveAllTitles(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilObjMediaCastGUI\saveCastItemObject(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjWikiGUI\saveGradingObject(), ilObjRepositorySettingsGUI\saveModules(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjContentObjectGUI\saveProperties(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), ilObjNotesSettingsGUI\saveSettings(), ilObjSAHSLearningModuleGUI\setSettingsSubTabs(), ilObjDashboardSettingsGUI\setSettingsSubTabs(), ilObjWikiGUI\setSettingsSubTabs(), ilObjSCORMLearningModuleGUI\setSubTabs(), ilObjFolderGUI\setSubTabs(), ilObjRootFolderGUI\setTitleAndDescription(), ilObjSkillTreeGUI\showTree(), and ilObjTaggingSettingsGUI\showUsers().
|
protected |
Definition at line 65 of file class.ilObjectGUI.php.
Referenced by ilObjBookingPoolGUI\addLocatorItems(), ilContainerReferenceGUI\addLocatorItems(), ilObjExerciseGUI\addLocatorItems(), ilObjFileBasedLMGUI\addLocatorItems(), ilObjSurveyQuestionPoolGUI\addLocatorItems(), ilObjWikiGUI\addLocatorItems(), and setLocator().
|
protected |
Definition at line 101 of file class.ilObjectGUI.php.
|
private |
Definition at line 90 of file class.ilObjectGUI.php.
Referenced by getMultiObjectPropertiesManipulator().
|
protected |
Definition at line 61 of file class.ilObjectGUI.php.
|
protected |
Definition at line 74 of file class.ilObjectGUI.php.
|
protected |
Definition at line 100 of file class.ilObjectGUI.php.
Referenced by ilObjMediaPoolGUI\addLocatorItems(), ilObjBibliographicGUI\addNews(), ilObjMediaPoolGUI\confirmRemove(), ilObjMediaPoolGUI\copyToClipboard(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilObjStudyProgrammeGUI\deliverCertificateObject(), ilObjGroupGUI\executeCommand(), ilContainerReferenceGUI\getId(), ilObjDataCollectionGUI\getObjectId(), ilObjLanguageFolderGUI\installLocalObject(), ilObjLanguageFolderGUI\installObject(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjMediaPoolGUI\remove(), ilObjTypeDefinitionGUI\saveObject(), ilObjLanguageFolderGUI\setSystemLanguageObject(), ilObjLanguageFolderGUI\setUserLanguageObject(), ilCourseContentGUI\showStartObjects(), and ilObjLanguageFolderGUI\uninstallObject().
|
protected |
Definition at line 93 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\deleteConfirmedObjects(), ilObjMediaPoolGUI\executeCommand(), getObject(), ilObjTestFolderGUI\getTestFolder(), ilObjItemGroupGUI\initCreateForm(), ilObjCmiXapiGUI\initMetadata(), ilObjExerciseGUI\showOverviewObject(), and ilObjUserGUI\updateObject().
|
protected |
Definition at line 73 of file class.ilObjectGUI.php.
Referenced by getObjectService(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSCORMLearningModuleGUI\initPropertiesForm(), ilObjContentObjectGUI\saveProperties(), ilObjSCORMLearningModuleGUI\saveProperties(), and ilObjPortfolioTemplateGUI\updateCustom().
|
protected |
Definition at line 107 of file class.ilObjectGUI.php.
|
protected |
Definition at line 82 of file class.ilObjectGUI.php.
|
protected |
Definition at line 98 of file class.ilObjectGUI.php.
Referenced by ilObjStudyProgrammeReferenceGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjLearningSequenceAdminGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjIndividualAssessmentGUI\__construct(), and ilObjMapsGUI\__construct().
|
protected |
Definition at line 70 of file class.ilObjectGUI.php.
|
protected |
Definition at line 72 of file class.ilObjectGUI.php.
Referenced by ilObjSessionGUI\getDefaultMemberRole(), and ilObjSessionGUI\getLocalRoles().
|
protected |
Definition at line 71 of file class.ilObjectGUI.php.
Referenced by ilObjLearningResourcesSettingsGUI\getAdminTabs(), ilObjMediaCastSettingsGUI\getAdminTabs(), and ilObjNewsSettingsGUI\getAdminTabs().
|
protected |
Definition at line 99 of file class.ilObjectGUI.php.
Referenced by ilObjStyleSheetGUI\__construct(), ilObjRoleTemplateGUI\__construct(), ilObjForumGUI\__construct(), ilObjStudyProgrammeGUI\__construct(), ilObjChatroomGUI\_goto(), ilObjChatroomAdminGUI\_goto(), ilObjStudyProgrammeAdminGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjDataCollectionGUI\_goto(), ilObjItemGroupGUI\_goto(), ilObjPollGUI\_goto(), ilObjWikiGUI\_goto(), ilObjOrgUnitGUI\_goto(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjIndividualAssessmentGUI\addToNavigationHistory(), ilObjStudyProgrammeGUI\addToNavigationHistory(), ilObjLearningSequenceGUI\checkLPAccess(), ilObjEmployeeTalkGUI\confirmedDeleteObject(), ilObjLTIConsumerGUI\contentSelectionRequest(), ilObjLTIConsumerGUI\contentSelectionResponse(), ilObjTypeDefinitionGUI\displayList(), ilObjTypeDefinitionGUI\editObject(), ilObjGroupGUI\executeCommand(), getRefId(), ilObjItemGroupGUI\gotoParent(), ilObject2GUI\isVisible(), ilObjOrgUnitGUI\redirectToRefId(), ilObjTypeDefinitionGUI\saveObject(), ilObjOrgUnitGUI\setContentSubTabs(), ilObject2GUI\setLocator(), setLocator(), ilOrgUnitExtensionGUI\setLocator(), ilObjDataCollectionGUI\setTabs(), ilCourseContentGUI\showStartObjects(), ilCourseContentGUI\updateManagedTimings(), and ilCourseContentGUI\updatePersonalTimings().
|
protected |
Definition at line 84 of file class.ilObjectGUI.php.
Referenced by initCreateForm().
|
protected |
Definition at line 64 of file class.ilObjectGUI.php.
Referenced by ilObjCmiXapiGUI\_goto(), ilObjCmiXapiGUI\debug(), ilObjSkillTreeGUI\save(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), and ilObjNotesSettingsGUI\saveSettings().
|
protected |
Definition at line 83 of file class.ilObjectGUI.php.
|
protected |
Definition at line 112 of file class.ilObjectGUI.php.
|
protected |
Definition at line 111 of file class.ilObjectGUI.php.
|
protected |
Definition at line 113 of file class.ilObjectGUI.php.
Referenced by createObject().
|
protected |
Definition at line 110 of file class.ilObjectGUI.php.
Referenced by ilObjMediaCastGUI\getFeedLink(), and setLocator().
|
private |
Definition at line 89 of file class.ilObjectGUI.php.
|
protected |
Definition at line 103 of file class.ilObjectGUI.php.
|
protected |
Definition at line 68 of file class.ilObjectGUI.php.
Referenced by ilObjMediaCastGUI\__construct(), ilObjPortfolioAdministrationGUI\addToExternalSettingsForm(), ilObjRepositorySettingsGUI\addToExternalSettingsForm(), ilObjLearningSequenceGUI\afterSave(), ilObjStudyProgrammeGUI\afterSave(), ilObjBlogAdministrationGUI\editSettings(), ilObjECSSettingsGUI\executeCommand(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjPersonalWorkspaceSettingsGUI\getSettingsForm(), ilObjRepositorySettingsGUI\initCustomIconsForm(), ilObjCourseGUI\initEditForm(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjContentObjectGUI\initPropertiesForm(), ilObjRepositorySettingsGUI\initSettingsForm(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjContentPageAdministrationGUI\save(), ilObjLearningSequenceAdminGUI\save(), ilObjRepositorySettingsGUI\saveCustomIcons(), ilObjRepositorySettingsGUI\saveModules(), ilObjRepositorySettingsGUI\saveNewItemGroupOrder(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjContentObjectGUI\saveProperties(), ilObjSCORM2004LearningModuleGUI\saveProperties(), ilObjNewsSettingsGUI\saveSettings(), ilObjNotificationAdminGUI\saveSettings(), ilObjPersonalWorkspaceSettingsGUI\saveSettings(), ilObjPortfolioAdministrationGUI\saveSettings(), ilObjRepositorySettingsGUI\saveSettings(), ilObjTaggingSettingsGUI\saveSettings(), ilObjNotificationAdminGUI\showSettings(), ilObjCourseGUI\updateObject(), and ilObjEmployeeTalkGUI\validateCustom().
|
protected |
Definition at line 106 of file class.ilObjectGUI.php.
Referenced by ilObjSystemCheckGUI\initFormTrash().
|
protected |
Definition at line 80 of file class.ilObjectGUI.php.
Referenced by ilObjPortfolioAdministrationGUI\getAdminTabs(), ilObjBibliographicAdminGUI\getTabsGui(), ilObjDashboardSettingsGUI\setSettingsSubTabs(), and ilObjBibliographicAdminGUI\setTabsGui().
|
protected |
Definition at line 104 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\getTargetFrame(), and ilObject2GUI\setTargetFrame().
|
protected |
Definition at line 91 of file class.ilObjectGUI.php.
|
protected |
Definition at line 105 of file class.ilObjectGUI.php.
|
protected |
Definition at line 69 of file class.ilObjectGUI.php.
Referenced by ilObjCmiXapiAdministrationGUI\buildLrsTypesToolbarGUI(), ilObjMediaCastGUI\editCastItemObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjMediaCastGUI\listItemsObject(), ilObjRepositorySettingsGUI\listNewItemGroups(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjExerciseGUI\showOverviewObject(), and ilObjTaggingSettingsGUI\showUsers().
|
protected |
Definition at line 75 of file class.ilObjectGUI.php.
Referenced by ilObjMediaCastGUI\addCastItemObject(), ilObjIndividualAssessmentGUI\addMemberDataToInfo(), ilObjLanguageExtGUI\addNewEntryObject(), ilObjStyleSheetGUI\createObject(), ilObjSkillTreeGUI\deleteNodes(), ilObjMediaCastGUI\editCastItemObject(), ilObjPortfolioAdministrationGUI\editDeclarationOfAuthorship(), ilObjTaggingSettingsGUI\editForbiddenTags(), ilObjContentObjectGUI\editMenuProperties(), ilObjSkillTreeGUI\editSkills(), ilObjSkillTreeGUI\editSkillTemplates(), ilObjLearningSequenceGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\importFile(), ilObjSurveyQuestionPoolGUI\importQuestionsObject(), ilObjStyleSheetGUI\includeCSS(), ilObjCourseGUI\infoScreen(), ilObjWikiGUI\listContributorsObject(), ilObjMediaCastGUI\listItemsObject(), ilObjBadgeAdministrationGUI\listTypes(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjStyleSheetGUI\propertiesObject(), ilObjSkillTreeGUI\save(), ilObjAccessibilitySettingsGUI\saveAccessibilitySettings(), ilObjMediaCastGUI\saveCastItemObject(), setLocator(), ilObjBookingPoolGUI\showProfileObject(), ilObjSkillTreeGUI\showTree(), ilObjTaggingSettingsGUI\showUsers(), ilObjSurveyQuestionPoolGUI\uploadQuestionsObject(), and ilObjLanguageExtGUI\viewObject().
|
protected |
Definition at line 76 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\__construct(), ilObjItemGroupGUI\_goto(), ilObjPollGUI\_goto(), ilObjMediaPoolGUI\addLocatorItems(), ilObjMediaPoolGUI\afterConstructor(), ilObjContentObjectGUI\confirmedDelete(), ilObjSkillTreeGUI\delete(), ilObjMediaPoolGUI\executeCommand(), ilObjFolderGUI\forwardToTimingsView(), ilObjItemGroupGUI\gotoParent(), ilObjItemGroupGUI\listMaterials(), ilObjFolderGUI\modifyItemGUI(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjCmiXapiVerificationGUI\render(), ilObjLTIConsumerVerificationGUI\render(), ilObjCourseVerificationGUI\render(), ilObjSCORMVerificationGUI\render(), ilObjTestVerificationGUI\render(), ilObjMediaPoolGUI\returnFromItem(), ilObjBlogGUI\setSettingsSubTabs(), ilObjItemGroupGUI\setTabs(), ilObjWorkspaceFolderGUI\showMoveIntoObjectTree(), and ilOrgUnitExtensionGUI\showTree().
|
protected |
Definition at line 108 of file class.ilObjectGUI.php.
Referenced by ilObjBadgeAdministrationGUI\activateTypes(), ilObjMapsGUI\buildForm(), ilObjBadgeAdministrationGUI\deactivateTypes(), ilObjLearningSequenceGUI\getAdditionalOKTypes(), ilObjMDSettingsGUI\getType(), initDidacticTemplate(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjCourseGUI\renderAddNewItem(), and ilCourseContentGUI\showStartObjects().
|
protected |
Definition at line 87 of file class.ilObjectGUI.php.
Referenced by ilObjLanguageFolderGUI\buildConfirmModal(), ilObjLanguageFolderGUI\executeCommand(), ilObjLanguageFolderGUI\getActions(), and ilObjContentObjectGUI\getMultiLangHeader().
|
protected |
Definition at line 88 of file class.ilObjectGUI.php.
Referenced by ilObjLanguageFolderGUI\executeCommand(), and ilObjContentObjectGUI\getMultiLangHeader().
|
protected |
Definition at line 66 of file class.ilObjectGUI.php.
Referenced by ilObjSurveyQuestionPoolGUI\createQuestionObject(), ilObjRoleGUI\deassignUserObject(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ilObjCourseReferenceGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjExerciseGUI\getEditFormCustomValues(), ilObjMailGUI\getExternalSettingsForm(), ilObjContentObjectGUI\getPropertiesFormValues(), ilObjSurveyGUI\getTabs(), ilObjWikiGUI\infoScreen(), ilObjEmployeeTalkSeriesGUI\initCreateForm(), ilObjBookingPoolGUI\initHeaderAction(), ilObjUserTrackingGUI\initSettingsForm(), ilObjExerciseGUI\outCertificateObject(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjBookingPoolGUI\saveNotificationObject(), ilObjContentObjectGUI\saveProperties(), ilObjExerciseGUI\showOverviewObject(), ilObjSCORM2004LearningModuleGUI\showTrackingItems(), ilObjSCORMLearningModuleGUI\showTrackingItems(), ilObjSkillTreeGUI\showTree(), ilObjExerciseGUI\startAssignmentObject(), and ilObjExerciseGUI\updateCustom().
| const ilObjectGUI::ADMIN_MODE_NONE = "" |
Definition at line 52 of file class.ilObjectGUI.php.
| const ilObjectGUI::ADMIN_MODE_REPOSITORY = "repository" |
Definition at line 54 of file class.ilObjectGUI.php.
Referenced by ilAdministrationGUI\__construct().
| const ilObjectGUI::ADMIN_MODE_SETTINGS = "settings" |
Definition at line 53 of file class.ilObjectGUI.php.
Referenced by ilAdministrationGUI\__construct().
| const ilObjectGUI::CFORM_CLONE = 3 |
Definition at line 59 of file class.ilObjectGUI.php.
| const ilObjectGUI::CFORM_IMPORT = 2 |
Definition at line 58 of file class.ilObjectGUI.php.
| const ilObjectGUI::CFORM_NEW = 1 |
Definition at line 57 of file class.ilObjectGUI.php.
| const ilObjectGUI::SUPPORTED_IMPORT_MIME_TYPES = [MimeType::APPLICATION__ZIP, MimeType::APPLICATION__X_ZIP_COMPRESSED] |
Definition at line 60 of file class.ilObjectGUI.php.
| const ilObjectGUI::UPLOAD_TYPE_LOCAL = 1 |
Definition at line 55 of file class.ilObjectGUI.php.
| const ilObjectGUI::UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
Definition at line 56 of file class.ilObjectGUI.php.