|
ILIAS
release_8 Revision v8.24
|
Class ilObjectGUI Basic methods of all Output classes. More...
Inheritance diagram for ilObjectGUI:
Collaboration diagram for ilObjectGUI:Public Member Functions | |
| __construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true) | |
| 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] don't belong to the current 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... | |
| cancelDeleteObject () | |
| cancel deletion of object More... | |
| cancelObject () | |
| cancel action and go back to previous page More... | |
| createObject () | |
| create new object form More... | |
| 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) | |
| redirectAfterCreation () | |
| Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More... | |
| 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 | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
| 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 |
Protected Member Functions | |
| getObjectService () | |
| assignObject () | |
| setTitleAndDescription () | |
| 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... | |
| initCreationForms (string $new_type) | |
| Init creation forms. More... | |
| getCreationFormsHTML (array $forms) | |
| Get HTML for creation forms (accordion) More... | |
| initCreateForm (string $new_type) | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. More... | |
| 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... | |
| initImportForm (string $new_type) | |
| importFileObject (int $parent_id=null) | |
| 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... | |
| fillCloneTemplate (?string $tpl_name, string $type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. 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... | |
| showCustomIconsEditing ( $input_colspan=1, ilPropertyFormGUI $form=null, $as_section=true) | |
| show edit section of custom icons for container More... | |
Private Attributes | |
| ilObjectRequestRetriever | $retriever |
Class ilObjectGUI Basic methods of all Output classes.
Definition at line 34 of file class.ilObjectGUI.php.
| ilObjectGUI::__construct | ( | $data, | |
| int | $id = 0, |
||
| bool | $call_by_reference = true, |
||
| bool | $prepare_output = true |
||
| ) |
| mixed | $data | |
| int | $id | |
| bool | $call_by_reference | |
| bool | $prepare_output |
| ilCtrlException |
Reimplemented in ilObjMediaCastGUI, ilObjWikiGUI, ilObjExternalToolsSettingsGUI, ilObjUserTrackingGUI, ilObjRoleGUI, ilObjBlogAdministrationGUI, ilObjCategoryGUI, ilObjCategoryReferenceGUI, ilObjLearningResourcesSettingsGUI, ilObjMediaCastSettingsGUI, ilObjPortfolioAdministrationGUI, ilObjWebResourceAdministrationGUI, ilObjAccessibilitySettingsGUI, ilObjAwarenessAdministrationGUI, ilObjBadgeAdministrationGUI, ilObjDashboardSettingsGUI, ilObjLearningHistorySettingsGUI, ilObjMediaObjectsSettingsGUI, ilObjCommentsSettingsGUI, ilObjNotesSettingsGUI, ilObjPersonalWorkspaceSettingsGUI, ilObjRepositorySettingsGUI, ilObjSkillManagementGUI, ilObjSkillTreeGUI, ilObjMediaObjectGUI, ilObjFolderGUI, ilObjContentObjectGUI, ilObjGlossaryGUI, ilObjFileBasedLMGUI, ilObjLearningModuleGUI, ilObjStudyProgrammeReferenceGUI, ilObjGroupGUI, ilObjLoggingSettingsGUI, ilObjBibliographicAdminGUI, ilObjContentPageAdministrationGUI, ilObjCourseGUI, ilObjExerciseAdministrationGUI, ilMembershipAdministrationGUI, ilObjTaggingSettingsGUI, ilObjECSSettingsGUI, ilObjWorkflowEngineGUI, ilObjAssessmentFolderGUI, ilObjSAHSLearningModuleGUI, ilObjSCORMLearningModuleGUI, ilObjLearningSequenceAdminGUI, ilObjStudyProgrammeAdminGUI, ilObjComponentSettingsGUI, ilObjForumGUI, ilObjIndividualAssessmentGUI, and ilObjCertificateSettingsGUI.
Definition at line 115 of file class.ilObjectGUI.php.
References $call_by_reference, $data, $DIC, $id, $params, $prepare_output, $ref_id, $requested_ref_id, ILIAS\Repository\access(), assignObject(), ILIAS\Repository\ctrl(), error(), ILIAS\Repository\lng(), ILIAS\Repository\locator(), ILIAS\Repository\object(), prepareOutput(), ILIAS\Repository\refinery(), ILIAS\Repository\settings(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
static |
Definition at line 1603 of file class.ilObjectGUI.php.
References $ctrl, $DIC, $ref_id, ilCtrl\redirectByClass(), and ilCtrl\setParameterByClass().
Referenced by ilObjFolderGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjFileGUI\_goto(), ilObjCourseGUI\_goto(), ilObjChatroomGUI\_goto(), ilObjChatroomAdminGUI\_goto(), ilObjGroupGUI\_goto(), ilObjIndividualAssessmentGUI\_goto(), ilObjLearningSequence\_goto(), ilObjBookingPoolGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjDataCollectionGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjSessionGUI\_goto(), ilObjWikiGUI\_goto(), ilRemoteObjectBaseGUI\_goto(), ilObjContentPageGUI\_goto(), and ilObjLearningSequenceGUI\_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 1584 of file class.ilObjectGUI.php.
References $ctrl, $DIC, $ilErr, $lng, ilCtrl\redirectByClass(), ROOT_FOLDER_ID, ilCtrl\setParameterByClass(), and ilLanguage\txt().
Referenced by ilObjQuestionPoolGUI\_goto(), ilObjFileGUI\_goto(), ilObjCourseGUI\_goto(), ilObjSystemFolderGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjGroupGUI\_goto(), ilObjUserFolderGUI\_goto(), ilObjLearningSequence\_goto(), ilObjBookingPoolGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjDataCollectionGUI\_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(), checkPermission(), and ilObjBibliographicGUI\handleNonAccess().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1612 of file class.ilObjectGUI.php.
References $ctrl, $DIC, ilCtrl\redirectByClass(), and ilCtrl\setParameterByClass().
Referenced by ilObjFileGUI\_goto().
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 ilObjTalkTemplateGUI, ilObjOrgUnitGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjLanguageExtGUI, ilObject2GUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 553 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 |
Add custom templates.
Reimplemented in ilObjSurveyGUI, and ilObjTestGUI.
Definition at line 828 of file class.ilObjectGUI.php.
Referenced by initDidacticTemplate().
Here is the caller graph for this function:| ilObjectGUI::addExternalEditFormCustom | ( | ilPropertyFormGUI | $form | ) |
Reimplemented in ilObjBookingPoolGUI, and ilObjTalkTemplateGUI.
Definition at line 955 of file class.ilObjectGUI.php.
Referenced by ilObjMediaPoolGUI\edit(), ilObjBibliographicGUI\editObject(), ilObjDataCollectionGUI\editObject(), ilObjEmployeeTalkGUI\editObject(), editObject(), and ilObjEmployeeTalkGUI\updateObject().
Here is the caller graph for this function:
|
protected |
Add header action menu.
Reimplemented in ilObjCategoryGUI, and ilObjDataCollectionGUI.
Definition at line 445 of file class.ilObjectGUI.php.
References initHeaderAction(), and insertHeaderAction().
Referenced by ilObjBibliographicGUI\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(), ilObjTestGUI\forwardToEvaluationGUI(), and ilObjContentPageGUI\renderHeaderActions().
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 ilObjBibliographicGUI, ilObjBlogGUI, ilObjBookingPoolGUI, ilObjChatroomGUI, ilObjCmiXapiGUI, ilObjContentPageGUI, ilObjDataCollectionGUI, ilObjExerciseGUI, ilObjFileGUI, ilObjForumGUI, ilObjFileBasedLMGUI, ilObjIndividualAssessmentGUI, ilObjItemGroupGUI, ilObjLTIConsumerGUI, ilObjMediaCastGUI, ilObjMediaPoolGUI, ilObjPollGUI, ilObjPortfolioBaseGUI, ilObjSAHSLearningModuleGUI, ilObjSessionGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjTestGUI, ilObjQuestionPoolGUI, ilObjLinkResourceGUI, ilObjWikiGUI, ilObjRoleGUI, ilContainerReferenceGUI, ilObject2GUI, and ilObjectPluginGUI.
Definition at line 540 of file class.ilObjectGUI.php.
Referenced by setLocator().
Here is the caller graph for this function:| ilObjectGUI::addToDeskObject | ( | ) |
Definition at line 1678 of file class.ilObjectGUI.php.
References ilLink\_getLink(), 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 ilObjCourseGUI, and ilObjFileBasedLMGUI.
Definition at line 1214 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by importFileObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Post (successful) object creation hook.
Reimplemented in ilObjBibliographicGUI, ilObjExerciseGUI, ilObjTaxonomyGUI, ilObjBlogGUI, ilObjBookingPoolGUI, ilObjCategoryGUI, ilObjContentPageGUI, ilObjCourseGUI, ilObjDataCollectionGUI, ilObjFolderGUI, ilObjForumGUI, ilObjFileBasedLMGUI, ilObjIndividualAssessmentGUI, ilObjItemGroupGUI, ilObjContentObjectGUI, ilObjLearningSequenceGUI, ilObjMediaCastGUI, ilObjMediaPoolGUI, ilObjOrgUnitGUI, ilObjPollGUI, ilObjPortfolioGUI, ilObjStudyProgrammeGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjQuestionPoolGUI, ilObjLinkResourceGUI, ilObjWikiGUI, ilContainerReferenceGUI, ilObjectPluginGUI, and ilObjCmiXapiGUI.
Definition at line 930 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(), ilObjEmployeeTalkSeriesGUI\saveObject(), and 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, and ilContainerGUI.
Definition at line 1055 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilObjEmployeeTalkGUI\updateObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjGlossaryGUI, ilObjSCORM2004LearningModuleGUI, ilObjSCORMLearningModuleGUI, ilObjLanguageExtGUI, ilObjMediaObjectGUI, and ilObject2GUI.
Definition at line 267 of file class.ilObjectGUI.php.
References ilObjectFactory\getInstanceByObjId(), and ilObjectFactory\getInstanceByRefId().
Referenced by ilObjLearningModuleGUI\__construct(), ilObjWorkflowEngineGUI\__construct(), and __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::cancelCreation | ( | ) |
cancel create action and go back to repository parent
Definition at line 835 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::cancelDeleteObject | ( | ) |
cancel deletion of object
Reimplemented in ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, and ilObjStyleSheetGUI.
Definition at line 610 of file class.ilObjectGUI.php.
References ilSession\clear(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjectGUI::cancelObject | ( | ) |
cancel action and go back to previous page
Reimplemented in ilObjEmployeeTalkSeriesGUI, ilObjSystemFolderGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjAuthSettingsGUI, ilObjLanguageExtGUI, ilObjMediaObjectGUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 620 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 |
Definition at line 1538 of file class.ilObjectGUI.php.
References $_SERVER, $ref_id, $type, ilLink\_getLink(), _gotoRepositoryRoot(), checkPermissionBool(), ilSession\clear(), ILIAS\Repository\ctrl(), ILIAS\Repository\int(), and ILIAS\Repository\lng().
Referenced by ilObjBibliographicAdminGUI\__construct(), ilObjMediaCastGUI\addCastItemObject(), ilObjRoleFolderGUI\adjustRoleObject(), ilObjCategoryGUI\assignRolesObject(), ilObjCategoryGUI\assignSaveObject(), ilObjSessionGUI\attendanceListObject(), ilObjCourseGUI\autoFillObject(), ilObjCategoryGUI\checkGlobalRoles(), ilObjLanguageFolderGUI\checkLanguageObject(), ilObjSessionGUI\confirmDeleteFilesObject(), ilObjLanguageFolderGUI\confirmRefreshObject(), ilObjLanguageFolderGUI\confirmRefreshSelectedObject(), ilObjLanguageFolderGUI\confirmUninstallChangesObject(), ilObjLanguageFolderGUI\confirmUninstallObject(), ilObjLTIAdministrationGUI\createLTIConsumer(), ilObjSessionGUI\deleteFilesObject(), ilObjSurveyQuestionPoolGUI\deleteQuestionsObject(), ilObjCategoryGUI\deleteUsersObject(), ilObjMediaCastGUI\editCastItemObject(), ilObjCategoryGUI\editInfoObject(), ilObjGroupGUI\editInfoObject(), ilObjCourseGUI\editInfoObject(), ilObjSessionGUI\editObject(), ilObjGroupGUI\editObject(), ilObjWikiGUI\editSettingsObject(), ilObjLoggingSettingsGUI\errorSettings(), ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjLearningSequenceAdminGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjLanguageFolderGUI\executeCommand(), ilObjSystemCheckGUI\executeCommand(), ilContainerGUI\forwardToPageObject(), ilObjCourseGUI\infoScreen(), ilObjGroupGUI\infoScreen(), ilObjSurveyQuestionPoolGUI\infoScreenForward(), ilObjWikiGUI\infoScreenObject(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjLanguageFolderGUI\installLocalObject(), ilObjLanguageFolderGUI\installObject(), ilObjSessionGUI\joinObject(), ilObjCourseGUI\leaveObject(), ilObjGroupGUI\leaveObject(), ilObjWikiGUI\listContributorsObject(), ilObjMediaCastGUI\listItemsObject(), ilObjSessionGUI\materialsObject(), ilObjCategoryGUI\performDeleteUsersObject(), ilObjCourseGUI\performUnsubscribeObject(), ilObjSessionGUI\printAttendanceListObject(), ilObjLanguageFolderGUI\refreshObject(), ilObjLanguageFolderGUI\refreshSelectedObject(), ilObjSessionGUI\registerObject(), ilObjSessionGUI\removeMaterialsObject(), ilObjFolderGUI\renderObject(), ilObjLoggingSettingsGUI\resetComponentLevels(), ilObjCalendarSettingsGUI\save(), ilObjSessionGUI\saveAndAssignMaterialsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjLoggingSettingsGUI\saveComponentLevels(), ilObjWikiGUI\saveGradingObject(), ilObjSessionGUI\saveMaterialsObject(), ilObjAdvancedEditingGUI\saveObject(), ilObjSessionGUI\saveObject(), ilObjBlogAdministrationGUI\saveSettings(), ilObjExerciseAdministrationGUI\saveSettings(), ilObjForumAdministrationGUI\saveSettings(), ilObjLearningResourcesSettingsGUI\saveSettings(), ilObjStudyProgrammeAdminGUI\saveSettings(), ilObjWebResourceAdministrationGUI\saveSettings(), ilObjAwarenessAdministrationGUI\saveSettings(), ilObjBadgeAdministrationGUI\saveSettings(), ilMembershipAdministrationGUI\saveSettings(), ilObjTaggingSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjAdvancedEditingGUI\saveSettingsObject(), ilObjUserTrackingGUI\saveSettingsObject(), ilObjLanguageFolderGUI\setSystemLanguageObject(), ilObjLanguageFolderGUI\setUserLanguageObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjSystemCheckGUI\trash(), ilObjLanguageFolderGUI\uninstallChangesObject(), ilObjLanguageFolderGUI\uninstallObject(), ilObjGroupGUI\unsubscribeObject(), ilObjLoggingSettingsGUI\updateErrorSettings(), ilObjCategoryGUI\updateInfoObject(), ilObjCourseGUI\updateInfoObject(), ilObjGroupGUI\updateInfoObject(), ilObjLTIAdministrationGUI\updateLTIConsumer(), ilObjGroupGUI\updateObject(), ilObjSessionGUI\updateObject(), ilContainerReferenceGUI\updateObject(), ilObjSessionGUI\updateSessionTypeObject(), ilObjFolderGUI\viewObject(), ilObjRootFolderGUI\viewObject(), ilObjWikiGUI\viewObject(), and viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjEmployeeTalkSeriesGUI, ilObjPortfolioGUI, ilObject2GUI, ilObjTaxonomyGUI, and ilObjWikiGUI.
Definition at line 1558 of file class.ilObjectGUI.php.
References $ref_id, $requested_ref_id, $type, and ILIAS\Repository\access().
Referenced by ilObjBadgeAdministrationGUI\activateTypes(), ilObjExerciseGUI\addContentSubTabs(), ilObjSurveyGUI\addToNavigationHistory(), checkPermission(), ilObjLoggingSettingsGUI\components(), ilObjFileBasedLMGUI\createFromDirectory(), createObject(), ilObjBadgeAdministrationGUI\deactivateTypes(), ilObjBookingPoolGUI\editObject(), ilObjFolderGUI\editObject(), editObject(), ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjIndividualAssessmentGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjSystemFolderGUI\executeCommand(), ilObjSystemCheckGUI\executeCommand(), ilObjBlogAdministrationGUI\getAdminTabs(), ilObjEmployeeTalkGUI\getAdminTabs(), ilObjExerciseAdministrationGUI\getAdminTabs(), ilObjPortfolioAdministrationGUI\getAdminTabs(), ilObjObjectTemplateAdministrationGUI\getAdminTabs(), getAdminTabs(), ilObjSystemCheckGUI\getAdminTabs(), ilObjForumAdministrationGUI\getSettingsForm(), ilObjLearningResourcesSettingsGUI\getSettingsForm(), ilObjSurveyGUI\getTabs(), ilObjSurveyQuestionPoolGUI\getTabs(), ilObjLanguageFolderGUI\getTabs(), ilObjUserTrackingGUI\getTabs(), ilObjAdvancedEditingGUI\getTinyForm(), ilObjSurveyQuestionPoolGUI\importFileObject(), ilObjTestGUI\importFileObject(), ilObjQuestionPoolGUI\importFileObject(), importFileObject(), ilObjTestGUI\importVerifiedFileObject(), ilObjQuestionPoolGUI\importVerifiedFileObject(), ilObjCourseGUI\infoScreen(), ilObjGroupGUI\infoScreen(), ilObjSAHSLearningModuleGUI\infoScreenForward(), ilObjSurveyQuestionPoolGUI\infoScreenForward(), ilObjSessionGUI\initForm(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjExerciseAdministrationGUI\initFormSettings(), ilObjAwarenessAdministrationGUI\initFormSettings(), ilObjCalendarSettingsGUI\initFormSettings(), ilObjPrivacySecurityGUI\initPrivacyForm(), ilObjUserTrackingGUI\initSettingsForm(), isVisible(), ilObjExerciseGUI\listAssignmentsObject(), ilObjLTIAdministrationGUI\listConsumers(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjFileBasedLMGUI\properties(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjContentPageAdministrationGUI\save(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjGlossaryGUI\saveObject(), saveObject(), ilObjFileBasedLMGUI\saveProperties(), setColumnSettings(), ilObjSystemCheckGUI\setMainSubTabs(), ilObjFileBasedLMGUI\setStartFile(), ilObjCategoryGUI\updateObject(), updateObject(), ilObjTestGUI\uploadObject(), ilObjLanguageFolderGUI\viewObject(), and viewObject().
Here is the call graph for this function:
Here is the caller 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, ilObjEmployeeTalkSeriesGUI, ilObjLearningSequenceGUI, ilObjOrgUnitGUI, and ilObjStyleSheetGUI.
Definition at line 591 of file class.ilObjectGUI.php.
References ilSession\clear(), ILIAS\Repository\ctrl(), ilSession\get(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilObjectGUI::createObject | ( | ) |
create new object form
Reimplemented in ilObjRoleGUI, ilContainerReferenceGUI, ilObjMediaObjectGUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 629 of file class.ilObjectGUI.php.
References $requested_new_type, checkPermissionBool(), ILIAS\Repository\ctrl(), error(), getCreationFormsHTML(), initCreationForms(), and ILIAS\Repository\lng().
Referenced by ilObjLTIConsumerGUI\applyProviderFilter(), ilObjGlossaryGUI\importObject(), ilObjLTIConsumerGUI\resetProviderFilter(), ilObjRoleTemplateGUI\saveObject(), ilObjSessionGUI\saveObject(), and ilObjTestGUI\uploadTst().
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 1338 of file class.ilObjectGUI.php.
References $error, $id, ILIAS\Repository\ctrl(), ILIAS\Repository\refinery(), and ilSession\set().
Referenced by ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::editObject | ( | ) |
Reimplemented in ilObjBibliographicGUI, ilObjBookingPoolGUI, ilObjDataCollectionGUI, ilObjEmployeeTalkGUI, ilObjExerciseGUI, ilObjFolderGUI, ilObjFileBasedLMGUI, ilObjIndividualAssessmentGUI, ilObjSessionGUI, ilObjRoleGUI, ilObjMediaObjectGUI, ilObjTypeDefinitionGUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 936 of file class.ilObjectGUI.php.
References addExternalEditFormCustom(), checkPermissionBool(), error(), getEditFormValues(), initEditForm(), and ILIAS\Repository\lng().
Referenced by ilContainerReferenceGUI\editReferenceObject(), ilContainerReferenceGUI\firstEditObject(), ilObjCourseGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjRoleTemplateGUI\updateObject(), ilContainerReferenceGUI\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 1624 of file class.ilObjectGUI.php.
Referenced by prepareOutput().
Here is the caller graph for this function:| ilObjectGUI::executeCommand | ( | ) |
Reimplemented in ilObjBibliographicAdminGUI, ilObjBibliographicGUI, ilObjBlogAdministrationGUI, ilObjBlogGUI, ilObjCategoryGUI, ilObjChatroomAdminGUI, ilObjChatroomGUI, ilObjCloudGUI, ilObjCmiXapiAdministrationGUI, ilObjContentPageAdministrationGUI, ilCourseContentGUI, ilObjCourseGUI, ilObjCourseReferenceGUI, ilObjDataCollectionGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, ilObjExerciseAdministrationGUI, ilObjFileAccessSettingsGUI, ilObjFolderGUI, ilObjForumAdministrationGUI, ilObjGlossaryGUI, ilObjGroupGUI, ilObjGroupReferenceGUI, ilObjFileBasedLMGUI, ilObjIndividualAssessmentGUI, ilObjItemGroupGUI, ilObjLearningResourcesSettingsGUI, ilObjLearningSequenceAdminGUI, ilObjLearningSequenceGUI, ilObjMediaCastGUI, ilObjMediaCastSettingsGUI, ilObjMediaPoolGUI, ilObjOrgUnitGUI, ilObjPollGUI, ilObjPortfolioAdministrationGUI, ilObjPortfolioGUI, ilObjPortfolioTemplateGUI, ilObjRootFolderGUI, ilObjSCORM2004LearningModuleGUI, ilObjSAHSLearningModuleGUI, ilObjSessionGUI, ilObjStudyProgrammeAdminGUI, ilObjStudyProgrammeGUI, ilObjSurveyAdministrationGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjSystemFolderGUI, ilObjTestGUI, ilObjLinkResourceGUI, ilObjWebResourceAdministrationGUI, ilObjWikiGUI, ilObjWikiSettingsGUI, ilObjWorkspaceFolderGUI, ilObjRoleFolderGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjExternalToolsSettingsGUI, ilObjRecoveryFolderGUI, ilObjAdministrativeNotificationGUI, ilObjAdvancedEditingGUI, ilObjAuthSettingsGUI, ilObjAwarenessAdministrationGUI, ilObjBadgeAdministrationGUI, ilObjCalendarSettingsGUI, ilObjCertificateSettingsGUI, ilObjComponentSettingsGUI, ilObjContactAdministrationGUI, ilContainerGUI, ilContainerReferenceGUI, ilObjDashboardSettingsGUI, ilObjObjectTemplateAdministrationGUI, ilObjFileServicesGUI, ilObjHelpSettingsGUI, ilObjLanguageExtGUI, ilObjLanguageFolderGUI, ilObjLearningHistorySettingsGUI, ilObjLoggingSettingsGUI, ilObjLTIAdministrationGUI, ilObjMailGUI, ilObjMainMenuGUI, ilObjMediaObjectsSettingsGUI, ilMembershipAdministrationGUI, ilObjMDSettingsGUI, ilObjNewsSettingsGUI, ilObjCommentsSettingsGUI, ilObjNotesSettingsGUI, ilObjNotificationAdminGUI, ilObject2GUI, ilObjObjectFolderGUI, ilObjTypeDefinitionGUI, ilObjPDFGenerationGUI, ilObjPersonalWorkspaceSettingsGUI, ilObjPrivacySecurityGUI, ilObjRepositorySettingsGUI, ilObjectPluginGUI, ilObjSearchSettingsGUI, ilObjSkillManagementGUI, ilObjSkillTreeGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjSystemCheckGUI, ilObjTaggingSettingsGUI, ilObjTaxonomyAdministrationGUI, ilObjTaxonomyGUI, ilObjUserTrackingGUI, ilObjUserFolderGUI, ilObjUserGUI, ilObjWebDAVGUI, ilObjECSSettingsGUI, ilRemoteObjectBaseGUI, and ilObjWorkflowEngineGUI.
Definition at line 231 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), and prepareOutput().
Here is the call graph for this function:
|
protected |
Fill object clone template This method can be called from any object GUI class that wants to offer object cloning.
| ?string | template variable name that will be filled |
| string | type of new object |
Reimplemented in ilObject2GUI.
Definition at line 1446 of file class.ilObjectGUI.php.
References $type, and ILIAS\Repository\refinery().
Referenced by ilObjSAHSLearningModuleGUI\initCreationForms(), ilObjMediaCastGUI\initCreationForms(), ilObjWikiGUI\initCreationForms(), and initCreationForms().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::getAdminMode | ( | ) |
Definition at line 216 of file class.ilObjectGUI.php.
References $admin_mode.
Referenced by ilObjRoleGUI\addAdminLocatorItems(), ilObjRoleGUI\addLocatorItems(), ilObjRoleGUI\getTabs(), and ilObjGroupGUI\viewObject().
Here is the caller graph for this function:| ilObjectGUI::getAdminTabs | ( | ) |
administration tabs show only permissions and trash folder
Reimplemented in ilObjBlogAdministrationGUI, ilChatroomObjectGUI, ilObjCmiXapiAdministrationGUI, ilObjContentPageAdministrationGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, ilObjExerciseAdministrationGUI, ilObjFileAccessSettingsGUI, ilObjForumAdministrationGUI, ilObjLearningResourcesSettingsGUI, ilObjLearningSequenceAdminGUI, ilObjMediaCastSettingsGUI, ilObjOrgUnitGUI, ilObjPortfolioAdministrationGUI, ilObjStudyProgrammeAdminGUI, ilObjSurveyAdministrationGUI, ilObjSystemFolderGUI, ilObjAssessmentFolderGUI, ilObjWebResourceAdministrationGUI, ilObjWikiSettingsGUI, ilObjRoleFolderGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjAccessibilitySettingsGUI, ilObjExternalToolsSettingsGUI, ilObjAdvancedEditingGUI, ilObjAuthSettingsGUI, ilObjAwarenessAdministrationGUI, ilObjBadgeAdministrationGUI, ilObjCalendarSettingsGUI, ilObjCertificateSettingsGUI, ilObjComponentSettingsGUI, ilObjContactAdministrationGUI, ilContainerGUI, ilObjDashboardSettingsGUI, ilObjObjectTemplateAdministrationGUI, ilObjFileServicesGUI, ilObjHelpSettingsGUI, ilObjLanguageExtGUI, ilObjLanguageFolderGUI, ilObjLearningHistorySettingsGUI, ilObjLoggingSettingsGUI, ilObjLTIAdministrationGUI, ilObjMailGUI, ilObjMediaObjectsSettingsGUI, ilMembershipAdministrationGUI, ilObjMDSettingsGUI, ilObjNewsSettingsGUI, ilObjCommentsSettingsGUI, ilObjNotesSettingsGUI, ilObjPDFGenerationGUI, ilObjPersonalWorkspaceSettingsGUI, ilObjPrivacySecurityGUI, ilObjRepositorySettingsGUI, ilObjSearchSettingsGUI, ilObjSkillManagementGUI, ilObjSkillTreeGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjSystemCheckGUI, ilObjTaggingSettingsGUI, ilObjTaxonomyAdministrationGUI, ilObjTermsOfServiceGUI, ilObjUserTrackingGUI, ilObjUserFolderGUI, ilObjUserGUI, ilObjWebDAVGUI, and ilObjECSSettingsGUI.
Definition at line 482 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 1464 of file class.ilObjectGUI.php.
References $obj_id, 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, ILIAS\Repository\object(), and setColumnSettings().
Here is the call graph for this function:
|
protected |
Get HTML for creation forms (accordion)
| array<int,ilPropertyFormGUI> | $forms |
Reimplemented in ilObjFileGUI.
Definition at line 674 of file class.ilObjectGUI.php.
References $id, ilAccordionGUI\FIRST_OPEN, and ILIAS\Repository\lng().
Referenced by createObject(), and ilObjStyleSheetGUI\createObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::getCreationMode | ( | ) |
Reimplemented in ilObject2GUI.
Definition at line 262 of file class.ilObjectGUI.php.
References $creation_mode.
Referenced by ilObjSessionGUI\addLocatorItems(), ilObjIndividualAssessmentGUI\addToNavigationHistory(), ilObjLearningSequenceGUI\addToNavigationHistory(), ilObjStudyProgrammeGUI\addToNavigationHistory(), ilObjSurveyGUI\addToNavigationHistory(), ilObjContentObjectGUI\checkCtrlPath(), ilObjCategoryGUI\executeCommand(), ilObjChatroomGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjLearningSequenceGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjTestGUI\executeCommand(), initDidacticTemplate(), prepareOutput(), ilObjSessionGUI\prepareOutput(), and ilContainerGUI\prepareOutput().
Here is the caller graph for this function:| ilObjectGUI::getDidacticTemplateVar | ( | string | $type | ) |
Get didactic template setting from creation screen.
Definition at line 879 of file class.ilObjectGUI.php.
References $tpl, $type, and ILIAS\Repository\refinery().
Referenced by ilObjSurveyGUI\afterSave(), ilObjBookingPoolGUI\afterUpdate(), ilContainerGUI\afterUpdate(), ilObjSessionGUI\createRecurringSessions(), ilObjLTIConsumerGUI\saveCustom(), ilObjGlossaryGUI\saveObject(), 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 ilObjBlogGUI, ilObjBookingPoolGUI, ilObjContentPageGUI, ilObjDataCollectionGUI, ilObjTalkTemplateGUI, ilObjExerciseGUI, ilObjFolderGUI, ilObjForumGUI, ilObjItemGroupGUI, ilObjMediaPoolGUI, ilObjPollGUI, ilObjPortfolioBaseGUI, ilObjPortfolioGUI, ilObjPortfolioTemplateGUI, and ilObjBibliographicGUI.
Definition at line 1007 of file class.ilObjectGUI.php.
Referenced by getEditFormValues().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, ilObjRootFolderGUI, and ilContainerGUI.
Definition at line 996 of file class.ilObjectGUI.php.
References getEditFormCustomValues().
Referenced by ilObjMediaPoolGUI\edit(), ilObjBibliographicGUI\editObject(), ilObjBookingPoolGUI\editObject(), ilObjDataCollectionGUI\editObject(), ilObjEmployeeTalkGUI\editObject(), and editObject().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 1223 of file class.ilObjectGUI.php.
| ilObjectGUI::getHTML | ( | ) |
Reimplemented in ilObjBlogGUI, and ilObject2GUI.
Definition at line 503 of file class.ilObjectGUI.php.
References $html.
| ilObjectGUI::getObject | ( | ) |
Definition at line 226 of file class.ilObjectGUI.php.
References $object.
Referenced by ilObjectTranslationGUI\__construct(), ilContainerSkillGUI\__construct(), ilContSkillAdminGUI\__construct(), ilContSkillPresentationGUI\__construct(), ilContainerFilterAdminGUI\__construct(), ilCourseContentGUI\__construct(), ilContainerByTypeContentGUI\__construct(), ilObjTestSettingsScoringResultsGUI\__construct(), ilBookingParticipantGUI\__construct(), ilBookingObjectGUI\__construct(), ilDclRecordListGUI\__construct(), ilContainerNewsSettingsGUI\__construct(), ilExtIdGUI\__construct(), ilOrgUnitSimpleImportGUI\__construct(), ilBookingGatewayGUI\__construct(), ilLocalUserGUI\__construct(), ilForumDraftsTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilOrgUnitExportGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilObjLearningSequenceGUI\checkLPAccess(), ilObjDataCollectionGUI\executeCommand(), ilChatroom\getChatURL(), ilObjLearningSequenceGUI\getTabs(), ilObjLearningSequenceGUI\learningProgress(), ilObjLearningSequenceGUI\manage_members(), ilObjCourseGUI\performUnsubscribeObject(), ilObjWorkflowEngineGUI\prepareAdminOutput(), ilObjLearningSequenceGUI\settings(), and ilObjLearningSequenceGUI\unparticipate().
Here is the caller graph for this function:
|
protected |
Definition at line 221 of file class.ilObjectGUI.php.
References $object_service.
Referenced by ilObjBookingPoolGUI\initEditCustomForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjGroupGUI\initForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilObjFileBasedLMGUI\saveProperties(), ilObjSCORM2004LearningModuleGUI\saveProperties(), ilObjExerciseGUI\updateCustom(), ilObjFolderGUI\updateCustom(), ilObjCategoryGUI\updateObject(), ilObjCourseGUI\updateObject(), and ilObjGroupGUI\updateObject().
Here is the caller graph for this function:| ilObjectGUI::getRefId | ( | ) |
Reimplemented in ilObjChatroomAdminGUI, and ilObjChatroomGUI.
Definition at line 199 of file class.ilObjectGUI.php.
References $ref_id.
Referenced by ilBookingParticipantGUI\__construct(), ilBookingScheduleGUI\__construct(), ilDclTableListGUI\__construct(), ilSurveyPhrasesGUI\__construct(), ilObjDataCollectionGUI\__construct(), ilObjDataCollectionGUI\executeCommand(), ilObjDataCollectionGUI\getTableViewId(), ilObjTestGUI\getTabs(), ilObjLearningSequenceGUI\learningProgress(), ilObjAssessmentFolderGUI\logAdminObject(), 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 1240 of file class.ilObjectGUI.php.
Referenced by ilObjCourseGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), ilObjOrgUnitGUI\afterSave(), ilObjStudyProgrammeGUI\afterSave(), ilObjTestGUI\backToRepositoryObject(), and ilObjAuthSettingsGUI\setAuthModeObject().
Here is the caller graph for this function:
|
protected |
Display right column.
Reimplemented in ilObject2GUI.
Definition at line 1500 of file class.ilObjectGUI.php.
References $html, $obj_id, ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, ILIAS\Repository\object(), and setColumnSettings().
Here is the call graph for this function:
|
protected |
@abstract overwrite in derived GUI class of your object type
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, ilObjCourseReferenceGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, ilObjFolderGUI, ilObjForumGUI, ilObjGlossaryGUI, ilObjGroupGUI, ilObjFileBasedLMGUI, ilObjIndividualAssessmentGUI, ilObjLearningSequenceGUI, ilObjOrgUnitGUI, ilObjRootFolderGUI, ilObjSAHSLearningModuleGUI, ilObjSessionGUI, ilObjStudyProgrammeGUI, ilObjSurveyAdministrationGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjAssessmentFolderGUI, ilObjTestGUI, ilObjQuestionPoolGUI, ilObjWikiGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjExternalToolsSettingsGUI, ilObjAdvancedEditingGUI, ilObjAuthSettingsGUI, ilContainerGUI, ilContainerReferenceGUI, ilObjLanguageFolderGUI, ilObjMailGUI, ilObjMediaObjectGUI, ilObject2GUI, ilObjObjectFolderGUI, ilObjTypeDefinitionGUI, ilObjSearchSettingsGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjUserTrackingGUI, ilObjUserFolderGUI, and ilObjUserGUI.
Definition at line 1418 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 1260 of file class.ilObjectGUI.php.
|
protected |
Reimplemented in ilObjFileBasedLMGUI, ilObjContentObjectGUI, ilObjSurveyQuestionPoolGUI, ilObjTestGUI, and ilObjQuestionPoolGUI.
Definition at line 1117 of file class.ilObjectGUI.php.
References Vendor\Package\$e, $requested_new_type, $requested_ref_id, ilObject\_getAllReferences(), afterImport(), ILIAS\Object\ImplementsCreationCallback\callCreationCallback(), checkPermissionBool(), ILIAS\Repository\ctrl(), error(), ilObjectFactory\getInstanceByObjId(), initImportForm(), ILIAS\Repository\lng(), putObjectInTree(), ILIAS\Repository\refinery(), ilImportDirectoryFactory\TYPE_EXPORT, UPLOAD_TYPE_LOCAL, and ILIAS\Repository\user().
Referenced by ilObjLearningSequenceGUI\executeCommand(), and ilObjOrgUnitGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjCmiXapiGUI, ilObjLTIConsumerGUI, ilObjEmployeeTalkSeriesGUI, ilObjGlossaryGUI, ilObjItemGroupGUI, ilObjPortfolioGUI, ilObjLinkResourceGUI, ilContainerReferenceGUI, and ilObjectPluginGUI.
Definition at line 727 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), initDidacticTemplate(), ILIAS\Repository\lng(), ilObject\LONG_DESC_LENGTH, and ilObject\TITLE_LENGTH.
Referenced by ilObjWorkspaceFolderGUI\initCreationForms(), ilObjStudyProgrammeGUI\initCreationForms(), ilObjTalkTemplateGUI\initCreationForms(), ilObjFileBasedLMGUI\initCreationForms(), ilObjMediaCastGUI\initCreationForms(), ilObjMediaPoolGUI\initCreationForms(), ilObjOrgUnitGUI\initCreationForms(), ilObjSurveyQuestionPoolGUI\initCreationForms(), initCreationForms(), and saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init creation forms.
This will create the default creation forms: new, import, clone
Reimplemented in ilObjBibliographicGUI, ilObjLTIConsumerGUI, ilObjSAHSLearningModuleGUI, ilObjTaxonomyGUI, ilObjBlogGUI, ilObjBookingPoolGUI, ilObjCategoryGUI, ilObjChatroomGUI, ilObjTalkTemplateGUI, ilObjFileBasedLMGUI, ilObjItemGroupGUI, ilObjMediaCastGUI, ilObjMediaPoolGUI, ilObjOrgUnitGUI, ilObjPortfolioGUI, ilObjSurveyQuestionPoolGUI, ilObjWikiGUI, ilObject2GUI, and ilObjectPluginGUI.
Definition at line 659 of file class.ilObjectGUI.php.
References fillCloneTemplate(), initCreateForm(), and initImportForm().
Referenced by createObject().
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 754 of file class.ilObjectGUI.php.
References $data, $id, $keys, $type, addDidacticTemplateOptions(), ilPropertyFormGUI\addItem(), getCreationMode(), ilDidacticTemplateSettings\getInstanceByObjectType(), ILIAS\Repository\lng(), ilDidacticTemplateObjSettings\lookupTemplateId(), and ILIAS\Repository\object().
Referenced by ilObjCmiXapiGUI\initCreateForm(), ilObjEmployeeTalkSeriesGUI\initCreateForm(), ilObjGlossaryGUI\initCreateForm(), initCreateForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjCategoryGUI\initEditForm(), 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 ilObjBibliographicGUI, ilObjBlogGUI, ilObjContentPageGUI, ilObjTalkTemplateGUI, ilObjForumGUI, ilObjMediaPoolGUI, ilObjPollGUI, ilObjPortfolioBaseGUI, ilObjPortfolioTemplateGUI, ilObjBookingPoolGUI, and ilObjItemGroupGUI.
Definition at line 992 of file class.ilObjectGUI.php.
Referenced by initEditForm().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjBibliographicGUI, ilObjCategoryGUI, ilObjCourseGUI, ilObjDataCollectionGUI, ilObjTalkTemplateGUI, ilObjFolderGUI, ilObjPortfolioGUI, ilObjRootFolderGUI, ilObjSurveyQuestionPoolGUI, ilContainerGUI, ilObjectPluginGUI, and ilRemoteObjectBaseGUI.
Definition at line 960 of file class.ilObjectGUI.php.
References $lng, ILIAS\Repository\ctrl(), initEditCustomForm(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ilObject\LONG_DESC_LENGTH, ILIAS\Repository\object(), and ilObject\TITLE_LENGTH.
Referenced by ilObjMediaPoolGUI\edit(), ilObjBookingPoolGUI\editObject(), ilObjEmployeeTalkGUI\editObject(), editObject(), ilObjIndividualAssessmentGUI\getBaseEditForm(), ilObjEmployeeTalkGUI\updateObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add header action menu.
Reimplemented in ilObjLTIConsumerGUI, ilObjBookingPoolGUI, ilObjCmiXapiGUI, ilObjCourseGUI, ilObjForumGUI, ilObjGroupGUI, ilObjStudyProgrammeGUI, and ilObject2GUI.
Definition at line 377 of file class.ilObjectGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\object(), ilObjectListGUI\prepareJsLinks(), and ilCommonActionDispatcherGUI\TYPE_REPOSITORY.
Referenced by addHeaderAction(), and redrawHeaderActionObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjContentObjectGUI, ilObjSCORMLearningModuleGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjTestGUI, ilObjQuestionPoolGUI, and ilObjectPluginGUI.
Definition at line 1061 of file class.ilObjectGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilImportDirectoryFactory\TYPE_EXPORT, and ILIAS\Repository\user().
Referenced by importFileObject(), ilObjFileBasedLMGUI\initCreationForms(), ilObjMediaCastGUI\initCreationForms(), ilObjMediaPoolGUI\initCreationForms(), ilObjOrgUnitGUI\initCreationForms(), ilObjWikiGUI\initCreationForms(), and initCreationForms().
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 428 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 1281 of file class.ilObjectGUI.php.
References $ref_id, $tree, $type, ilTree\checkForParentType(), checkPermissionBool(), and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:
|
protected |
Reimplemented in ilObject2GUI.
Definition at line 544 of file class.ilObjectGUI.php.
Referenced by ilObjEmployeeTalkGUI\__construct(), and ilObjEmployeeTalkSeriesGUI\__construct().
Here is the caller graph for this function:| ilObjectGUI::prepareOutput | ( | bool | $show_sub_objects = true | ) |
Reimplemented in ilObject2GUI, ilObjCourseGUI, ilObjGroupGUI, ilObjSessionGUI, and ilContainerGUI.
Definition at line 279 of file class.ilObjectGUI.php.
References ilObject\_lookupType(), addAdminLocatorItems(), ILIAS\Repository\ctrl(), enableDragDropFileUpload(), getCreationMode(), ILIAS\Repository\refinery(), setAdminTabs(), setLocator(), setTabs(), and setTitleAndDescription().
Referenced by __construct(), ilObjFileBasedLMGUI\edit(), ilObjBibliographicAdminGUI\executeCommand(), ilObjBlogAdministrationGUI\executeCommand(), ilObjChatroomAdminGUI\executeCommand(), ilObjChatroomGUI\executeCommand(), ilObjCmiXapiAdministrationGUI\executeCommand(), ilObjContentPageAdministrationGUI\executeCommand(), ilObjCourseReferenceGUI\executeCommand(), ilObjExerciseAdministrationGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjForumAdministrationGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjIndividualAssessmentGUI\executeCommand(), ilObjLearningResourcesSettingsGUI\executeCommand(), ilObjLearningSequenceAdminGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjMediaCastSettingsGUI\executeCommand(), ilObjPortfolioAdministrationGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjStudyProgrammeAdminGUI\executeCommand(), ilObjSurveyAdministrationGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjSystemFolderGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjWebResourceAdministrationGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjRoleFolderGUI\executeCommand(), ilObjRoleGUI\executeCommand(), ilObjRoleTemplateGUI\executeCommand(), ilObjExternalToolsSettingsGUI\executeCommand(), ilObjAdvancedEditingGUI\executeCommand(), ilObjAwarenessAdministrationGUI\executeCommand(), ilObjBadgeAdministrationGUI\executeCommand(), ilObjCalendarSettingsGUI\executeCommand(), ilObjCertificateSettingsGUI\executeCommand(), ilObjComponentSettingsGUI\executeCommand(), ilContainerReferenceGUI\executeCommand(), ilObjDashboardSettingsGUI\executeCommand(), ilObjObjectTemplateAdministrationGUI\executeCommand(), ilObjLanguageFolderGUI\executeCommand(), ilObjLearningHistorySettingsGUI\executeCommand(), ilObjLoggingSettingsGUI\executeCommand(), ilObjLTIAdministrationGUI\executeCommand(), ilObjMailGUI\executeCommand(), ilObjMediaObjectsSettingsGUI\executeCommand(), ilMembershipAdministrationGUI\executeCommand(), ilObjMDSettingsGUI\executeCommand(), ilObjNewsSettingsGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjNotificationAdminGUI\executeCommand(), executeCommand(), ilObjObjectFolderGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilObjPrivacySecurityGUI\executeCommand(), ilObjRepositorySettingsGUI\executeCommand(), ilObjSearchSettingsGUI\executeCommand(), ilObjSkillManagementGUI\executeCommand(), ilObjSkillTreeGUI\executeCommand(), ilObjStyleSettingsGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilObjSystemCheckGUI\executeCommand(), ilObjTaggingSettingsGUI\executeCommand(), ilObjTaxonomyAdministrationGUI\executeCommand(), ilObjUserTrackingGUI\executeCommand(), ilObjUserGUI\executeCommand(), ilObjWebDAVGUI\executeCommand(), ilObjECSSettingsGUI\executeCommand(), ilObjChatroomGUI\fallback(), ilObjTestGUI\forwardToEvaluationGUI(), 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 896 of file class.ilObjectGUI.php.
References $requested_crtptrefid, $requested_ref_id, ilChangeEvent\_recordWriteEvent(), ilRbacLog\add(), ILIAS\Object\ImplementsCreationCallback\callCreationCallback(), ilRbacLog\CREATE_OBJECT, ilObject\createReference(), ilRbacLog\gatherFaPa(), ilObject\getId(), ilObject\getRefId(), ilObject\putInTree(), ilObject\setPermissions(), and ILIAS\Repository\user().
Referenced by ilObjFileBasedLMGUI\createFromDirectory(), ilObjSurveyQuestionPoolGUI\importFileObject(), importFileObject(), ilObjEmployeeTalkSeriesGUI\saveObject(), ilObjGlossaryGUI\saveObject(), and saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::redirectAfterCreation | ( | ) |
Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen.
Reimplemented in ilObjFileBasedLMGUI.
Definition at line 1672 of file class.ilObjectGUI.php.
References ilLink\_getLink(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
Here is the call 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 ilObjOrgUnitGUI, and ilObject2GUI.
Definition at line 1429 of file class.ilObjectGUI.php.
References $ref_id, ilObject\_lookupType(), and ILIAS\Repository\ctrl().
Referenced by ilObjCategoryGUI\afterSave(), ilObjFolderGUI\afterSave(), ilObjCloudGUI\executeCommand(), 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 453 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 1689 of file class.ilObjectGUI.php.
References ilLink\_getLink(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilObjectGUI::saveObject | ( | ) |
Reimplemented in ilObjEmployeeTalkSeriesGUI, ilObjGlossaryGUI, ilObjStudyProgrammeReferenceGUI, ilObjWikiGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilObjRecoveryFolderGUI, ilObjAdvancedEditingGUI, ilContainerReferenceGUI, ilObjLanguageExtGUI, ilObjMailGUI, ilObjMediaObjectGUI, ilObjTypeDefinitionGUI, ilObjStyleSheetGUI, and ilObjUserGUI.
Definition at line 840 of file class.ilObjectGUI.php.
References afterSave(), checkPermissionBool(), ILIAS\Repository\ctrl(), error(), getDidacticTemplateVar(), initCreateForm(), ILIAS\Repository\lng(), and putObjectInTree().
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 204 of file class.ilObjectGUI.php.
|
finalprotected |
set admin tabs
Definition at line 474 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 ilObjForumGUI, ilContainerGUI, and ilObject2GUI.
Definition at line 1529 of file class.ilObjectGUI.php.
References checkPermissionBool(), ilColumnGUI\setEnableEdit(), and ilColumnGUI\setRepositoryMode().
Referenced by getCenterColumnHTML(), and getRightColumnHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::setCreationMode | ( | bool | $mode = true | ) |
if true, a creation screen is displayed the current [ref_id] don't belong to the current class! The mode is determined in ilRepositoryGUI
Reimplemented in ilObject2GUI.
Definition at line 257 of file class.ilObjectGUI.php.
Referenced by ilObjTestGUI\__construct(), ilObjTalkTemplateGUI\executeCommand(), ilContainerReferenceGUI\executeCommand(), and ilObjStyleSheetGUI\executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 1232 of file class.ilObjectGUI.php.
References $form_action.
|
protected |
Reimplemented in ilObjGlossaryGUI, ilOrgUnitExtensionGUI, and ilObject2GUI.
Definition at line 508 of file class.ilObjectGUI.php.
References $locator, $ref_id, $requested_ref_id, $tpl, addLocatorItems(), and ilGlobalTemplateInterface\setLocator().
Referenced by ilObjFileBasedLMGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), prepareOutput(), and ilObjTestGUI\prepareSubGuiOutput().
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 1252 of file class.ilObjectGUI.php.
References $location.
Referenced by ilObjEmployeeTalkGUI\__construct(), and ilObjEmployeeTalkSeriesGUI\__construct().
Here is the caller graph for this function:
|
protected |
set admin tabs
Reimplemented in ilObjBlogGUI, ilObjCmiXapiGUI, ilObjContentPageGUI, ilObjDataCollectionGUI, ilObjFileGUI, ilObjFileBasedLMGUI, ilObjItemGroupGUI, ilObjLTIConsumerGUI, ilObjMediaCastGUI, ilObjMediaPoolGUI, ilObjPollGUI, ilObjPortfolioGUI, ilObjPortfolioTemplateGUI, ilObjSAHSLearningModuleGUI, ilObjLinkResourceGUI, ilObjMediaObjectGUI, ilObject2GUI, and ilRemoteObjectBaseGUI.
Definition at line 466 of file class.ilObjectGUI.php.
References getTabs().
Referenced by ilObjContentObjectGUI\chapters(), ilObjContentObjectGUI\editMenuProperties(), ilObjGlossaryGUI\executeCommand(), prepareOutput(), ilObjContentObjectGUI\properties(), ilObjContentObjectGUI\saveProperties(), 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 1276 of file class.ilObjectGUI.php.
References $target_frame.
|
protected |
Reimplemented in ilObjContentPageGUI, ilObjTalkTemplateAdministrationGUI, ilObjEmployeeTalkSeriesGUI, ilObjFileAccessSettingsGUI, ilObjOrgUnitGUI, ilObjPortfolioGUI, ilObjRootFolderGUI, ilObjQuestionPoolGUI, ilObjWorkspaceRootFolderGUI, ilContainerGUI, ilObjFileServicesGUI, ilObjLanguageExtGUI, ilObject2GUI, ilObjUserGUI, and ilObjWebDAVGUI.
Definition at line 329 of file class.ilObjectGUI.php.
References ilObject\_getIcon(), ilObjectListGUIFactory\_getListGUIByType(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\object(), and ILIAS\Repository\refinery().
Referenced by prepareOutput(), ilObjTestGUI\prepareSubGuiOutput(), and ilObjFileBasedLMGUI\setTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
show edit section of custom icons for container
Definition at line 1632 of file class.ilObjectGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
show possible sub objects (pull down menu)
Reimplemented in ilObjCourseGUI, ilObjTalkTemplateAdministrationGUI, ilObjFolderGUI, ilObjLearningSequenceGUI, ilObjOrgUnitGUI, ilObjRecoveryFolderGUI, ilContainerGUI, ilObject2GUI, and ilObjUserFolderGUI.
Definition at line 1374 of file class.ilObjectGUI.php.
References $i, $sub_objects, 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 ilObjBibliographicGUI, ilObjTalkTemplateGUI, ilObjExerciseGUI, ilObjBlogGUI, ilObjBookingPoolGUI, ilObjContentPageGUI, ilObjDataCollectionGUI, ilObjFolderGUI, ilObjForumGUI, ilObjItemGroupGUI, ilObjMediaPoolGUI, ilObjPollGUI, ilObjPortfolioBaseGUI, ilObjPortfolioGUI, and ilObjPortfolioTemplateGUI.
Definition at line 1048 of file class.ilObjectGUI.php.
Referenced by ilObjEmployeeTalkGUI\updateObject(), and updateObject().
Here is the caller graph for this function:| ilObjectGUI::updateObject | ( | ) |
updates object entry in object_data
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, ilObjEmployeeTalkGUI, ilObjGroupGUI, ilObjSessionGUI, ilObjSurveyQuestionPoolGUI, ilObjQuestionPoolGUI, ilObjRoleGUI, ilObjRoleTemplateGUI, ilContainerReferenceGUI, ilObjStyleSheetGUI, and ilRemoteObjectBaseGUI.
Definition at line 1014 of file class.ilObjectGUI.php.
References afterUpdate(), checkPermissionBool(), error(), initEditForm(), ILIAS\Repository\lng(), and updateCustom().
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 1040 of file class.ilObjectGUI.php.
| ilObjectGUI::viewObject | ( | ) |
viewObject container presentation for "administration -> repository, trash, permissions"
Reimplemented in ilObjCategoryGUI, ilObjTalkTemplateAdministrationGUI, ilObjEmployeeTalkGUI, ilObjEmployeeTalkSeriesGUI, ilObjExerciseGUI, ilObjFolderGUI, ilObjGlossaryGUI, ilObjGroupGUI, ilObjIndividualAssessmentGUI, ilObjRootFolderGUI, ilObjSystemFolderGUI, ilObjWikiGUI, ilObjRoleFolderGUI, ilObjAuthSettingsGUI, ilObjLanguageFolderGUI, ilObjMailGUI, ilObjObjectFolderGUI, ilObjTypeDefinitionGUI, and ilObjStyleSheetGUI.
Definition at line 1306 of file class.ilObjectGUI.php.
References ilChangeEvent\_recordReadEvent(), checkPermission(), checkPermissionBool(), ILIAS\Repository\ctrl(), ILIAS\Repository\object(), and withReferences().
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 246 of file class.ilObjectGUI.php.
References $call_by_reference.
Referenced by viewObject().
Here is the caller graph for this function:
|
protected |
Definition at line 62 of file class.ilObjectGUI.php.
Referenced by ilObjCourseReferenceGUI\_goto(), ilObjRoleGUI\adoptPermSaveObject(), ilContainerReferenceGUI\createObject(), ilObjCategoryGUI\executeCommand(), ilObjEmployeeTalkSeriesGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjRepositorySettingsGUI\executeCommand(), ilObjMediaObjectsSettingsGUI\getAdminTabs(), ilObjSkillManagementGUI\getAdminTabs(), ilObjSkillTreeGUI\getAdminTabs(), ilObjMediaCastSettingsGUI\getForm(), ilObjExternalToolsSettingsGUI\getMapsForm(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjCategoryGUI\getTabs(), ilObjFolderGUI\getTabs(), ilObjFileBasedLMGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjCategoryGUI\infoScreen(), ilObjFolderGUI\infoScreen(), ilObjWikiGUI\infoScreen(), ilObjRepositorySettingsGUI\initCustomIconsForm(), ilObjCourseReferenceGUI\initForm(), ilObjBadgeAdministrationGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjRepositorySettingsGUI\initSettingsForm(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjMediaCastGUI\listItemsObject(), ilObjRepositorySettingsGUI\listModules(), ilObjRepositorySettingsGUI\listNewItemGroups(), ilObjBadgeAdministrationGUI\listTypes(), ilContainerReferenceGUI\loadPropertiesFromSettingsForm(), ilObjRepositorySettingsGUI\saveCustomIcons(), ilObjRepositorySettingsGUI\saveModules(), ilObjStudyProgrammeReferenceGUI\saveObject(), ilContainerReferenceGUI\saveObject(), ilObjMediaCastSettingsGUI\saveSettings(), ilObjNewsSettingsGUI\saveSettings(), ilObjPersonalWorkspaceSettingsGUI\saveSettings(), ilObjRepositorySettingsGUI\saveSettings(), ilObjWikiGUI\setSettingsSubTabs(), ilContainerGUI\showAdministrationPanel(), ilObjFileBasedLMGUI\showInfoScreen(), ilObjSCORM2004LearningModuleGUI\showTrackingItems(), and ilObjSystemFolderGUI\viewObject().
|
protected |
Definition at line 100 of file class.ilObjectGUI.php.
Referenced by getAdminMode().
|
protected |
Definition at line 88 of file class.ilObjectGUI.php.
Referenced by ilObjStudyProgrammeReferenceGUI\__construct(), ilObjObjectFolderGUI\__construct(), ilObjTypeDefinitionGUI\__construct(), ilObjSAHSLearningModuleGUI\__construct(), ilObjSCORMLearningModuleGUI\__construct(), ilObjLearningSequenceAdminGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjForumGUI\__construct(), ilObjIndividualAssessmentGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), __construct(), ilObjChatroomAdminGUI\__construct(), ilObjChatroomGUI\__construct(), ilObjTypeDefinitionGUI\displayList(), ilObjTypeDefinitionGUI\editObject(), and withReferences().
|
protected |
Definition at line 85 of file class.ilObjectGUI.php.
Referenced by getCreationMode().
|
protected |
Definition at line 72 of file class.ilObjectGUI.php.
Referenced by ilObjCourseReferenceGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), _gotoRepositoryNode(), _gotoRepositoryRoot(), _gotoSharedWorkspaceNode(), ilObjExerciseGUI\addContentSubTabs(), ilObjWikiGUI\addPagesSubTabs(), ilObjWikiGUI\addPageTabs(), ilContainerGUI\addPageTabs(), ilObjExerciseGUI\afterSave(), ilObjSystemFolderGUI\benchmarkObject(), ilObjSystemFolderGUI\benchmarkSubTabs(), ilObjBlogAdministrationGUI\cancel(), ilObjExerciseAdministrationGUI\cancel(), ilObjMediaCastSettingsGUI\cancel(), ilObjPortfolioAdministrationGUI\cancel(), ilObjAwarenessAdministrationGUI\cancel(), ilObjTaggingSettingsGUI\cancel(), ilObjFileBasedLMGUI\cancelCreationObject(), ilObjContentObjectGUI\chapters(), ilObjSkillManagementGUI\confirmedDelete(), ilObjSkillTreeGUI\confirmedDeleteTrees(), ilObjSkillTreeGUI\delete(), ilObjSystemFolderGUI\deleteHeaderTitlesObject(), ilObjSkillManagementGUI\deleteNodes(), ilObjSkillTreeGUI\deleteNodes(), ilObjMediaCastGUI\editCastItemObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjStyleSheetGUI\editObject(), ilObjSkillManagementGUI\editSettings(), ilObjSkillTreeGUI\editSkills(), ilObjSkillManagementGUI\editSkillTemplates(), ilObjSkillTreeGUI\editSkillTemplates(), ilObjCategoryGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilContainerReferenceGUI\executeCommand(), ilObjLearningHistorySettingsGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilObjLearningSequenceGUI\forwardByClass(), ilContainerGUI\forwardToPageObject(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), ilObjStyleSheetGUI\getCloneForm(), ilObjStyleSheetGUI\getCreateForm(), ilObjStyleSheetGUI\getImportForm(), ilObjExternalToolsSettingsGUI\getMapsForm(), ilObjLearningResourcesSettingsGUI\getSettingsForm(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjPersonalWorkspaceSettingsGUI\getSettingsForm(), ilObjFolderGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjCategoryGUI\infoScreen(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjPortfolioAdministrationGUI\initAuthorshipForm(), ilObjTaggingSettingsGUI\initForbiddenTagsForm(), ilObjLearningHistorySettingsGUI\initForm(), ilObjCommentsSettingsGUI\initForm(), ilObjNotesSettingsGUI\initForm(), ilObjContentObjectGUI\initMenuForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjSkillTreeGUI\initTreeForm(), ilObjExerciseGUI\listAssignmentsObject(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjContentObjectGUI\proceedDragDrop(), ilObjFileBasedLMGUI\redirectAfterCreation(), ilContainerReferenceGUI\redirectObject(), ilContainerGUI\renderObject(), ilObjSkillTreeGUI\save(), ilObjAccessibilitySettingsGUI\saveAccessibilitySettings(), ilObjSkillManagementGUI\saveAllTemplateTitles(), ilObjSkillTreeGUI\saveAllTemplateTitles(), ilObjSkillManagementGUI\saveAllTitles(), ilObjSkillTreeGUI\saveAllTitles(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjWikiGUI\saveGradingObject(), ilObjSystemFolderGUI\saveHeaderTitlesObject(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjExternalToolsSettingsGUI\saveMapsObject(), ilObjRepositorySettingsGUI\saveModules(), ilObjBlogAdministrationGUI\saveSettings(), ilObjExerciseAdministrationGUI\saveSettings(), ilObjLearningResourcesSettingsGUI\saveSettings(), ilObjMediaCastSettingsGUI\saveSettings(), ilObjPortfolioAdministrationGUI\saveSettings(), ilObjAwarenessAdministrationGUI\saveSettings(), ilObjBadgeAdministrationGUI\saveSettings(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjNewsSettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), ilObjNotesSettingsGUI\saveSettings(), ilObjPersonalWorkspaceSettingsGUI\saveSettings(), ilObjTaggingSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjDashboardSettingsGUI\saveViewSettings(), ilObjSystemFolderGUI\setGeneralSettingsSubTabs(), ilObjSystemFolderGUI\setServerInfoSubTabs(), ilObjWikiGUI\setSettingsSubTabs(), ilObjDashboardSettingsGUI\setSettingsSubTabs(), ilObjSystemFolderGUI\setSystemCheckSubTabs(), ilObjSkillTreeGUI\showLocator(), ilObjSkillTreeGUI\showTree(), ilObjSkillManagementGUI\showTree(), ilObjTaggingSettingsGUI\showUsers(), and ilObjFileBasedLMGUI\toFilesystem().
|
protected |
Definition at line 81 of file class.ilObjectGUI.php.
|
protected |
Definition at line 86 of file class.ilObjectGUI.php.
Referenced by ilObjStudyProgrammeReferenceGUI\__construct(), ilObjObjectFolderGUI\__construct(), ilObjTypeDefinitionGUI\__construct(), ilObjSAHSLearningModuleGUI\__construct(), ilObjSCORMLearningModuleGUI\__construct(), ilObjLearningSequenceAdminGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjForumGUI\__construct(), ilObjIndividualAssessmentGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), __construct(), ilObjChatroomAdminGUI\__construct(), ilObjChatroomGUI\__construct(), ilObjTestGUI\addQuestionObject(), ilObjQuestionPoolGUI\buildCreateQuestionForm(), ilObjQuestionPoolGUI\buildQuestionBrowserTableGUI(), ilObjSystemFolderGUI\changeHeaderTitleObject(), ilObjSurveyQuestionPoolGUI\confirmDeleteExportFileObject(), ilObjLTIConsumerGUI\contentSelectionRequest(), ilObjSurveyQuestionPoolGUI\deleteQuestionsObject(), ilObjTypeDefinitionGUI\displayList(), ilObjTypeDefinitionGUI\editObject(), ilObjSurveyQuestionPoolGUI\exportObject(), ilObjSessionGUI\getAttendanceListUserData(), ilObjLearningSequenceAdminGUI\getForm(), ilObjSystemFolderGUI\getServerStatusInfo(), initDidacticTemplate(), ilObjAssessmentFolderGUI\logAdminObject(), ilObjSessionGUI\materialsObject(), ilObjQuestionPoolGUI\printObject(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjRoleGUI\readRoleProperties(), ilObjTestGUI\removeQuestionsForm(), ilObjContentPageAdministrationGUI\save(), ilObjLearningSequenceAdminGUI\save(), ilObjSkillTreeGUI\save(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilObjLTIConsumerGUI\saveContentSelection(), ilObjMDSettingsGUI\saveEntry(), ilObjSystemFolderGUI\saveHeaderTitleObject(), ilObjNotificationAdminGUI\saveOSDSettings(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), ilObjNotesSettingsGUI\saveSettings(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilObjLanguageExtGUI\statisticsObject(), ilObjMDSettingsGUI\updateEntry(), ilObjLinkResourceGUI\updateLinks(), ilCourseContentGUI\updateManagedTimings(), ilCourseContentGUI\updatePersonalTimings(), and ilObjLanguageExtGUI\viewObject().
|
protected |
Definition at line 73 of file class.ilObjectGUI.php.
Referenced by deleteObject(), and ilObjSurveyQuestionPoolGUI\uploadQuestionsObject().
|
protected |
Definition at line 80 of file class.ilObjectGUI.php.
|
protected |
Definition at line 93 of file class.ilObjectGUI.php.
Referenced by ilObjPortfolioAdministrationGUI\initAuthorshipForm(), ilObjDashboardSettingsGUI\initForm(), ilObjLearningHistorySettingsGUI\initForm(), ilObjCommentsSettingsGUI\initForm(), ilObjNotesSettingsGUI\initForm(), ilObjSkillTreeGUI\initTreeForm(), and setFormAction().
|
protected |
Definition at line 106 of file class.ilObjectGUI.php.
Referenced by ilObjSkillManagementGUI\deleteNodes(), ilObjSkillTreeGUI\deleteNodes(), ilObjCourseGUI\executeCommand(), ilObjGroupGUI\executeCommand(), getHTML(), getRightColumnHTML(), and ilObjSystemFolderGUI\showVcsInformationObject().
|
protected |
Definition at line 87 of file class.ilObjectGUI.php.
Referenced by ilObjContentObjectGUI\__construct(), ilObjStudyProgrammeReferenceGUI\__construct(), ilObjObjectFolderGUI\__construct(), ilObjTypeDefinitionGUI\__construct(), ilObjSAHSLearningModuleGUI\__construct(), ilObjSCORMLearningModuleGUI\__construct(), ilObjLearningSequenceAdminGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjForumGUI\__construct(), ilObjIndividualAssessmentGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), __construct(), ilObjChatroomAdminGUI\__construct(), ilObjChatroomGUI\__construct(), ilObjTestVerificationGUI\__construct(), ilObjLinkResourceGUI\__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(), ilObjStudyProgrammeGUI\_goto(), ilObjLanguageExtGUI\addNewEntryObject(), ilObjRoleGUI\adoptPermObject(), ilObjAuthSettingsGUI\authSettingsObject(), ilObjTestGUI\buildPageViewToolbar(), ilObjSkillManagementGUI\confirmedDelete(), ilObjSkillTreeGUI\confirmedDelete(), ilObjSkillTreeGUI\confirmedDeleteTrees(), ilObjTestGUI\copyQuestionObject(), ilObjSessionGUI\deleteFilesObject(), ilObjSkillManagementGUI\deleteNodes(), ilObjSkillTreeGUI\deleteNodes(), deleteObject(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ilObjTypeDefinitionGUI\displayList(), ilObjTypeDefinitionGUI\editObject(), ilObjEmployeeTalkSeriesGUI\executeCommand(), getCreationFormsHTML(), ilObjLanguageExtGUI\getId(), ilObjLinkResourceGUI\getLinkToListModal(), ilObjTestGUI\getQuestionpoolCreationForm(), ilObjTestGUI\getTargetQuestionpoolForm(), ilObjLearningSequenceGUI\hasAccess(), ilObjLanguageExtGUI\initAddNewEntryForm(), initDidacticTemplate(), ilObjCmiXapiGUI\initMetadata(), ilObjRepositorySettingsGUI\initNewItemGroupForm(), ilObjMediaPoolGUI\insertFromClipboard(), ilObjLearningSequenceGUI\isAccessible(), ilObjSkillManagementGUI\saveAllTemplateTitles(), ilObjSkillTreeGUI\saveAllTemplateTitles(), ilObjSkillManagementGUI\saveAllTitles(), ilObjSkillTreeGUI\saveAllTitles(), ilObjLanguageExtGUI\saveNewEntryObject(), ilObjTestGUI\saveOrderAndObligationsObject(), ilObjFileServicesGUI\saveSettings(), ilObjBibliographicGUI\showDetails(), ilObjWorkspaceFolderGUI\showMoveIntoObjectTree(), and ilObjObjectFolderGUI\viewObject().
|
protected |
Definition at line 76 of file class.ilObjectGUI.php.
Referenced by ilObjTestGUI\executeCommand().
|
protected |
Definition at line 105 of file class.ilObjectGUI.php.
|
protected |
Definition at line 74 of file class.ilObjectGUI.php.
Referenced by ilObjSurveyAdministrationGUI\__construct(), ilObjMediaCastGUI\__construct(), ilObjWikiGUI\__construct(), ilObjExternalToolsSettingsGUI\__construct(), ilObjUserGUI\__construct(), ilObjDashboardSettingsGUI\__construct(), ilObjMediaObjectGUI\__construct(), ilObjContentObjectGUI\__construct(), ilObjFileBasedLMGUI\__construct(), ilObjExerciseGUI\__construct(), ilObjLanguageExtGUI\__construct(), ilObjSAHSLearningModuleGUI\__construct(), ilObjTestGUI\__construct(), ilObjOrgUnitGUI\__construct(), ilObjStudyProgrammeGUI\__construct(), ilObjQuestionPoolGUI\__construct(), ilObjSCORM2004LearningModuleGUI\__construct(), ilObjFolderGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjCourseGUI\_goto(), ilObjSystemFolderGUI\_goto(), ilObjGroupGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjLearningSequenceGUI\_goto(), _gotoRepositoryRoot(), ilObjBadgeAdministrationGUI\activateTypes(), ilObjExerciseGUI\addContentSubTabs(), ilObjTestGUI\addQuestionObject(), ilObjSystemFolderGUI\benchmarkObject(), ilObjSystemFolderGUI\benchmarkSubTabs(), ilObjTestGUI\buildPageViewToolbar(), ilObjQuestionPoolGUI\buildQuestionBrowserTableGUI(), ilObjContentObjectGUI\chapters(), ilObjTestGUI\copyAndLinkToQuestionpoolObject(), ilObjSkillTreeGUI\create(), ilObjTestGUI\createQuestionObject(), ilObjBadgeAdministrationGUI\deactivateTypes(), ilObjSystemFolderGUI\deleteHeaderTitlesObject(), ilObjSkillManagementGUI\deleteNodes(), ilObjSkillTreeGUI\deleteNodes(), ilObjContentObjectGUI\editMenuProperties(), ilObjSkillManagementGUI\editSettings(), ilObjBlogAdministrationGUI\editSettings(), ilObjSkillTreeGUI\editSkills(), ilObjSkillManagementGUI\editSkillTemplates(), ilObjSkillTreeGUI\editSkillTemplates(), ilObjTestGUI\executeCommand(), ilContainerGUI\forwardToPageObject(), ilObjPortfolioAdministrationGUI\getAdminTabs(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), ilObjSkillManagementGUI\getAdminTabs(), ilObjSkillTreeGUI\getAdminTabs(), ilObjMediaCastGUI\getCastItemValues(), ilObjMediaCastSettingsGUI\getForm(), ilObjSystemCheckGUI\getLang(), ilObjExternalToolsSettingsGUI\getMapsForm(), ilObjTestGUI\getQuestionpoolCreationForm(), ilObjSystemFolderGUI\getServerStatusInfo(), ilObjLearningResourcesSettingsGUI\getSettingsForm(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjPersonalWorkspaceSettingsGUI\getSettingsForm(), ilObjAssessmentFolderGUI\getSettingsTemplateConfig(), ilObjCategoryGUI\getTabs(), ilObjFolderGUI\getTabs(), ilObjFileBasedLMGUI\getTabs(), ilObjRootFolderGUI\getTabs(), ilObjAssessmentFolderGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjSAHSLearningModuleGUI\getTemplate(), ilObjDashboardSettingsGUI\getViewSettingsForm(), ilObjFolderGUI\importFileObject(), ilObjWikiGUI\infoScreen(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjPortfolioAdministrationGUI\initAuthorshipForm(), ilObjSystemFolderGUI\initContactInformationForm(), ilObjFolderGUI\initEditForm(), initEditForm(), ilObjPrivacySecurityGUI\initErrorMessages(), ilObjTaggingSettingsGUI\initForbiddenTagsForm(), ilObjDashboardSettingsGUI\initForm(), ilObjLearningHistorySettingsGUI\initForm(), ilObjCommentsSettingsGUI\initForm(), ilObjNotesSettingsGUI\initForm(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjExerciseAdministrationGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjAwarenessAdministrationGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjSystemFolderGUI\initJavaServerForm(), ilObjContentObjectGUI\initMenuForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesForm(), ilObjSystemFolderGUI\initServerInfoForm(), ilObjFileAccessSettingsGUI\initSettingsForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjSkillTreeGUI\initTreeForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjMediaCastGUI\listItemsObject(), ilObjTestGUI\movePageFormObject(), ilObjContentObjectGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilContainerGUI\renderObject(), ilObjSkillTreeGUI\save(), ilObjAccessibilitySettingsGUI\saveAccessibilitySettings(), ilObjSkillManagementGUI\saveAllTemplateTitles(), ilObjSkillTreeGUI\saveAllTemplateTitles(), ilObjSkillManagementGUI\saveAllTitles(), ilObjSkillTreeGUI\saveAllTitles(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjWikiGUI\saveGradingObject(), ilObjSystemFolderGUI\saveHeaderTitlesObject(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjRepositorySettingsGUI\saveModules(), ilObjWikiGUI\saveObject(), ilObjContentObjectGUI\saveProperties(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), ilObjNotesSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjDashboardSettingsGUI\saveViewSettings(), ilObjSAHSLearningModuleGUI\setSettingsSubTabs(), ilObjWikiGUI\setSettingsSubTabs(), ilObjDashboardSettingsGUI\setSettingsSubTabs(), ilObjSCORMLearningModuleGUI\setSubTabs(), ilObjFolderGUI\setSubTabs(), ilObjRootFolderGUI\setTitleAndDescription(), ilContainerGUI\showAdministrationPanel(), ilContainerGUI\showLinkListObject(), ilObjFileAccessSettingsGUI\showPreviewRenderers(), ilObjSkillTreeGUI\showTree(), ilObjSkillManagementGUI\showTree(), and ilObjTaggingSettingsGUI\showUsers().
|
protected |
Definition at line 60 of file class.ilObjectGUI.php.
Referenced by ilObjFileBasedLMGUI\addLocatorItems(), ilObjSurveyQuestionPoolGUI\addLocatorItems(), ilObjWikiGUI\addLocatorItems(), ilContainerReferenceGUI\addLocatorItems(), and setLocator().
|
protected |
Definition at line 92 of file class.ilObjectGUI.php.
|
protected |
Definition at line 57 of file class.ilObjectGUI.php.
|
protected |
Definition at line 69 of file class.ilObjectGUI.php.
|
protected |
Definition at line 91 of file class.ilObjectGUI.php.
Referenced by ilObjMediaPoolGUI\addLocatorItems(), ilObjBibliographicGUI\addNews(), ilObjMediaPoolGUI\confirmRemove(), ilObjMediaPoolGUI\copyToClipboard(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilObjStudyProgrammeGUI\deliverCertificateObject(), ilObjGroupGUI\executeCommand(), getCenterColumnHTML(), ilContainerReferenceGUI\getId(), ilObjDataCollectionGUI\getObjectId(), getRightColumnHTML(), ilObjLanguageFolderGUI\installLocalObject(), ilObjLanguageFolderGUI\installObject(), ilObjAssessmentFolderGUI\logAdminObject(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjMediaPoolGUI\remove(), ilObjTypeDefinitionGUI\saveObject(), ilObjLanguageFolderGUI\setSystemLanguageObject(), ilObjLanguageFolderGUI\setUserLanguageObject(), ilCourseContentGUI\showStartObjects(), and ilObjLanguageFolderGUI\uninstallObject().
|
protected |
Definition at line 84 of file class.ilObjectGUI.php.
Referenced by ilObjTestGUI\applyTemplate(), ilObject2GUI\deleteConfirmedObjects(), ilObjMediaPoolGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjAssessmentFolderGUI\getAssessmentFolder(), getObject(), and ilObjCmiXapiGUI\initMetadata().
|
protected |
Definition at line 68 of file class.ilObjectGUI.php.
Referenced by getObjectService(), ilObjSurveyQuestionPoolGUI\initEditForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSCORMLearningModuleGUI\initPropertiesForm(), ilObjWikiGUI\initSettingsForm(), ilObjContentObjectGUI\saveProperties(), ilObjSCORMLearningModuleGUI\saveProperties(), ilObjSurveyQuestionPoolGUI\savePropertiesObject(), and ilObjWikiGUI\saveSettingsObject().
|
protected |
Definition at line 98 of file class.ilObjectGUI.php.
|
protected |
Definition at line 77 of file class.ilObjectGUI.php.
|
protected |
Definition at line 89 of file class.ilObjectGUI.php.
Referenced by ilObjStudyProgrammeReferenceGUI\__construct(), ilObjLearningSequenceAdminGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjIndividualAssessmentGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), and __construct().
|
protected |
Definition at line 65 of file class.ilObjectGUI.php.
|
protected |
Definition at line 67 of file class.ilObjectGUI.php.
Referenced by ilObjSessionGUI\getDefaultMemberRole(), and ilObjSessionGUI\getLocalRoles().
|
protected |
Definition at line 66 of file class.ilObjectGUI.php.
Referenced by ilObjLearningResourcesSettingsGUI\getAdminTabs(), ilObjMediaCastSettingsGUI\getAdminTabs(), and ilObjNewsSettingsGUI\getAdminTabs().
|
protected |
Definition at line 90 of file class.ilObjectGUI.php.
Referenced by ilObjStyleSheetGUI\__construct(), ilObjUserGUI\__construct(), ilObjRoleTemplateGUI\__construct(), ilObjForumGUI\__construct(), __construct(), ilObjStudyProgrammeGUI\__construct(), ilObjChatroomGUI\_goto(), ilObjChatroomAdminGUI\_goto(), ilObjStudyProgrammeAdminGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjOrgUnitGUI\_goto(), ilObjItemGroupGUI\_goto(), ilObjPollGUI\_goto(), ilObjWikiGUI\_goto(), _gotoRepositoryNode(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjIndividualAssessmentGUI\addToNavigationHistory(), ilObjStudyProgrammeGUI\addToNavigationHistory(), ilObjLearningSequenceGUI\checkLPAccess(), checkPermission(), checkPermissionBool(), ilObjLTIConsumerGUI\contentSelectionRequest(), ilObjLTIConsumerGUI\contentSelectionResponse(), ilObjTestGUI\createQuestionPoolAndCopyObject(), ilObjTypeDefinitionGUI\displayList(), ilObjTypeDefinitionGUI\editObject(), ilObjGroupGUI\executeCommand(), getRefId(), ilObjItemGroupGUI\gotoParent(), ilObject2GUI\isVisible(), isVisible(), ilObjAssessmentFolderGUI\logAdminObject(), ilObjQuestionPoolGUI\questionsObject(), ilObjOrgUnitGUI\redirectToRefId(), redirectToRefId(), ilObjTypeDefinitionGUI\saveObject(), ilObjOrgUnitGUI\setContentSubTabs(), ilOrgUnitExtensionGUI\setLocator(), ilObject2GUI\setLocator(), setLocator(), ilContainerGUI\showAdministrationPanel(), ilCourseContentGUI\showStartObjects(), ilCourseContentGUI\updateManagedTimings(), and ilCourseContentGUI\updatePersonalTimings().
|
protected |
Definition at line 79 of file class.ilObjectGUI.php.
|
protected |
Definition at line 59 of file class.ilObjectGUI.php.
Referenced by ilObjCmiXapiGUI\_goto(), ilObjLearningSequenceGUI\_goto(), ilObjMailGUI\_goto(), ilObjCmiXapiGUI\debug(), ilObjSkillTreeGUI\save(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), ilObjNotesSettingsGUI\saveSettings(), and ilObjDashboardSettingsGUI\saveViewSettings().
|
protected |
Definition at line 78 of file class.ilObjectGUI.php.
|
protected |
Definition at line 103 of file class.ilObjectGUI.php.
|
protected |
Definition at line 102 of file class.ilObjectGUI.php.
Referenced by putObjectInTree().
|
protected |
Definition at line 104 of file class.ilObjectGUI.php.
Referenced by createObject(), and importFileObject().
|
protected |
Definition at line 101 of file class.ilObjectGUI.php.
Referenced by __construct(), checkPermissionBool(), ilObjMediaCastGUI\getFeedLink(), importFileObject(), putObjectInTree(), setLocator(), and ilContainerGUI\showAdministrationPanel().
|
private |
Definition at line 82 of file class.ilObjectGUI.php.
|
protected |
Definition at line 94 of file class.ilObjectGUI.php.
|
protected |
Definition at line 63 of file class.ilObjectGUI.php.
Referenced by ilObjMediaCastGUI\__construct(), ilObjHelpSettingsGUI\activateModule(), ilObjPortfolioAdministrationGUI\addToExternalSettingsForm(), ilObjRepositorySettingsGUI\addToExternalSettingsForm(), ilObjCategoryGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), ilObjStudyProgrammeGUI\afterSave(), ilObjWikiGUI\afterSave(), ilObjSystemFolderGUI\benchmarkObject(), ilObjSystemFolderGUI\checkObject(), ilObjHelpSettingsGUI\deactivateModule(), ilObjHelpSettingsGUI\editSettings(), ilObjBlogAdministrationGUI\editSettings(), ilObjECSSettingsGUI\executeCommand(), ilContainerGUI\getContainerPageHTML(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjPersonalWorkspaceSettingsGUI\getSettingsForm(), ilObjSystemFolderGUI\initContactInformationForm(), ilObjRepositorySettingsGUI\initCustomIconsForm(), ilObjCourseGUI\initEditForm(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjSystemFolderGUI\initJavaServerForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSystemFolderGUI\initServerInfoForm(), ilObjRepositorySettingsGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjSCORM2004LearningModuleGUI\properties(), ilContainerGUI\renderObject(), ilObjContentPageAdministrationGUI\save(), ilObjLearningSequenceAdminGUI\save(), ilObjSearchSettingsGUI\saveAdvancedLuceneSettingsObject(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjSystemFolderGUI\saveCheckCronObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjRepositorySettingsGUI\saveCustomIcons(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjRepositorySettingsGUI\saveModules(), ilObjRepositorySettingsGUI\saveNewItemGroupOrder(), ilObjNotificationAdminGUI\saveOSDSettings(), ilObjContentObjectGUI\saveProperties(), ilObjSCORM2004LearningModuleGUI\saveProperties(), ilObjPortfolioAdministrationGUI\saveSettings(), ilObjNewsSettingsGUI\saveSettings(), ilObjPersonalWorkspaceSettingsGUI\saveSettings(), ilObjRepositorySettingsGUI\saveSettings(), ilObjTaggingSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjHelpSettingsGUI\setMode(), ilObjNotificationAdminGUI\showOSDSettings(), ilObjCourseGUI\updateObject(), and ilObjEmployeeTalkGUI\validateCustom().
|
protected |
Definition at line 97 of file class.ilObjectGUI.php.
Referenced by ilObjSystemCheckGUI\initFormTrash(), and showPossibleSubObjects().
|
protected |
Definition at line 75 of file class.ilObjectGUI.php.
Referenced by ilObjPortfolioAdministrationGUI\getAdminTabs(), ilObjBibliographicAdminGUI\getTabsGui(), ilObjDashboardSettingsGUI\setSettingsSubTabs(), and ilObjBibliographicAdminGUI\setTabsGui().
|
protected |
Definition at line 95 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\getTargetFrame(), ilObject2GUI\setTargetFrame(), and setTargetFrame().
|
protected |
Definition at line 96 of file class.ilObjectGUI.php.
|
protected |
Definition at line 64 of file class.ilObjectGUI.php.
Referenced by ilObjCmiXapiAdministrationGUI\buildLrsTypesToolbarGUI(), ilObjSkillManagementGUI\deleteNodes(), ilObjSkillTreeGUI\deleteNodes(), ilObjMediaCastGUI\editCastItemObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjSurveyQuestionPoolGUI\exportObject(), ilObjTestGUI\infoScreen(), ilObjBadgeAdministrationGUI\listImageTemplates(), ilObjMediaCastGUI\listItemsObject(), ilObjRepositorySettingsGUI\listNewItemGroups(), ilObjCategoryGUI\listUsersObject(), ilObjTestGUI\populateQuestionBrowserToolbarButtons(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilContainerGUI\renderObject(), ilContainerGUI\showAdministrationPanel(), ilObjFileBasedLMGUI\showInfoScreen(), ilObjCmiXapiAdministrationGUI\showLrsTypesListCmd(), and ilObjTaggingSettingsGUI\showUsers().
|
protected |
Definition at line 70 of file class.ilObjectGUI.php.
Referenced by ilObjMediaCastGUI\addCastItemObject(), ilObjIndividualAssessmentGUI\addMemberDataToInfo(), ilObjLanguageExtGUI\addNewEntryObject(), ilObjTestGUI\addQuestionObject(), ilObjSystemFolderGUI\benchmarkObject(), ilObjStyleSheetGUI\createObject(), ilObjSkillManagementGUI\deleteNodes(), ilObjSkillTreeGUI\deleteNodes(), ilObjMediaCastGUI\editCastItemObject(), ilObjPortfolioAdministrationGUI\editDeclarationOfAuthorship(), ilObjTaggingSettingsGUI\editForbiddenTags(), ilObjExternalToolsSettingsGUI\editMapsObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjWikiGUI\editSettingsObject(), ilObjSkillTreeGUI\editSkills(), ilObjSkillManagementGUI\editSkillTemplates(), ilObjSkillTreeGUI\editSkillTemplates(), ilObjLearningSequenceGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilContainerGUI\executeCommand(), getDidacticTemplateVar(), ilObjContentObjectGUI\importFileObject(), ilObjSurveyQuestionPoolGUI\importFileObject(), ilObjSurveyQuestionPoolGUI\importQuestionsObject(), ilObjStyleSheetGUI\includeCSS(), ilObjCourseGUI\infoScreen(), ilObjWikiGUI\listContributorsObject(), ilObjMediaCastGUI\listItemsObject(), ilObjTestGUI\movePageFormObject(), ilObjFileBasedLMGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjStyleSheetGUI\propertiesObject(), ilObjSkillTreeGUI\save(), ilObjAccessibilitySettingsGUI\saveAccessibilitySettings(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjWikiGUI\saveObject(), ilObjFileBasedLMGUI\saveProperties(), setLocator(), ilObjAdvancedEditingGUI\settingsObject(), ilObjSystemFolderGUI\showBasicSettingsObject(), ilObjSystemFolderGUI\showContactInformationObject(), ilObjSystemFolderGUI\showDbBenchResults(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilObjSystemFolderGUI\showJavaServerObject(), ilContainerGUI\showLinkListObject(), ilContainerGUI\showPermanentLink(), ilObjFileAccessSettingsGUI\showPreviewRenderers(), ilObjSkillTreeGUI\showTree(), ilObjSkillManagementGUI\showTree(), ilObjTaggingSettingsGUI\showUsers(), ilObjSurveyQuestionPoolGUI\uploadQuestionsObject(), and ilObjLanguageExtGUI\viewObject().
|
protected |
Definition at line 71 of file class.ilObjectGUI.php.
Referenced by ilObjTestGUI\__construct(), ilObject2GUI\__construct(), ilObjItemGroupGUI\_goto(), ilObjPollGUI\_goto(), ilObjMediaPoolGUI\addLocatorItems(), ilObjMediaPoolGUI\afterConstructor(), ilObjCategoryGUI\afterSave(), ilObjSkillTreeGUI\confirmedDeleteTrees(), ilObjTestGUI\createQuestionPool(), ilObjMediaPoolGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjFolderGUI\forwardToTimingsView(), ilObjCategoryGUI\getTaxonomiesForRefId(), ilObjItemGroupGUI\gotoParent(), isVisible(), ilObjItemGroupGUI\listMaterials(), ilObjFolderGUI\modifyItemGUI(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjCmiXapiVerificationGUI\render(), ilObjLTIConsumerVerificationGUI\render(), ilObjCourseVerificationGUI\render(), ilObjSCORMVerificationGUI\render(), ilObjTestVerificationGUI\render(), ilObjMediaPoolGUI\returnFromItem(), ilObjBlogGUI\setSettingsSubTabs(), ilObjItemGroupGUI\setTabs(), ilContainerGUI\showLinkListObject(), ilObjWorkspaceFolderGUI\showMoveIntoObjectTree(), and ilOrgUnitExtensionGUI\showTree().
|
protected |
Definition at line 99 of file class.ilObjectGUI.php.
Referenced by ilObjBadgeAdministrationGUI\activateTypes(), checkPermission(), checkPermissionBool(), ilObjTestGUI\copyAndLinkToQuestionpoolObject(), fillCloneTemplate(), ilObjLearningSequenceGUI\getAdditionalWhitelistTypes(), getDidacticTemplateVar(), ilObjExternalToolsSettingsGUI\getMapsForm(), ilObjMDSettingsGUI\getType(), initDidacticTemplate(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjContentObjectGUI\initMenuForm(), ilObjChatroomGUI\insertObject(), isVisible(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjQuestionPoolGUI\questionObject(), ilContainerGUI\showLinkListObject(), ilCourseContentGUI\showStartObjects(), and ilObjQuestionPoolGUI\uploadQplObject().
|
protected |
Definition at line 61 of file class.ilObjectGUI.php.
Referenced by ilObjCategoryGUI\checkGlobalRoles(), ilObjSystemFolderGUI\checkObject(), ilObjSurveyQuestionPoolGUI\createQuestionObject(), ilObjRoleGUI\deassignUserObject(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ilObjCategoryGUI\deleteUsersObject(), ilObjCourseReferenceGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjCategoryGUI\getAssignableRoles(), ilContainerGUI\getContainerPageHTML(), ilObjExerciseGUI\getEditFormCustomValues(), ilObjMailGUI\getExternalSettingsForm(), ilObjContentObjectGUI\getPropertiesFormValues(), ilObjSurveyGUI\getTabs(), ilObjWikiGUI\infoScreen(), ilObjEmployeeTalkSeriesGUI\initCreateForm(), ilObjUserTrackingGUI\initSettingsForm(), ilObjCategoryGUI\listUsersObject(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilContainerGUI\renderObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjContentObjectGUI\saveProperties(), ilObjFileBasedLMGUI\showLearningModule(), ilObjSCORM2004LearningModuleGUI\showTrackingItems(), ilObjSCORMLearningModuleGUI\showTrackingItems(), ilObjSkillTreeGUI\showTree(), ilObjSkillManagementGUI\showTree(), ilObjExerciseGUI\updateCustom(), ilObjCategoryGUI\updateObject(), and ilObjSystemFolderGUI\writeCheckParams().
| const ilObjectGUI::ADMIN_MODE_NONE = "" |
Definition at line 49 of file class.ilObjectGUI.php.
| const ilObjectGUI::ADMIN_MODE_REPOSITORY = "repository" |
Definition at line 51 of file class.ilObjectGUI.php.
| const ilObjectGUI::ADMIN_MODE_SETTINGS = "settings" |
Definition at line 50 of file class.ilObjectGUI.php.
| const ilObjectGUI::ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
Definition at line 38 of file class.ilObjectGUI.php.
Referenced by ilObjectOwnershipManagementTableGUI\fillRow(), ilObjTestGUI\infoScreen(), ilObjTestGUI\printobject(), ilObjLTIConsumer\registerClient(), ilObjTestGUI\reviewobject(), ilObjectListGUI\setDescription(), and ilObjectListGUI\setTitle().
| const ilObjectGUI::CFORM_CLONE = 3 |
Definition at line 56 of file class.ilObjectGUI.php.
Referenced by ilObjectPluginGUI\getCreationFormTitle(), ilObjLTIConsumerGUI\initCreationForms(), ilObjSAHSLearningModuleGUI\initCreationForms(), and ilObjectPluginGUI\initCreationForms().
| const ilObjectGUI::CFORM_IMPORT = 2 |
Definition at line 55 of file class.ilObjectGUI.php.
Referenced by ilObjectPluginGUI\getCreationFormTitle(), ilObjSAHSLearningModuleGUI\initCreationForms(), and ilObjectPluginGUI\initCreationForms().
| const ilObjectGUI::CFORM_NEW = 1 |
Definition at line 54 of file class.ilObjectGUI.php.
Referenced by ilObjectPluginGUI\getCreationFormTitle(), ilObjBibliographicGUI\initCreationForms(), ilObjChatroomGUI\initCreationForms(), ilObjectPluginGUI\initCreationForms(), and ilObjBibliographicGUI\save().
| const ilObjectGUI::UPLOAD_TYPE_LOCAL = 1 |
Definition at line 52 of file class.ilObjectGUI.php.
Referenced by importFileObject().
| const ilObjectGUI::UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
Definition at line 53 of file class.ilObjectGUI.php.