|
ILIAS
Release_4_2_x_branch Revision 61807
|
Class ilObjectGUI Basic methods of all Output classes. More...
Inheritance diagram for ilObjectGUI:
Collaboration diagram for ilObjectGUI:Public Member Functions | |
| ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor public. | |
| & | executeCommand () |
| execute command | |
| withReferences () | |
| determines wether objects are referenced or not (got ref ids or not) | |
| setCreationMode ($a_mode=true) | |
| if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui | |
| getCreationMode () | |
| get creation mode | |
| getAdminTabs (&$tabs_gui) | |
| administration tabs show only permissions and trash folder | |
| getHTML () | |
| undeleteObject () | |
| Get objects back from trash. | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled | |
| cancelDeleteObject () | |
| cancel deletion of object | |
| removeFromSystemObject () | |
| remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method | |
| cancelObject ($in_rep=false) | |
| cancel action and go back to previous page public | |
| createObject () | |
| create new object form | |
| cancelCreation () | |
| cancel create action and go back to repository parent | |
| saveObject () | |
| save object | |
| editObject () | |
| edit object | |
| updateObject () | |
| updates object entry in object_data | |
| getFormAction ($a_cmd, $a_formaction="") | |
| get form action for command (command is method name without "Object", e.g. | |
| isVisible ($a_ref_id, $a_type) | |
| viewObject () | |
| list childs of current object | |
| deleteObject ($a_error=false) | |
| Display deletion confirmation screen. | |
| trashObject () | |
| Show trash content of object. | |
| getTemplateFile ($a_cmd, $a_type="") | |
| get a template blockfile format: tpl. | |
| cloneAllObject () | |
| Clone single (not container object) Method is overwritten in ilContainerGUI. | |
| copyWizardHasOptions ($a_mode) | |
| Check if there is any modules specific option. | |
Data Fields | |
| const | COPY_WIZARD_NEEDS_PAGE = 1 |
| $ilias | |
| $objDefinition | |
| $tpl | |
| $tree | |
| $lng | |
| $data | |
| $object | |
| $ref_id | |
| $obj_id | |
| $maxcount | |
| $formaction | |
| $return_location | |
| $target_frame | |
| $tab_target_script | |
| $actions | |
| $sub_objects | |
| $omit_locator = false | |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
Protected Member Functions | |
| assignObject () | |
| prepareOutput () | |
| prepare output | |
| setTitleAndDescription () | |
| called by prepare output | |
| initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
| Add header action menu. | |
| insertHeaderAction ($a_list_gui) | |
| Insert header action into main template. | |
| addHeaderAction () | |
| Add header action menu. | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. | |
| showUpperIcon () | |
| setTabs () | |
| set admin tabs public | |
| setAdminTabs () | |
| set admin tabs public | |
| setLocator () | |
| set Locator | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| omitLocator ($a_omit=true) | |
| addAdminLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| initCreationForms ($a_new_type) | |
| Init creation froms. | |
| getCreationFormsHTML (array $a_forms) | |
| Get HTML for creation forms (accordion) | |
| initCreateForm ($a_new_type) | |
| Init object creation form. | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| Show didactic template types. | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. | |
| getDidacticTemplateVar ($a_type) | |
| Get didactic template setting from creation screen. | |
| putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
| Add object to tree at given position. | |
| afterSave (ilObject $a_new_object) | |
| Post (successful) object creation hook. | |
| initEditForm () | |
| Init object edit form. | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. | |
| getEditFormValues () | |
| Get values for edit form. | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. | |
| updateCustom (ilPropertyFormGUI $a_form) | |
| Insert custom update form values into object. | |
| afterUpdate () | |
| Post (successful) object update hook. | |
| initImportForm ($a_new_type) | |
| Init object import form. | |
| importFileObject ($parent_id=null) | |
| Import. | |
| afterImport (ilObject $a_new_object) | |
| Post (successful) object import hook. | |
| setFormAction ($a_cmd, $a_formaction) | |
| set specific form action for command | |
| getReturnLocation ($a_cmd, $a_location="") | |
| get return location for command (command is method name without "Object", e.g. | |
| setReturnLocation ($a_cmd, $a_location) | |
| set specific return location for command | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. | |
| setTargetFrame ($a_cmd, $a_target_frame) | |
| set specific target frame for command | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) | |
| getTitlesByRefId ($a_ref_ids) | |
| get Titles of objects this method is used for error messages in methods cut/copy/paste | |
| getTabs (&$tabs_gui) | |
| get tabs abstract method. | |
| __showButton ($a_cmd, $a_text, $a_target= '') | |
| hitsperpageObject () | |
| & | __initTableGUI () |
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table | |
| __showClipboardTable ($a_result_set, $a_from="") | |
| redirectToRefId ($a_ref_id, $a_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 $_GET["ref_id"] value | |
| fillCloneTemplate ($a_tpl_varname, $a_type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. | |
| getCenterColumnHTML () | |
| Get center column. | |
| getRightColumnHTML () | |
| Display right column. | |
| setColumnSettings ($column_gui) | |
| May be overwritten in subclasses. | |
| checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission and redirect on error. | |
| checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission. | |
Private Member Functions | |
| showMountWebfolderIcon () | |
| setActions ($a_actions="") | |
| set possible actions for objects in list. | |
| setSubObjects ($a_sub_objects="") | |
| set possible subobjects for this object. | |
Class ilObjectGUI Basic methods of all Output classes.
Definition at line 13 of file class.ilObjectGUI.php.
|
protected |
Reimplemented in ilObjCourseGUI, ilObjUserGUI, ilObjUserFolderGUI, ilObjRoleGUI, ilObjCategoryGUI, ilObject2GUI, and ilObjiLincCourseGUI.
Definition at line 1692 of file class.ilObjectGUI.php.
Referenced by __showClipboardTable().
Here is the caller graph for this function:
|
protected |
standard implementation for tables use 'from' variable use different initial setting of table
Reimplemented in ilObjCourseGUI, ilObjUserGUI, ilObjUserFolderGUI, ilObjRoleGUI, and ilObjiLincCourseGUI.
Definition at line 1704 of file class.ilObjectGUI.php.
References $_GET.
Referenced by __showClipboardTable().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilCourseObjectivePresentationGUI.
Definition at line 1678 of file class.ilObjectGUI.php.
Referenced by ilObjRoleGUI\__showAssignedUsersTable(), ilObjSessionGUI\eventsListObject(), ilObjRoleGUI\listDesktopItemsObject(), ilObjiLincCourseGUI\listUsersGroupObject(), ilObjRoleGUI\listUsersGroupObject(), ilObjiLincCourseGUI\listUsersRoleObject(), ilObjRoleGUI\listUsersRoleObject(), ilObjiLincCourseGUI\searchObject(), ilObjRoleGUI\searchObject(), and ilObjRoleGUI\selectDesktopItemObject().
Here is the caller graph for this function:
|
protected |
Definition at line 1730 of file class.ilObjectGUI.php.
References $_GET, $ilCtrl, $tpl, __initTableGUI(), __setTableGUIBasicData(), and ilUtil\getImagePath().
Referenced by ilContainerGUI\clipboardObject().
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 ilObjUserGUI, ilObjRoleGUI, ilObjStyleSheetGUI, ilObjLanguageExtGUI, ilObjRoleTemplateGUI, and ilObject2GUI.
Definition at line 652 of file class.ilObjectGUI.php.
References $_GET, and ilFrameTargetInfo\_getFrame().
Referenced by prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add custom templates.
| array | $a_options |
Reimplemented in ilObjTestGUI, and ilObjSurveyGUI.
Definition at line 954 of file class.ilObjectGUI.php.
Referenced by initDidacticTemplate().
Here is the caller graph for this function:
|
protected |
Add header action menu.
Definition at line 404 of file class.ilObjectGUI.php.
References initHeaderAction(), and insertHeaderAction().
Referenced by ilObjBlogGUI\addHeaderAction(), ilObjFileGUI\executeCommand(), ilObjBookingPoolGUI\executeCommand(), ilObjLinkResourceGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjWorkspaceFolderGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjForumGUI\executeCommand(), ilObjBlogGUI\executeCommand(), and ilObjCourseGUI\executeCommand().
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 ilObjCourseGUI, ilObjTestGUI, ilObjSurveyGUI, ilObjForumGUI, ilObjSessionGUI, ilObjExerciseGUI, ilObjQuestionPoolGUI, ilObjMediaCastGUI, ilObjBookingPoolGUI, ilObjMediaPoolGUI, ilObjFileBasedLMGUI, ilObjFileGUI, ilObjSAHSLearningModuleGUI, ilObjSurveyQuestionPoolGUI, ilObjWikiGUI, ilObject2GUI, ilObjChatroomGUI, ilObjectPluginGUI, and ilObjNotificationAdminGUI.
Definition at line 639 of file class.ilObjectGUI.php.
Referenced by setLocator().
Here is the caller graph for this function:
|
protected |
Post (successful) object import hook.
| ilObject | $a_new_object |
Reimplemented in ilObjCourseGUI.
Definition at line 1339 of file class.ilObjectGUI.php.
References ilUtil\sendSuccess().
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.
| ilObject | $a_new_object |
Reimplemented in ilObjCourseGUI, ilObjContentObjectGUI, ilObjForumGUI, ilObjQuestionPoolGUI, ilObjExerciseGUI, ilObjTestGUI, ilObjSurveyQuestionPoolGUI, ilObjCategoryGUI, ilObjSurveyGUI, ilObjiLincCourseGUI, ilObjLinkResourceGUI, ilContainerReferenceGUI, ilObjBookingPoolGUI, and ilObjBlogGUI.
Definition at line 1083 of file class.ilObjectGUI.php.
References ilUtil\sendSuccess().
Referenced by ilObjExerciseVerificationGUI\save(), ilObjTestVerificationGUI\save(), 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 ilObjExternalFeedGUI, and ilContainerGUI.
Definition at line 1227 of file class.ilObjectGUI.php.
References ilUtil\sendSuccess().
Referenced by updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjSCORM2004LearningModuleGUI, ilObject2GUI, ilObjGlossaryGUI, ilObjMediaObjectGUI, ilObjLanguageExtGUI, ilObjiLincClassroomGUI, ilObjAICCLearningModuleGUI, ilObjDlBookGUI, ilObjHACPLearningModuleGUI, ilObjSCORMLearningModuleGUI, and ilObjLearningModuleGUI.
Definition at line 218 of file class.ilObjectGUI.php.
References ilObjectFactory\getInstanceByObjId(), and ilObjectFactory\getInstanceByRefId().
Referenced by ilObjectGUI().
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 962 of file class.ilObjectGUI.php.
References $_GET, and ilUtil\redirect().
Here is the call graph for this function:| ilObjectGUI::cancelDeleteObject | ( | ) |
cancel deletion of object
public
Reimplemented in ilObjStyleSheetGUI, and ilObjStyleSettingsGUI.
Definition at line 713 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\cancelDelete().
Here is the caller graph for this function:| ilObjectGUI::cancelObject | ( | $in_rep = false | ) |
cancel action and go back to previous page public
Reimplemented in ilObjContentObjectGUI, ilObjGlossaryGUI, ilObjForumGUI, ilObjTestGUI, ilObjFileBasedLMGUI, ilObjSAHSLearningModuleGUI, ilObjQuestionPoolGUI, and ilObjSurveyGUI.
Definition at line 739 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\cancel(), and ilObjGroupGUI\unsubscribeObject().
Here is the caller graph for this function:
|
protected |
Check permission and redirect on error.
| string | $a_perm | |
| string | $a_cmd | |
| string | $a_type | |
| int | $a_ref_id |
Definition at line 1993 of file class.ilObjectGUI.php.
References $_GET, $_SESSION, ilObject\_lookupType(), checkPermissionBool(), ilUtil\redirect(), and ilUtil\sendFailure().
Referenced by ilObjCategoryGUI\__checkGlobalRoles(), ilObjCategoryGUI\__showRolesTable(), ilObjCategoryGUI\__showUsersTable(), ilObjExerciseGUI\addAssignmentObject(), ilObjMediaCastGUI\addCastItemObject(), ilObjWikiGUI\addImportantPageObject(), ilObjExerciseGUI\addMembersObject(), ilObjCourseGUI\addStarterObject(), ilObjWikiGUI\allPagesObject(), ilObjCourseGUI\askDeleteStarterObject(), ilObjGroupGUI\assignFromWaitingListObject(), ilObjCourseGUI\assignFromWaitingListObject(), ilObjCourseGUI\assignMembersObject(), ilObjCategoryGUI\assignRolesObject(), ilObjCategoryGUI\assignSaveObject(), ilObjGroupGUI\assignSubscribersObject(), ilObjCourseGUI\assignSubscribersObject(), ilObjSessionGUI\attendanceListObject(), ilObjCourseGUI\autoFillObject(), ilObjExerciseGUI\confirmAssignmentsDeletionObject(), ilObjExerciseGUI\confirmDeassignMembersObject(), ilObjExerciseGUI\confirmDeleteDeliveredObject(), ilObjGroupGUI\confirmDeleteMembersObject(), ilObjMediaCastGUI\confirmDeletionItemsObject(), ilObjExerciseGUI\createBlogObject(), ilObjExerciseGUI\createPortfolioObject(), ilObjExerciseGUI\deassignMembersObject(), ilObjExerciseGUI\deleteAssignmentsObject(), ilObjExerciseGUI\deleteDeliveredObject(), ilObjMediaCastGUI\deleteItemsObject(), ilObjGroupGUI\deleteMembersObject(), ilObjCourseGUI\deleteMembersObject(), ilObjCourseGUI\deleteStarterObject(), ilObjCourseGUI\deleteSubscribers(), ilObjCategoryGUI\deleteUsersObject(), ilObjExerciseGUI\deliverFileObject(), ilObjExerciseGUI\deliverUnzipObject(), ilObjExerciseGUI\downloadAllObject(), ilObjCourseGUI\downloadArchivesObject(), ilObjExerciseGUI\downloadFeedbackFileObject(), ilObjExerciseGUI\downloadFileObject(), ilObjMediaCastGUI\downloadItemObject(), ilObjExerciseGUI\downloadNewReturnedObject(), ilObjExerciseGUI\downloadObject(), ilObjExerciseGUI\downloadReturnedObject(), ilObjExerciseGUI\editAssignmentObject(), ilObjMediaCastGUI\editCastItemObject(), ilObjCourseGUI\editCourseIconsObject(), ilObjGroupGUI\editGroupIconsObject(), ilObjWikiGUI\editImportantPagesObject(), ilObjCategoryGUI\editInfoObject(), ilObjCourseGUI\editInfoObject(), ilObjGroupGUI\editInfoObject(), ilObjGroupGUI\editMembersObject(), ilObjCourseGUI\editMembersObject(), ilObjGroupGUI\editObject(), ilObjMediaObjectsSettingsGUI\editSettings(), ilObjWikiGUI\editSettingsObject(), ilObjMediaCastGUI\editSettingsObject(), ilObjWikiGUI\editStylePropertiesObject(), ilContainerGUI\editStylePropertiesObject(), ilObjGroupGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjExerciseGUI\exportExcelObject(), ilContainerGUI\forwardToPageObject(), ilObjCourseGUI\infoScreen(), ilObjSessionGUI\infoScreen(), ilObjExerciseGUI\infoScreen(), ilObjWikiGUI\infoScreenObject(), ilObjMediaCastGUI\infoScreenObject(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjSessionGUI\joinObject(), ilObjGroupGUI\leaveObject(), ilObjCourseGUI\leaveObject(), ilObjExerciseGUI\listAssignmentsObject(), ilObjWikiGUI\listContributorsObject(), ilObjMediaCastGUI\listItemsObject(), ilObjExerciseGUI\listPublicSubmissionsObject(), ilObjCourseGUI\listStructureObject(), ilObjExerciseGUI\membersObject(), ilObjSessionGUI\membersObject(), ilObjGroupGUI\membersObject(), ilObjCourseGUI\membersObject(), ilObjWikiGUI\newPagesObject(), ilObjExerciseGUI\orderAssignmentsByDeadlineObject(), ilObjWikiGUI\orphanedPagesObject(), ilObjCategoryGUI\performDeleteUsersObject(), ilObjCourseGUI\performRemoveFromWaitingListObject(), ilObjWikiGUI\performSearchObject(), ilObjCourseGUI\performUnsubscribeObject(), ilObjWikiGUI\popularPagesObject(), ilObjSessionGUI\printAttendanceListObject(), ilObjCourseGUI\printMembersObject(), ilObjWikiGUI\printViewObject(), ilObjWikiGUI\randomPageObject(), ilObjWikiGUI\recentChangesObject(), ilObjExerciseGUI\redirectFeedbackMailObject(), ilObjGroupGUI\refuseFromListObject(), ilObjCourseGUI\refuseFromListObject(), ilObjGroupGUI\refuseSubscribersObject(), ilObjCourseGUI\refuseSubscribersObject(), ilObjCourseGUI\removeFromWaitingList(), ilObjWikiGUI\removeImportantPagesObject(), ilObjCourseGUI\removeMembersObject(), ilObjExerciseGUI\saveAssignmentObject(), ilObjExerciseGUI\saveAssignmentOrderObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjExerciseGUI\saveCommentsObject(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjExerciseGUI\saveGradesObject(), ilObjWikiGUI\saveGradingObject(), ilObjWikiGUI\saveOrderingAndIndentObject(), ilObjForumAdministrationGUI\saveSettings(), ilObjBlogAdministrationGUI\saveSettings(), ilObjPortfolioAdministrationGUI\saveSettings(), ilObjTaggingSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjMediaCastGUI\saveSettingsObject(), ilObjExerciseGUI\saveStatusObject(), ilObjExerciseGUI\selectBlogObject(), ilObjExerciseGUI\selectPortfolioObject(), ilObjCourseGUI\selectStarterObject(), ilObjExerciseGUI\sendMembersObject(), ilObjExerciseGUI\showGradesOverviewObject(), ilObjExerciseGUI\showOverviewObject(), ilObjExerciseGUI\showParticipantObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjExerciseGUI\submissionScreenObject(), ilObjGroupGUI\unsubscribeObject(), ilObjCourseGUI\unsubscribeObject(), ilObjCourseGUI\updateAdminStatusObject(), ilObjExerciseGUI\updateAssignmentObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjCourseGUI\updateCourseIconsObject(), ilObjGroupGUI\updateGroupIconsObject(), ilObjCategoryGUI\updateInfoObject(), ilObjGroupGUI\updateInfoObject(), ilObjCourseGUI\updateInfoObject(), ilObjCourseGUI\updateMemberObject(), ilObjExerciseGUI\updateMembersObject(), ilObjSessionGUI\updateMembersObject(), ilObjGroupGUI\updateMembersObject(), ilObjCourseGUI\updateMembersObject(), ilObjCourseGUI\updateMemberStatusObject(), ilContainerReferenceGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjCourseGUI\updateRoleStatusObject(), ilObjGroupGUI\updateStatusObject(), ilObjCourseGUI\updateTutorStatusObject(), ilObjExerciseGUI\uploadFileObject(), ilObjExerciseGUI\uploadZipObject(), ilObjWikiGUI\viewObject(), ilObjCourseGUI\viewObject(), and ilObjWikiGUI\viewPageObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Check permission.
| string | $a_perm | |
| string | $a_cmd | |
| string | $a_type | |
| int | $a_ref_id |
Reimplemented in ilObject2GUI.
Definition at line 2043 of file class.ilObjectGUI.php.
References $_GET.
Referenced by checkPermission(), cloneAllObject(), ilObjFileBasedLMGUI\createFromDirectory(), createObject(), editObject(), ilObjObjectTemplateAdministrationGUI\getAdminTabs(), getAdminTabs(), ilObjRoleFolderGUI\getAdminTabs(), ilObjGlossaryGUI\importFileObject(), ilObjSurveyQuestionPoolGUI\importFileObject(), importFileObject(), ilObjSurveyGUI\importFileObject(), isVisible(), ilObjWikiGUI\saveObject(), ilObjGlossaryGUI\saveObject(), saveObject(), ilObjRootFolderGUI\saveTranslationsObject(), ilObjCategoryGUI\saveTranslationsObject(), setColumnSettings(), ilObjRootFolderGUI\updateObject(), ilObjCategoryGUI\updateObject(), updateObject(), and viewObject().
Here is the caller graph for this function:| ilObjectGUI::cloneAllObject | ( | ) |
Clone single (not container object) Method is overwritten in ilContainerGUI.
public
Reimplemented in ilContainerGUI.
Definition at line 1828 of file class.ilObjectGUI.php.
References $_GET, $_POST, $_REQUEST, $ilErr, ilCopyWizardOptions\_allocateCopyId(), ilCopyWizardOptions\_getInstance(), ilLink\_getLink(), checkPermissionBool(), createObject(), ilObjectFactory\getInstanceByRefId(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Referenced by ilObject2GUI\cloneAll().
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 ilObjStyleSheetGUI, ilObjStyleSettingsGUI, and ilObjStyleSheetFolderGUI.
Definition at line 697 of file class.ilObjectGUI.php.
References $_GET, $_SESSION, $ilSetting, and $lng.
Referenced by ilObject2GUI\confirmedDelete().
Here is the caller graph for this function:| ilObjectGUI::copyWizardHasOptions | ( | $a_mode | ) |
Check if there is any modules specific option.
public
| int | wizard mode COPY_WIZARD_GENERAL,COPY_WIZARD_NEEDS_PAGE, COPY_WIZARD_OBJ_SPECIFIC |
Reimplemented in ilObjForumGUI, ilContainerGUI, and ilObject2GUI.
Definition at line 1881 of file class.ilObjectGUI.php.
| ilObjectGUI::createObject | ( | ) |
create new object form
public
Reimplemented in ilObjRoleGUI, ilObjRoleFolderGUI, ilObjUserGUI, ilObjMediaObjectGUI, ilObjRoleTemplateGUI, ilObjExternalFeedGUI, ilObjStyleSheetGUI, ilContainerReferenceGUI, and ilObjiLincCourseGUI.
Definition at line 750 of file class.ilObjectGUI.php.
References $_GET, $_REQUEST, $ilErr, $tpl, checkPermissionBool(), getCreationFormsHTML(), and initCreationForms().
Referenced by cloneAllObject(), ilContainerGUI\cloneAllObject(), ilContainerGUI\cloneWizardPageObject(), ilObjForumGUI\cloneWizardPageObject(), ilObject2GUI\create(), ilObjGroupGUI\importFileObject2(), ilObjGlossaryGUI\importObject(), ilObjContentObjectGUI\importObject(), ilObjGroupGUI\saveObject(), ilObjSessionGUI\saveObject(), and ilObjTestGUI\uploadTstObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::deleteObject | ( | $a_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)
public
Reimplemented in ilObjStyleSheetGUI.
Definition at line 1528 of file class.ilObjectGUI.php.
References $_GET, $_POST, $_SESSION, $ilCtrl, and $tpl.
Referenced by ilObject2GUI\delete().
Here is the caller graph for this function:| ilObjectGUI::editObject | ( | ) |
edit object
public
Reimplemented in ilObjExerciseGUI, ilObjiLincCourseGUI, ilObjCourseGUI, ilObjMediaObjectGUI, ilObjSessionGUI, ilObjRoleGUI, ilObjUserGUI, ilObjRoleTemplateGUI, ilObjGroupGUI, ilObjFileBasedLMGUI, ilObjRemoteCourseGUI, ilObjTypeDefinitionGUI, ilContainerReferenceGUI, ilObjBookingPoolGUI, and ilObjStyleSheetGUI.
Definition at line 1094 of file class.ilObjectGUI.php.
References $tpl, checkPermissionBool(), getEditFormValues(), and initEditForm().
Referenced by ilObject2GUI\edit().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilObjectGUI::executeCommand | ( | ) |
execute command
Reimplemented in ilObjCourseGUI, ilObjiLincCourseGUI, ilObjExternalToolsSettingsGUI, ilObjAuthSettingsGUI, ilObjLanguageFolderGUI, ilObjiLincClassroomGUI, ilObjTypeDefinitionGUI, ilObjMailGUI, ilObjObjectFolderGUI, ilObjPaymentSettingsGUI, ilObjBlogGUI, ilObject2GUI, ilObjMediaObjectGUI, ilObjRootFolderGUI, ilObjLanguageExtGUI, ilObjForumGUI, ilObjRemoteCourseGUI, ilObjChatroomGUI, ilObjFolderGUI, ilObjChatroomAdminGUI, ilObjRoleGUI, ilObjRecoveryFolderGUI, ilObjSurveyGUI, ilCourseObjectivePresentationGUI, ilObjUserGUI, ilObjQuestionPoolGUI, ilCourseArchivesGUI, ilCourseItemAdministrationGUI, ilObjFileAccessSettingsGUI, ilObjSurveyQuestionPoolGUI, ilObjMediaPoolGUI, ilObjSessionGUI, ilObjWorkspaceFolderGUI, ilObjCalendarSettingsGUI, ilObjTestGUI, ilObjMDSettingsGUI, ilObjMediaCastSettingsGUI, ilObjRoleFolderGUI, ilObjCertificateSettingsGUI, ilObjExerciseGUI, ilObjAssessmentFolderGUI, ilObjCategoryReferenceGUI, ilObjCourseReferenceGUI, ilObjSurveyAdministrationGUI, ilShopPurchaseGUI, ilObjPrivacySecurityGUI, ilObjFileBasedLMGUI, ilObjUserFolderGUI, ilObjGlossaryGUI, ilObjStyleSheetGUI, ilObjRoleTemplateGUI, ilContainerGUI, ilObjSkillManagementGUI, ilObjUserTrackingGUI, ilCourseContentGUI, ilObjStyleSettingsGUI, ilObjMediaCastGUI, ilObjSCORM2004LearningModuleGUI, ilObjContentObjectGUI, ilObjCategoryGUI, ilObjLearningResourcesSettingsGUI, ilObjSAHSLearningModuleGUI, ilObjWikiGUI, ilObjMediaObjectsSettingsGUI, ilObjNewsSettingsGUI, ilObjPersonalDesktopSettingsGUI, ilObjGroupGUI, ilObjAdvancedEditingGUI, ilObjAccessibilitySettingsGUI, ilObjComponentSettingsGUI, ilObjObjectTemplateAdministrationGUI, ilObjTaggingSettingsGUI, ilObjBlogAdministrationGUI, ilObjForumAdministrationGUI, ilObjSystemFolderGUI, ilObjPortfolioAdministrationGUI, ilObjLinkResourceGUI, ilObjNotificationAdminGUI, ilObjectPluginGUI, ilObjBookingPoolGUI, ilObjFileGUI, ilObjSearchSettingsGUI, and ilObjExternalFeedGUI.
Definition at line 168 of file class.ilObjectGUI.php.
References $cmd, 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.
public
| string | template variable name that will be filled |
| string | type of new object |
Reimplemented in ilObject2GUI.
Definition at line 1806 of file class.ilObjectGUI.php.
References $_GET.
Referenced by initCreationForms().
Here is the caller graph for this function:| ilObjectGUI::getAdminTabs | ( | & | $tabs_gui | ) |
administration tabs show only permissions and trash folder
Reimplemented in ilObjUserFolderGUI, ilObjSystemFolderGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjLanguageExtGUI, ilObjAuthSettingsGUI, ilObjRoleFolderGUI, ilObjRoleTemplateGUI, ilObjLanguageFolderGUI, ilObjAssessmentFolderGUI, ilObjMailGUI, ilObjSurveyAdministrationGUI, ilObjAdvancedEditingGUI, ilObjRoleGUI, ilObjUserGUI, ilObjSearchSettingsGUI, ilObjUserTrackingGUI, ilObjExternalToolsSettingsGUI, and ilDBayObjectGUI.
Definition at line 503 of file class.ilObjectGUI.php.
References $_GET, $tree, ilFrameTargetInfo\_getFrame(), and checkPermissionBool().
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, and ilCourseContentGUI.
Definition at line 1889 of file class.ilObjectGUI.php.
References $ilCtrl, $obj_id, ilObject\_lookupObjId(), ilObject\_lookupType(), ilColumnGUI\getCmdSide(), ilColumnGUI\getScreenMode(), IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and setColumnSettings().
Referenced by ilObjForumGUI\showThreadsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
finalprotected |
Get HTML for creation forms (accordion)
| array | $a_forms |
Definition at line 801 of file class.ilObjectGUI.php.
References $tpl, and ilAccordionGUI\FIRST_OPEN.
Referenced by createObject().
Here is the caller graph for this function:| ilObjectGUI::getCreationMode | ( | ) |
get creation mode
Reimplemented in ilObject2GUI.
Definition at line 213 of file class.ilObjectGUI.php.
Referenced by ilObjGroupGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjForumGUI\executeCommand(), ilObjiLincCourseGUI\executeCommand(), ilObjCourseGUI\executeCommand(), initDidacticTemplate(), ilObjSessionGUI\prepareOutput(), prepareOutput(), ilContainerGUI\prepareOutput(), ilObjGroupGUI\prepareOutput(), ilObjCourseGUI\prepareOutput(), ilObjRootFolderGUI\showSortingSettings(), ilObjiLincCourseGUI\viewObject(), and ilObjForumGUI\viewThreadObject().
Here is the caller graph for this function:
|
protected |
Get didactic template setting from creation screen.
| string | $a_type |
Definition at line 1035 of file class.ilObjectGUI.php.
Referenced by ilObjSurveyGUI\afterSave(), ilObjTestGUI\afterSave(), ilContainerGUI\afterUpdate(), and saveObject().
Here is the caller graph for this function:
|
protected |
Add values to custom edit fields.
| array | $a_values |
Reimplemented in ilObjExerciseGUI, ilObjMediaPoolGUI, ilObjFolderGUI, ilObjForumGUI, ilObjBookingPoolGUI, and ilObjBlogGUI.
Definition at line 1179 of file class.ilObjectGUI.php.
Referenced by getEditFormValues().
Here is the caller graph for this function:
|
protected |
Get values for edit form.
Reimplemented in ilObjCourseGUI, ilObjCategoryGUI, ilObjRootFolderGUI, and ilContainerGUI.
Definition at line 1166 of file class.ilObjectGUI.php.
References getEditFormCustomValues().
Referenced by editObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::getFormAction | ( | $a_cmd, | |
$a_formaction = "" |
|||
| ) |
get form action for command (command is method name without "Object", e.g.
"perm")
| string | $a_cmd | command |
| string | $a_formaction | default formaction (is returned, if no special formaction was set) public |
Definition at line 1353 of file class.ilObjectGUI.php.
Referenced by ilObjGroupGUI\exportObject(), and ilObjiLincClassroomGUI\removeClassroom().
Here is the caller graph for this function:| ilObjectGUI::getHTML | ( | ) |
Reimplemented in ilObjBlogGUI, ilObject2GUI, and ilCourseObjectivePresentationGUI.
Definition at line 537 of file class.ilObjectGUI.php.
|
protected |
get return location for command (command is method name without "Object", e.g.
"perm")
| string | $a_cmd | command |
| string | $a_location | default return location (is returned, if no special return location was set) public |
Definition at line 1385 of file class.ilObjectGUI.php.
Referenced by ilObjCourseGUI\afterSave(), ilObjTestGUI\backToCourseObject(), ilObjSurveyGUI\backToRepositoryObject(), ilObjTestGUI\backToRepositoryObject(), ilObjStyleSheetFolderGUI\confirmedDeleteObject(), ilObjStyleSettingsGUI\confirmedDeleteObject(), ilObjSurveyGUI\inviteObject(), ilObjSurveyGUI\questionsObject(), GUI\saveObject(), ilObjStyleSheetFolderGUI\saveObject(), ilObjStyleSettingsGUI\saveObject(), and ilObjAuthSettingsGUI\setAuthModeObject().
Here is the caller graph for this function:
|
protected |
Display right column.
Reimplemented in ilObject2GUI, and ilCourseContentGUI.
Definition at line 1937 of file class.ilObjectGUI.php.
References $ilCtrl, $lng, $obj_id, ilObject\_lookupObjId(), ilObject\_lookupType(), IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and setColumnSettings().
Referenced by ilObjForumGUI\showThreadsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
get tabs abstract method.
overwrite in derived GUI class of your object type public
| object | instance of ilTabsGUI |
Reimplemented in ilObjTestGUI, ilObjSurveyGUI, ilObjCourseGUI, ilObjUserFolderGUI, ilObjRoleGUI, ilObjGroupGUI, ilObjSCORM2004LearningModuleGUI, ilObjMediaObjectGUI, ilObjGlossaryGUI, ilContainerGUI, ilObjStyleSettingsGUI, ilObjQuestionPoolGUI, ilObjStyleSheetGUI, ilObjAuthSettingsGUI, ilObjSurveyQuestionPoolGUI, ilObjForumGUI, ilObjSAHSLearningModuleGUI, ilObjRoleTemplateGUI, ilObjAdvancedEditingGUI, ilObjAssessmentFolderGUI, ilObjLanguageFolderGUI, ilObjTypeDefinitionGUI, ilObjStyleSheetFolderGUI, ilObjFolderGUI, ilObjMailGUI, ilObjSurveyAdministrationGUI, ilObjiLincClassroomGUI, ilObjObjectFolderGUI, ilObjiLincCourseGUI, ilObjCategoryGUI, ilObjUserGUI, ilObjSearchSettingsGUI, ilObjExternalToolsSettingsGUI, ilObjUserTrackingGUI, ilObjRootFolderGUI, and GUI.
Definition at line 1671 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")
| string | $a_cmd | command |
| string | $a_target_frame | default target frame (is returned, if no special target frame was set) public |
Reimplemented in ilObject2GUI.
Definition at line 1417 of file class.ilObjectGUI.php.
Referenced by ilObjRoleTemplateGUI\createObject(), ilObjRoleTemplateGUI\editObject(), ilObjRoleGUI\editObject2(), and ilObjUserGUI\editOldObject().
Here is the caller graph for this function:| ilObjectGUI::getTemplateFile | ( | $a_cmd, | |
$a_type = "" |
|||
| ) |
get a template blockfile format: tpl.
<objtype>_<command>.html
| string | command |
| string | object type definition public |
Definition at line 1626 of file class.ilObjectGUI.php.
Referenced by ilObjAuthSettingsGUI\authSettingsObject(), ilObjSystemFolderGUI\checkObject(), ilObjUserFolderGUI\confirmDeleteExportFileObject(), ilObjStyleSheetGUI\createObject(), ilObjRoleTemplateGUI\createObject(), ilObjRoleFolderGUI\deleteObject(), ilObjUserFolderGUI\deleteObject(), ilObjStyleSettingsGUI\deletePglObject(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ilObjSCORM2004LearningModuleGUI\deleteTrackingForUser(), ilObjExternalToolsSettingsGUI\editiLincObject(), ilObjRoleTemplateGUI\editObject(), ilObjRoleGUI\editObject2(), ilObjUserGUI\editOldObject(), ilObjAuthSettingsGUI\editScriptObject(), ilObjUserFolderGUI\exportObject(), ilObjiLincClassroomGUI\removeClassroom(), ilObjSystemFolderGUI\startValidator(), ilObjExerciseGUI\submissionScreenObject(), ilObjExternalToolsSettingsGUI\viewObject(), and ilObjSystemFolderGUI\viewScanLog().
Here is the caller graph for this function:
|
protected |
get Titles of objects this method is used for error messages in methods cut/copy/paste
| array | Array of ref_ids (integer) |
Definition at line 1651 of file class.ilObjectGUI.php.
References $title.
Referenced by ilContainerGUI\copyObject(), and ilContainerGUI\cutObject().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjUserGUI, ilObjUserFolderGUI, and ilObject2GUI.
Definition at line 1685 of file class.ilObjectGUI.php.
| ilObjectGUI::ilObjectGUI | ( | $a_data, | |
$a_id = 0, |
|||
$a_call_by_reference = true, |
|||
$a_prepare_output = true |
|||
| ) |
Constructor public.
| array | ?? |
| integer | object id |
| boolean | call be reference |
Definition at line 88 of file class.ilObjectGUI.php.
References $_GET, $ilCtrl, $ilErr, $ilias, $lng, $objDefinition, $tpl, $tree, assignObject(), PEAR_ERROR_CALLBACK, and prepareOutput().
Referenced by ilObjBlogAdministrationGUI\__construct(), ilObjBookingPoolGUI\__construct(), ilObjPortfolioAdministrationGUI\__construct(), ilObjForumAdministrationGUI\__construct(), ilObjAccessibilitySettingsGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjObjectTemplateAdministrationGUI\__construct(), ilObjMediaObjectsSettingsGUI\__construct(), ilObjNotificationAdminGUI\__construct(), ilObjNewsSettingsGUI\__construct(), ilObjPersonalDesktopSettingsGUI\__construct(), ilObjTaggingSettingsGUI\__construct(), ilObjLearningResourcesSettingsGUI\__construct(), ilObjPrivacySecurityGUI\__construct(), ilObjSkillManagementGUI\__construct(), ilObjChatroomAdminGUI\__construct(), ilObjRemoteCourseGUI\__construct(), ilObjCalendarSettingsGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), ilObjMediaCastSettingsGUI\__construct(), ilObjRoleGUI\__construct(), GUI\GUI(), ilContainerGUI\ilContainerGUI(), ilObjAdvancedEditingGUI\ilObjAdvancedEditingGUI(), ilObjAICCLearningModuleGUI\ilObjAICCLearningModuleGUI(), ilObjAssessmentFolderGUI\ilObjAssessmentFolderGUI(), ilObjAuthSettingsGUI\ilObjAuthSettingsGUI(), ilObjContentObjectGUI\ilObjContentObjectGUI(), ilObjExerciseGUI\ilObjExerciseGUI(), ilObjExternalFeedGUI\ilObjExternalFeedGUI(), ilObjExternalToolsSettingsGUI\ilObjExternalToolsSettingsGUI(), ilObjFileAccessSettingsGUI\ilObjFileAccessSettingsGUI(), ilObjFileBasedLMGUI\ilObjFileBasedLMGUI(), ilObjForumGUI\ilObjForumGUI(), ilObjGlossaryGUI\ilObjGlossaryGUI(), ilObjHACPLearningModuleGUI\ilObjHACPLearningModuleGUI(), ilObjLanguageExtGUI\ilObjLanguageExtGUI(), ilObjLanguageFolderGUI\ilObjLanguageFolderGUI(), ilObjLanguageGUI\ilObjLanguageGUI(), ilObjMediaCastGUI\ilObjMediaCastGUI(), ilObjMediaObjectGUI\ilObjMediaObjectGUI(), ilObjObjectFolderGUI\ilObjObjectFolderGUI(), ilObjPaymentSettingsGUI\ilObjPaymentSettingsGUI(), ilObjQuestionPoolGUI\ilObjQuestionPoolGUI(), ilObjRecoveryFolderGUI\ilObjRecoveryFolderGUI(), ilObjRoleFolderGUI\ilObjRoleFolderGUI(), ilObjRoleTemplateGUI\ilObjRoleTemplateGUI(), ilObjSAHSLearningModuleGUI\ilObjSAHSLearningModuleGUI(), ilObjSCORM2004LearningModuleGUI\ilObjSCORM2004LearningModuleGUI(), ilObjSCORMLearningModuleGUI\ilObjSCORMLearningModuleGUI(), ilObjSearchSettingsGUI\ilObjSearchSettingsGUI(), ilObjStyleSettingsGUI\ilObjStyleSettingsGUI(), ilObjStyleSheetFolderGUI\ilObjStyleSheetFolderGUI(), ilObjStyleSheetGUI\ilObjStyleSheetGUI(), ilObjSurveyAdministrationGUI\ilObjSurveyAdministrationGUI(), ilObjSurveyGUI\ilObjSurveyGUI(), ilObjSurveyQuestionPoolGUI\ilObjSurveyQuestionPoolGUI(), ilObjSystemFolderGUI\ilObjSystemFolderGUI(), ilObjTestGUI\ilObjTestGUI(), ilObjTypeDefinitionGUI\ilObjTypeDefinitionGUI(), ilObjUserFolderGUI\ilObjUserFolderGUI(), ilObjUserGUI\ilObjUserGUI(), ilObjUserTrackingGUI\ilObjUserTrackingGUI(), and ilObjWikiGUI\ilObjWikiGUI().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Import.
Reimplemented in ilObjFileBasedLMGUI.
Definition at line 1262 of file class.ilObjectGUI.php.
References $_GET, $_REQUEST, $ilErr, $objDefinition, $tpl, afterImport(), checkPermissionBool(), ilObjectFactory\getInstanceByObjId(), initImportForm(), putObjectInTree(), and ilUtil\sendFailure().
Referenced by ilObject2GUI\importFile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init object creation form.
| string | $a_new_type |
Reimplemented in ilObjSessionGUI, ilObjGroupGUI, ilObjectPluginGUI, ilObjGlossaryGUI, ilContainerReferenceGUI, and ilObjLinkResourceGUI.
Definition at line 862 of file class.ilObjectGUI.php.
References initDidacticTemplate(), ilTextAreaInputGUI\setCols(), and ilTextInputGUI\setMaxLength().
Referenced by ilObjWorkspaceFolderGUI\initCreationForms(), ilObjMediaCastGUI\initCreationForms(), ilObjBookingPoolGUI\initCreationForms(), ilObjFileBasedLMGUI\initCreationForms(), ilObjMediaPoolGUI\initCreationForms(), ilObjSurveyQuestionPoolGUI\initCreationForms(), initCreationForms(), ilObjContentObjectGUI\initCreationForms(), and saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init creation froms.
this will create the default creation forms: new, import, clone
| string | $a_new_type |
Reimplemented in ilObjContentObjectGUI, ilObjSurveyQuestionPoolGUI, ilObject2GUI, ilObjMediaPoolGUI, ilObjChatroomGUI, ilObjCategoryGUI, ilObjSAHSLearningModuleGUI, ilObjectPluginGUI, ilObjFileBasedLMGUI, ilObjWikiGUI, ilObjGlossaryGUI, ilObjBookingPoolGUI, ilObjMediaCastGUI, ilObjWorkspaceFolderGUI, and ilObjBlogGUI.
Definition at line 785 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 |
Show didactic template types.
| ilPropertyFormGUI | $form |
Definition at line 896 of file class.ilObjectGUI.php.
References $data, $lng, addDidacticTemplateOptions(), ilPropertyFormGUI\addItem(), getCreationMode(), ilDidacticTemplateSettings\getInstanceByObjectType(), ilDidacticTemplateObjSettings\lookupTemplateId(), ilRadioGroupInputGUI\setValue(), and ilUtil\sortArray().
Referenced by initCreateForm(), ilObjFolderGUI\initEditCustomForm(), ilObjCategoryGUI\initEditForm(), and ilObjCourseGUI\initEditForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add custom fields to update form.
| ilPropertyFormGUI | $a_form |
Reimplemented in ilObjExerciseGUI, ilObjMediaPoolGUI, ilObjFolderGUI, ilObjForumGUI, ilObjBookingPoolGUI, and ilObjBlogGUI.
Definition at line 1156 of file class.ilObjectGUI.php.
Referenced by initEditForm().
Here is the caller graph for this function:
|
protected |
Init object edit form.
Reimplemented in ilObjCourseGUI, ilObjCategoryGUI, ilObjRootFolderGUI, and ilObjectPluginGUI.
Definition at line 1119 of file class.ilObjectGUI.php.
References $ilCtrl, $lng, initEditCustomForm(), ilTextAreaInputGUI\setCols(), and ilTextInputGUI\setMaxLength().
Referenced by editObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add header action menu.
| string | $a_sub_type | |
| int | $a_sub_id |
Reimplemented in ilObjCourseGUI, ilObjGroupGUI, and ilObject2GUI.
Definition at line 343 of file class.ilObjectGUI.php.
References $ref_id, ilNote\commentsActivated(), ilCommonActionDispatcherGUI\setSubObject(), 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 |
Init object import form.
| string | new type |
Reimplemented in ilObjTestGUI, ilObjSurveyGUI, ilObjQuestionPoolGUI, ilObjSurveyQuestionPoolGUI, and ilObjectPluginGUI.
Definition at line 1239 of file class.ilObjectGUI.php.
References ilFileInputGUI\setSuffixes().
Referenced by ilObjGlossaryGUI\importFileObject(), importFileObject(), ilObjMediaCastGUI\initCreationForms(), ilObjGlossaryGUI\initCreationForms(), ilObjWikiGUI\initCreationForms(), ilObjFileBasedLMGUI\initCreationForms(), ilObjMediaPoolGUI\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.
| ilObjectListGUI | $a_list_gui |
Definition at line 393 of file class.ilObjectGUI.php.
Referenced by addHeaderAction(), and ilObjBlogGUI\addHeaderAction().
Here is the caller graph for this function:| ilObjectGUI::isVisible | ( | $a_ref_id, | |
| $a_type | |||
| ) |
Definition at line 1446 of file class.ilObjectGUI.php.
References $ilBench, $tree, ilCourseItems\_isActivated(), checkPermissionBool(), and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:
|
protected |
Reimplemented in ilObject2GUI.
Definition at line 643 of file class.ilObjectGUI.php.
Referenced by ilObjSAHSLearningModuleGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), and ilContainerGUI\forwardToStyleSheet().
Here is the caller graph for this function:
|
protected |
prepare output
Reimplemented in ilObjCourseGUI, ilObjGroupGUI, ilObjLanguageExtGUI, ilObject2GUI, and ilObjSessionGUI.
Definition at line 238 of file class.ilObjectGUI.php.
References $_GET, $tpl, ilDAVServer\_isActive(), ilObject\_lookupType(), addAdminLocatorItems(), getCreationMode(), ilUtil\infoPanel(), setAdminTabs(), setLocator(), setTabs(), setTitleAndDescription(), showMountWebfolderIcon(), and showUpperIcon().
Referenced by ilObjiLincClassroomGUI\create(), ilObjFileBasedLMGUI\edit(), ilObjExternalFeedGUI\executeCommand(), ilObjSearchSettingsGUI\executeCommand(), ilObjBookingPoolGUI\executeCommand(), ilObjNotificationAdminGUI\executeCommand(), ilObjSystemFolderGUI\executeCommand(), ilObjBlogAdministrationGUI\executeCommand(), ilObjForumAdministrationGUI\executeCommand(), ilObjPortfolioAdministrationGUI\executeCommand(), ilObjTaggingSettingsGUI\executeCommand(), ilObjAccessibilitySettingsGUI\executeCommand(), ilObjComponentSettingsGUI\executeCommand(), ilObjObjectTemplateAdministrationGUI\executeCommand(), ilObjAdvancedEditingGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjLearningResourcesSettingsGUI\executeCommand(), ilObjMediaObjectsSettingsGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjNewsSettingsGUI\executeCommand(), ilObjPersonalDesktopSettingsGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjStyleSettingsGUI\executeCommand(), ilObjSkillManagementGUI\executeCommand(), ilObjUserTrackingGUI\executeCommand(), ilObjRoleTemplateGUI\executeCommand(), ilContainerGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjUserFolderGUI\executeCommand(), ilObjPrivacySecurityGUI\executeCommand(), ilObjCourseReferenceGUI\executeCommand(), ilObjSurveyAdministrationGUI\executeCommand(), ilObjCategoryReferenceGUI\executeCommand(), ilObjAssessmentFolderGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjCertificateSettingsGUI\executeCommand(), ilObjRoleFolderGUI\executeCommand(), ilObjMediaCastSettingsGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjMDSettingsGUI\executeCommand(), ilObjCalendarSettingsGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjUserGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjRecoveryFolderGUI\executeCommand(), ilObjRoleGUI\executeCommand(), ilObjChatroomAdminGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjRemoteCourseGUI\executeCommand(), ilObjForumGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), executeCommand(), ilObjPaymentSettingsGUI\executeCommand(), ilObjObjectFolderGUI\executeCommand(), ilObjMailGUI\executeCommand(), ilObjLanguageFolderGUI\executeCommand(), ilObjAuthSettingsGUI\executeCommand(), ilObjExternalToolsSettingsGUI\executeCommand(), ilObjiLincCourseGUI\executeCommand(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjiLincClassroomGUI\save(), ilDBayObjectGUI\switchToVisibleMode(), ilObjLearningModuleGUI\view(), and ilObjContentObjectGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add object to tree at given position.
| ilObject | $a_obj | |
| int | $a_parent_node_id |
Reimplemented in ilObject2GUI.
Definition at line 1050 of file class.ilObjectGUI.php.
References $_GET, ilChangeEvent\_recordWriteEvent(), ilRbacLog\add(), ilRbacLog\CREATE_OBJECT, ilObject\createReference(), ilRbacLog\gatherFaPa(), ilObject\getId(), ilObject\getRefId(), ilObject\putInTree(), and ilObject\setPermissions().
Referenced by ilObjFileBasedLMGUI\createFromDirectory(), ilObjGlossaryGUI\importFileObject(), ilObjSurveyQuestionPoolGUI\importFileObject(), importFileObject(), ilObjSurveyGUI\importFileObject(), ilObjGlossaryGUI\saveObject(), ilObjGroupGUI\saveObject(), and saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value
| int | $a_ref_id | reference id |
Definition at line 1788 of file class.ilObjectGUI.php.
References ilObject\_lookupType().
Referenced by ilObjiLincCourseGUI\afterSave(), ilObjCategoryGUI\afterSave(), ilObjExternalFeedGUI\afterUpdate(), and ilObjExternalFeedGUI\cancelUpdate().
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 412 of file class.ilObjectGUI.php.
References exit, and initHeaderAction().
Referenced by ilObject2GUI\redrawHeaderAction().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::removeFromSystemObject | ( | ) |
remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method
public
Reimplemented in ilObjRecoveryFolderGUI.
Definition at line 724 of file class.ilObjectGUI.php.
References $_POST, $lng, and $log.
Referenced by ilObject2GUI\removeFromSystem().
Here is the caller graph for this function:| ilObjectGUI::saveObject | ( | ) |
save object
public
Reimplemented in ilObjStyleSheetGUI, ilObjRoleGUI, ilObjRoleFolderGUI, ilObjMediaObjectGUI, ilObjSAHSLearningModuleGUI, ilObjLanguageExtGUI, ilObjUserGUI, ilObjGroupGUI, ilObjGlossaryGUI, ilObjTypeDefinitionGUI, ilObjWikiGUI, ilObjMailGUI, ilObjRoleTemplateGUI, ilObjiLincCourseGUI, ilContainerReferenceGUI, ilObjAssessmentFolderGUI, ilObjSurveyAdministrationGUI, ilObjStyleSettingsGUI, ilObjAdvancedEditingGUI, ilObjStyleSheetFolderGUI, ilObjRecoveryFolderGUI, and GUI.
Definition at line 972 of file class.ilObjectGUI.php.
References $_REQUEST, $location, $objDefinition, $tpl, afterSave(), checkPermissionBool(), getDidacticTemplateVar(), initCreateForm(), and putObjectInTree().
Referenced by ilObjExternalFeedGUI\save(), ilObject2GUI\save(), and ilObjSessionGUI\saveAndAssignMaterialsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
finalprivate |
set possible actions for objects in list.
if actions are set via this method, the values of objects.xml are ignored.
| array | $a_actions | array with $command => $lang_var pairs |
Definition at line 549 of file class.ilObjectGUI.php.
References $lng.
|
finalprotected |
set admin tabs public
Definition at line 495 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:
|
protected |
May be overwritten in subclasses.
Reimplemented in ilObjForumGUI, ilContainerGUI, ilCourseContentGUI, and ilObject2GUI.
Definition at line 1974 of file class.ilObjectGUI.php.
References checkPermissionBool().
Referenced by getCenterColumnHTML(), and getRightColumnHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::setCreationMode | ( | $a_mode = true | ) |
if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui
Reimplemented in ilObject2GUI.
Definition at line 205 of file class.ilObjectGUI.php.
|
protected |
set specific form action for command
| string | $a_cmd | command |
| string | $a_formaction | default formaction (is returned, if no special formaction was set) public |
Definition at line 1373 of file class.ilObjectGUI.php.
Referenced by ilObjFileBasedLMGUI\perm(), and ilObjContentObjectGUI\perm().
Here is the caller graph for this function:
|
protected |
set Locator
| object | tree object |
| integer | reference id |
| scriptanme | that is used for linking; public |
Reimplemented in ilObject2GUI.
Definition at line 593 of file class.ilObjectGUI.php.
References $_GET, $ref_id, $tpl, and addLocatorItems().
Referenced by ilObjSAHSLearningModuleGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjTestGUI\executeCommand(), prepareOutput(), ilObjGlossaryGUI\setLocator(), and ilObjGlossaryGUI\showInfoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
set specific return location for command
| string | $a_cmd | command |
| string | $a_location | default return location (is returned, if no special return location was set) public |
Definition at line 1404 of file class.ilObjectGUI.php.
Referenced by ilObjContentObjectGUI\addRole(), and ilObjContentObjectGUI\permSave().
Here is the caller graph for this function:
|
finalprivate |
set possible subobjects for this object.
if subobjects are set via this method, the values of objects.xml are ignored.
| array | $a_actions | array with $command => $lang_var pairs |
Definition at line 570 of file class.ilObjectGUI.php.
|
protected |
set admin tabs public
Reimplemented in ilObjMediaObjectGUI, ilObjGlossaryGUI, ilObjMediaPoolGUI, ilObjLinkResourceGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjMediaCastGUI, ilObjFileGUI, ilObjFileBasedLMGUI, ilObjSAHSLearningModuleGUI, ilObject2GUI, ilObjBookingPoolGUI, ilObjExternalFeedGUI, ilObjBlogGUI, ilObjNotificationAdminGUI, and ilObjWorkspaceRootFolderGUI.
Definition at line 486 of file class.ilObjectGUI.php.
References getTabs().
Referenced by ilObjContentObjectGUI\addBibItem(), ilObjContentObjectGUI\addMenuEntry(), ilObjDlBookGUI\addTranslation(), ilObjContentObjectGUI\chapters(), ilObjContentObjectGUI\delete(), ilObjContentObjectGUI\deleteBibItem(), ilObjContentObjectGUI\editBibItem(), ilObjContentObjectGUI\editMenuEntry(), ilObjContentObjectGUI\editMenuProperties(), ilObjContentObjectGUI\editPublicSection(), ilObjContentObjectGUI\executeCommand(), ilObjContentObjectGUI\fixTreeConfirm(), ilObjContentObjectGUI\history(), ilObjContentObjectGUI\info(), ilObjContentObjectGUI\initStylePropertiesForm(), ilObjContentObjectGUI\linkChecker(), ilObjContentObjectGUI\listLinks(), ilObjContentObjectGUI\listQuestions(), ilObjContentObjectGUI\owner(), ilObjContentObjectGUI\pages(), ilObjContentObjectGUI\perm(), prepareOutput(), ilObjContentObjectGUI\properties(), ilObjContentObjectGUI\saveBibItem(), ilObjContentObjectGUI\showEntrySelector(), ilObjContentObjectGUI\showExportIDsOverview(), and ilObjContentObjectGUI\showMaintenance().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
set specific target frame for command
| string | $a_cmd | command |
| string | $a_target_frame | default target frame (is returned, if no special target frame was set) public |
Reimplemented in ilObject2GUI.
Definition at line 1440 of file class.ilObjectGUI.php.
|
protected |
called by prepare output
Reimplemented in ilObjQuestionPoolGUI, ilObjLanguageExtGUI, ilObject2GUI, ilContainerGUI, ilObjFileAccessSettingsGUI, ilObjRootFolderGUI, ilObjUserGUI, and ilObjWorkspaceRootFolderGUI.
Definition at line 314 of file class.ilObjectGUI.php.
References $_GET, ilObjectListGUIFactory\_getListGUIByType(), and ilUtil\getImagePath().
Referenced by prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
finalprivate |
Definition at line 468 of file class.ilObjectGUI.php.
References $objDefinition, $tpl, and $tree.
Referenced by prepareOutput().
Here is the caller graph for this function:
|
protected |
show possible subobjects (pulldown menu)
public
Reimplemented in ilContainerGUI, ilObject2GUI, ilObjUserFolderGUI, and ilObjRecoveryFolderGUI.
Definition at line 1567 of file class.ilObjectGUI.php.
References $d, $row, $sub_objects, and formSelect().
Referenced by ilObjStyleSheetFolderGUI\showActions(), and ilObjStyleSettingsGUI\showActions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjUserGUI, ilObjRoleGUI, ilObjStyleSheetGUI, ilObjRoleTemplateGUI, and ilObject2GUI.
Definition at line 419 of file class.ilObjectGUI.php.
References $_GET, $objDefinition, $tpl, $tree, ilFrameTargetInfo\_getFrame(), and ilObject\_lookupType().
Referenced by prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::trashObject | ( | ) |
Show trash content of object.
public
Definition at line 1553 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\trash().
Here is the caller graph for this function:| ilObjectGUI::undeleteObject | ( | ) |
Get objects back from trash.
Definition at line 685 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\undelete().
Here is the caller graph for this function:
|
protected |
Insert custom update form values into object.
| ilPropertyFormGUI | $a_form |
Reimplemented in ilObjExerciseGUI, ilObjMediaPoolGUI, ilObjFolderGUI, ilObjForumGUI, ilObjBookingPoolGUI, and ilObjBlogGUI.
Definition at line 1219 of file class.ilObjectGUI.php.
Referenced by updateObject().
Here is the caller graph for this function:| ilObjectGUI::updateObject | ( | ) |
updates object entry in object_data
Reimplemented in ilObjQuestionPoolGUI, ilObjCourseGUI, ilObjRoleGUI, ilObjUserGUI, ilObjSessionGUI, ilObjRoleTemplateGUI, ilObjCategoryGUI, ilObjSurveyQuestionPoolGUI, ilObjGroupGUI, ilObjRemoteCourseGUI, ilObjRootFolderGUI, ilObjStyleSheetGUI, ilContainerReferenceGUI, and ilObjiLincCourseGUI.
Definition at line 1187 of file class.ilObjectGUI.php.
References $tpl, afterUpdate(), checkPermissionBool(), initEditForm(), and updateCustom().
Referenced by ilObjExternalFeedGUI\update(), ilObjFileBasedLMGUI\update(), and ilObject2GUI\update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::viewObject | ( | ) |
list childs of current object
public
Reimplemented in ilObjiLincCourseGUI, ilObjGlossaryGUI, ilObjGroupGUI, ilObjExerciseGUI, ilObjCourseGUI, ilObjSAHSLearningModuleGUI, ilObjWikiGUI, ilObjLanguageExtGUI, ilObjRoleFolderGUI, ilObjStyleSheetFolderGUI, ilObjSystemFolderGUI, ilObjStyleSheetGUI, ilObjFolderGUI, ilObjObjectFolderGUI, ilObjMailGUI, ilObjExternalToolsSettingsGUI, ilObjAuthSettingsGUI, ilObjLanguageFolderGUI, and ilObjTypeDefinitionGUI.
Definition at line 1493 of file class.ilObjectGUI.php.
References $_GET, $tpl, ilChangeEvent\_recordReadEvent(), and checkPermissionBool().
Referenced by ilObjUserFolderGUI\applyFilterObject(), ilObjectPluginGUI\executeCommand(), ilObjUserFolderGUI\hitsperpageObject(), ilObjUserFolderGUI\resetFilterObject(), ilObjLearningModuleGUI\view(), ilObject2GUI\view(), and ilObjContentObjectGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectGUI::withReferences | ( | ) |
determines wether objects are referenced or not (got ref ids or not)
Reimplemented in ilObject2GUI.
Definition at line 194 of file class.ilObjectGUI.php.
| ilObjectGUI::$actions |
Definition at line 73 of file class.ilObjectGUI.php.
Referenced by ilObjRoleGUI\__showAssignedUsersTable(), ilObjUserGUI\__showRolesTable(), ilObjCourseGUI\__showWaitingListTable(), ilObjLinkResourceGUI\formatInvalidLinkArray(), ilObjContentObjectGUI\formatInvalidLinkArray(), ilCourseArchivesGUI\selectArchiveLanguage(), and ilObjUserFolderGUI\showActions().
| ilObjectGUI::$data |
Definition at line 57 of file class.ilObjectGUI.php.
Referenced by ilCourseContentGUI\__buildPath(), ilObjRoleGUI\__formatPath(), ilObjPaymentSettingsGUI\__getHTMLPath(), ilContainerGUI\_buildPath(), ilObjFileBasedLMGUI\addBibItemObject(), ilObjContentObjectGUI\addBibItemObject(), ilObjSurveyGUI\browseForQuestionblocksObject(), ilObjSurveyGUI\browseForQuestionsObject(), ilObjSystemFolderGUI\changeHeaderTitleObject(), ilObjiLincCourseGUI\changeMemberObject(), ilObjSurveyGUI\codesMailObject(), ilObjSCORM2004LearningModuleGUI\confirmDeleteExportFile(), ilObjSurveyQuestionPoolGUI\confirmDeleteExportFileObject(), ilObjTestGUI\confirmDeleteExportFileObject(), ilObjSurveyGUI\confirmDeleteExportFileObject(), ilObjSurveyGUI\constraintsObject(), ilObjRoleTemplateGUI\createObject(), ilObjSurveyQuestionPoolGUI\deleteQuestionsObject(), ilObjSurveyGUI\deleteSingleUserResultsObject(), ilObjTypeDefinitionGUI\displayList(), ilObjObjectFolderGUI\displayList(), ilObjSystemFolderGUI\displayList(), ilObjStyleSettingsGUI\editContentStylesObject(), ilObjTypeDefinitionGUI\editObject(), ilObjUserGUI\editOldObject(), ilObjPaymentSettingsGUI\editPricesObject(), ilObjRootFolderGUI\editTranslationsObject(), ilObjCategoryGUI\editTranslationsObject(), ilObjGroupGUI\exportMembersObject(), ilObjSurveyQuestionPoolGUI\exportObject(), ilObjTestGUI\exportObject(), ilObjSurveyGUI\exportObject(), ilContainerGUI\getAsynchItemListObject(), ilObjiLincClassroomGUI\getDefaultValues(), ilObjiLincClassroomGUI\getObjectValues(), ilCourseItemAdministrationGUI\getValues(), ilObjUserGUI\getValues(), ilObjSurveyGUI\importExternalRecipientsFromDatasetObject(), ilObjSurveyGUI\importExternalRecipientsFromFileObject(), ilObjSurveyGUI\importExternalRecipientsFromTextObject(), initDidacticTemplate(), ilObjiLincClassroomGUI\initSettingsForm(), ilObjAssessmentFolderGUI\logAdminObject(), ilObjSurveyGUI\maintenanceObject(), ilObjPaymentSettingsGUI\objectsObject(), ilObjUserTrackingGUI\outputTrackingDataObject(), ilObjTestGUI\participantsObject(), ilObjQuestionPoolGUI\printObject(), ilObjTestGUI\questionBrowser(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjQuestionPoolGUI\questionsObject(), ilObjSurveyGUI\questionsObject(), ilObjTestGUI\questionsObject(), ilObjRoleGUI\readRoleProperties(), ilObjiLincCourseGUI\removeMemberObject(), ilObjSurveyGUI\removeQuestionsForm(), ilObjTestGUI\removeQuestionsForm(), ilObjSystemFolderGUI\saveHeaderTitleObject(), ilObjUserFolderGUI\searchUserObject(), ilObjSurveyGUI\setCodesSubtabs(), ilObjDlBookGUI\showCitation(), ilObjSCORM2004LearningModuleGUI\showExportList(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilObjForumGUI\showStatisticsObject(), ilObjSCORM2004LearningModuleGUI\showTrackingItem(), ilObjLanguageExtGUI\statisticsObject(), ilObjFileGUI\update(), ilObjLinkResourceGUI\updateLinks(), ilCourseContentGUI\updateTimings(), ilCourseContentGUI\updateUserTimings(), ilObjFileAccessSettingsGUI\viewDiskQuotaReport(), ilObjLanguageExtGUI\viewObject(), and ilObjTestGUI\writeRandomQuestionInput().
| ilObjectGUI::$formaction |
Definition at line 68 of file class.ilObjectGUI.php.
Referenced by ilContainerGUI\showPossibleSubObjects().
| ilObjectGUI::$ilias |
Definition at line 22 of file class.ilObjectGUI.php.
Referenced by ilObjUserGUI\__sendProfileMail(), ilCourseObjectivePresentationGUI\__showLearningMaterials(), ilCourseObjectivePresentationGUI\__showOtherResources(), ilCourseObjectivePresentationGUI\__showTests(), ilObjUserFolderGUI\appliedUsersObject(), ilObjSystemFolderGUI\checkObject(), ilContainerGUI\cloneNodes(), ilObjStyleSheetFolderGUI\confirmedDeleteObject(), ilObjStyleSettingsGUI\confirmedDeleteObject(), ilObjStyleSheetGUI\confirmedDeleteObject(), ilObjStyleSheetGUI\copyStyleObject(), ilObjStyleSettingsGUI\editContentStylesObject(), ilObjUserGUI\editObject(), ilObjUserGUI\editOldObject(), ilObjStyleSettingsGUI\editSystemStylesObject(), ilObjTestGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjContentObjectGUI\explorer(), ilObjUserFolderGUI\exportObject(), ilObjPaymentSettingsGUI\getERPform(), ilObjTestGUI\getSettingsSubTabs(), ilExcelWriterAdapter\ilExcelWriterAdapter(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjPaymentSettingsGUI\ilObjPaymentSettingsGUI(), ilObjForumGUI\initTopicCreateForm(), ilObjLinkResourceGUI\linkChecker(), ilObjContentObjectGUI\linkChecker(), ilObjGroupGUI\mailMembersObject(), ilObjCourseGUI\mailMembersObject(), ilObjUserTrackingGUI\manageDataObject(), ilObjUserTrackingGUI\outputTrackingDataObject(), ilObjForumGUI\prepareThreadScreen(), ilObjSCORM2004LearningModuleGUI\preview(), ilObjTestGUI\printobject(), ilObjSurveyGUI\printViewObject(), ilObjPaymentSettingsGUI\saveCustomerObject(), ilObjUserFolderGUI\saveGlobalUserSettingsObject(), ilObjContentObjectGUI\saveMenuProperties(), ilObjContentObjectGUI\saveProperties(), ilObjStyleSettingsGUI\saveScopeObject(), ilObjUserFolderGUI\settingsObject(), ilContainerGUI\setTitleAndDescription(), ilObjUserTrackingGUI\showForm(), ilCourseContentGUI\showStartObjects(), ilObjCourseGUI\showStartObjects(), ilObjSCORM2004LearningModuleGUI\showTree(), ilObjStyleSheetFolderGUI\toggleGlobalDefaultObject(), ilObjStyleSheetFolderGUI\toggleGlobalFixedObject(), ilObjUserGUI\updateObject(), ilObjUserGUI\updateObjectOld(), and ilObjStyleSheetFolderGUI\viewObject().
| ilObjectGUI::$lng |
Definition at line 50 of file class.ilObjectGUI.php.
Referenced by ilObjBlogGUI\__construct(), ilObjPersonalDesktopSettingsGUI\__construct(), ilObjChatroomAdminGUI\__construct(), ilObjCalendarSettingsGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObject2GUI\__construct(), ilObjRoleGUI\__construct(), ilObjLinkResourceGUI\__setLocator(), ilObjForumGUI\__showMembersTable(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilObjStyleSheetGUI\_getTemplatePreview(), ilObjLanguageExtGUI\_getTranslationLink(), ilObjRemoteCourseGUI\_goto(), ilObjCourseReferenceGUI\_goto(), ilObjCategoryReferenceGUI\_goto(), ilObjMailGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjFolderGUI\_goto(), ilObjRootFolderGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjWikiGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjFileGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjForumGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjExerciseGUI\_goto(), ilObjiLincCourseGUI\_goto(), ilObjGroupGUI\_goto(), ilObjUserFolderGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjUserGUI\_goto(), ilObjSystemFolderGUI\_goto(), ilObjSurveyGUI\_goto(), ilObjCourseGUI\_goto(), ilObjTestGUI\_goto(), ilObjCategoryGUI\_importCategories(), ilObjCategoryGUI\_importCategoriesForm(), ilObjCourseGUI\_modifyItemGUI(), ilContainerReferenceGUI\_prepareSelection(), ilObjSCORM2004LearningModuleGUI\activateExpertMode(), ilObjComponentSettingsGUI\activatePlugin(), ilObjLinkResourceGUI\activateTabs(), ilObjExerciseGUI\addContentSubTabs(), ilObjSystemFolderGUI\addHeaderTitleObject(), ilObjWikiGUI\addImportantPageObject(), ilObjContentObjectGUI\addLocations(), ilObjExternalToolsSettingsGUI\addSocialBookmarkObject(), ilContainerGUI\addStandardContainerSubTabs(), ilObjExerciseGUI\addSubmissionSubTabs(), ilObjTaggingSettingsGUI\addSubTabs(), ilObjContentObjectGUI\addTabs(), ilObjGlossaryGUI\addTerm(), ilObjForumGUI\addThreadObject(), ilContainerGUI\addToDeskObject(), ilObjGlossaryGUI\addUsagesToInfo(), ilObjMediaPoolGUI\afterConstructor(), ilObjGroupGUI\assignSubscribersObject(), ilObjSystemFolderGUI\benchmarkObject(), ilObjSystemFolderGUI\benchmarkSubTabs(), ilObjBlogGUI\buildExportTemplate(), ilObjTestGUI\buildPageViewToolbar(), ilObjStyleSheetGUI\cancelCharacteristicDeletionObject(), ilObjForumGUI\cancelMoveThreadsObject(), ilObjStyleSheetGUI\cancelObject(), ilObjContentObjectGUI\chapters(), ilObjCourseGUI\checkLicenses(), ilObjExerciseGUI\confirmAssignmentsDeletionObject(), ilObjExerciseGUI\confirmDeassignMembersObject(), ilObjGlossaryGUI\confirmDefinitionDeletion(), ilObjExerciseGUI\confirmDeleteDeliveredObject(), ilObjStyleSettingsGUI\confirmDeleteIndividualStyles(), ilObjExternalToolsSettingsGUI\confirmDeleteSocialBookmarksObject(), ilObjForumGUI\confirmDeleteThreads(), ilObjMediaCastGUI\confirmDeletionItemsObject(), confirmedDeleteObject(), ilObjSCORM2004LearningModuleGUI\confirmExpertMode(), ilObjMediaPoolGUI\confirmRemove(), ilObjWikiGUI\confirmRemoveImportantPagesObject(), ilObjGlossaryGUI\confirmTermDeletion(), ilObjTestGUI\copyAndLinkToQuestionpoolObject(), ilObjStyleSheetGUI\copyCharacteristicsObject(), ilObjSCORM2004LearningModuleGUI\copyItems(), ilObjContentObjectGUI\copyItems(), ilObjStyleSheetGUI\createObject(), ilObjBlogGUI\createPosting(), ilObjTestGUI\createQuestionObject(), ilObjExternalToolsSettingsGUI\createSocialBookmarkObject(), ilObjForumGUI\createThreadObject(), ilObjSCORM2004LearningModuleGUI\cutItems(), ilObjContentObjectGUI\cutItems(), ilObjComponentSettingsGUI\deactivatePlugin(), ilObjExerciseGUI\deassignMembersObject(), ilObjAssessmentFolderGUI\defaultsObject(), ilObjExerciseGUI\deleteAssignmentsObject(), ilObjStyleSheetGUI\deleteCharacteristicConfirmationObject(), ilObjStyleSheetGUI\deleteColorConfirmationObject(), ilObject2GUI\deleteConfirmation(), ilObject2GUI\deleteConfirmedObjects(), ilObjStyleSheetGUI\deleteCoreCharMessage(), ilObjSystemFolderGUI\deleteHeaderTitlesObject(), ilObjSkillManagementGUI\deleteNodes(), ilObjSCORM2004LearningModuleGUI\deleteNodes(), ilObjExternalToolsSettingsGUI\deleteSocialBookmarksObject(), ilObjStyleSheetGUI\deleteTemplateConfirmationObject(), ilObjExerciseGUI\deliverFileObject(), ilObjMediaCastGUI\determinePlaytimeObject(), ilObjExternalToolsSettingsGUI\disableSocialBookmarksObject(), ilObjFolderGUI\downloadFolderObject(), ilObjStyleSettingsGUI\editContentStylesObject(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\editDiskQuotaSettings(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjWikiGUI\editImportantPagesObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjStyleSheetGUI\editObject(), ilContainerGUI\editPageContentObject(), ilObjBlogAdministrationGUI\editSettings(), ilObjPortfolioAdministrationGUI\editSettings(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjLearningResourcesSettingsGUI\editSettings(), ilObjSkillManagementGUI\editSettings(), ilObjSkillManagementGUI\editSkills(), ilObjSkillManagementGUI\editSkillTemplates(), ilObjAuthSettingsGUI\editSOAPObject(), ilObjExternalToolsSettingsGUI\editSocialBookmarkObject(), ilObjExternalToolsSettingsGUI\editSocialBookmarksObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjExternalToolsSettingsGUI\enableSocialBookmarksObject(), ilObjectPluginGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjCourseGUI\fetchPrintMemberData(), ilObjBlogGUI\finalize(), ilContainerGUI\forwardToPageObject(), ilObjForumGUI\getActivationFormHTML(), ilObjObjectTemplateAdministrationGUI\getAdminTabs(), ilObjComponentSettingsGUI\getAdminTabs(), ilObjSkillManagementGUI\getAdminTabs(), ilObjRoleFolderGUI\getAdminTabs(), ilObjMediaCastGUI\getCastItemValues(), ilObjForumGUI\getCensorshipFormHTML(), ilObjForumGUI\getContent(), ilObjForumGUI\getDeactivationFormHTML(), ilObjForumGUI\getDeleteFormHTML(), ilObjBlogGUI\getExerciseInfo(), ilObjContentObjectGUI\getLayoutOption(), ilObjContentObjectGUI\getPublicAccessColValue(), ilObjTestGUI\getQuestionpoolCreationForm(), getRightColumnHTML(), ilObjWikiGUI\getSettingsFormValues(), ilObjSurveyAdministrationGUI\getSettingsTemplateConfig(), ilObjAssessmentFolderGUI\getSettingsTemplateConfig(), ilObjStyleSheetGUI\getStyleExampleHTML(), ilObjRootFolderGUI\getTabs(), ilObjCategoryGUI\getTabs(), ilObjSurveyAdministrationGUI\getTabs(), ilObjFolderGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjAssessmentFolderGUI\getTabs(), ilObjFileBasedLMGUI\getTabs(), ilObjStyleSheetGUI\getTabs(), ilObjStyleSettingsGUI\getTabs(), ilObjExerciseGUI\getTabs(), ilObjGroupGUI\getTabs(), ilObjCourseGUI\getTabs(), ilObjSAHSLearningModuleGUI\getTemplate(), ilObjFileBasedLMGUI\getTemplate(), ilObjForumGUI\getUserProfileAdditional(), ilContainerGUI\ilContainerGUI(), ilExcelWriterAdapter\ilExcelWriterAdapter(), ilObjAdvancedEditingGUI\ilObjAdvancedEditingGUI(), ilObjAICCLearningModuleGUI\ilObjAICCLearningModuleGUI(), ilObjContentObjectGUI\ilObjContentObjectGUI(), ilObjectGUI(), ilObjExerciseGUI\ilObjExerciseGUI(), ilObjExternalToolsSettingsGUI\ilObjExternalToolsSettingsGUI(), ilObjFileBasedLMGUI\ilObjFileBasedLMGUI(), ilObjGlossaryGUI\ilObjGlossaryGUI(), ilObjHACPLearningModuleGUI\ilObjHACPLearningModuleGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjLanguageExtGUI\ilObjLanguageExtGUI(), ilObjMediaCastGUI\ilObjMediaCastGUI(), ilObjMediaObjectGUI\ilObjMediaObjectGUI(), ilObjQuestionPoolGUI\ilObjQuestionPoolGUI(), ilObjRoleFolderGUI\ilObjRoleFolderGUI(), ilObjRoleTemplateGUI\ilObjRoleTemplateGUI(), ilObjRootFolderGUI\ilObjRootFolderGUI(), ilObjSAHSLearningModuleGUI\ilObjSAHSLearningModuleGUI(), ilObjSCORM2004LearningModuleGUI\ilObjSCORM2004LearningModuleGUI(), ilObjSCORMLearningModuleGUI\ilObjSCORMLearningModuleGUI(), ilObjStyleSettingsGUI\ilObjStyleSettingsGUI(), ilObjStyleSheetGUI\ilObjStyleSheetGUI(), ilObjSurveyAdministrationGUI\ilObjSurveyAdministrationGUI(), ilObjSurveyGUI\ilObjSurveyGUI(), ilObjSurveyQuestionPoolGUI\ilObjSurveyQuestionPoolGUI(), ilObjTestGUI\ilObjTestGUI(), ilObjUserGUI\ilObjUserGUI(), ilObjWikiGUI\ilObjWikiGUI(), ilObjFolderGUI\importFileObject(), ilObjMailGUI\importObject(), ilObjStyleSettingsGUI\importPageLayoutObject(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjUserFolderGUI\importUsersObject(), ilObjWikiGUI\infoScreen(), ilObjectPluginGUI\infoScreen(), ilObjExerciseGUI\infoScreen(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjStyleSettingsGUI\initAddPageLayoutForm(), ilObjExerciseGUI\initAssignmentForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilObjStyleSheetGUI\initCharacteristicForm(), ilObjStyleSheetGUI\initColorForm(), ilObjSystemFolderGUI\initContactInformationForm(), ilObjSAHSLearningModuleGUI\initCreationForm(), ilObjSystemFolderGUI\initCronJobsForm(), initDidacticTemplate(), ilObjBlogGUI\initEditCustomForm(), ilObjectPluginGUI\initEditForm(), initEditForm(), ilObjMediaPoolGUI\initFolderForm(), ilObjTaggingSettingsGUI\initForbiddenTagsForm(), ilObjMediaObjectGUI\initForm(), ilObjUserGUI\initForm(), ilObjForumAdministrationGUI\initFormSettings(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjSearchSettingsGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjAdvancedEditingGUI\initGeneralPageSettingsForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilObjSCORM2004LearningModuleGUI\initGlossaryCreationForm(), ilObjStyleSheetGUI\initImageForm(), ilObjContentObjectGUI\initImportForm(), ilObjSystemFolderGUI\initJavaServerForm(), ilObjMediaObjectsSettingsGUI\initMediaObjectsSettingsForm(), ilObjMediaPoolGUI\initMediaPoolPageForm(), ilObjUserFolderGUI\initNewAccountMailForm(), ilObjAdvancedEditingGUI\initPageEditorForm(), ilObjStyleSettingsGUI\initPageLayoutImportForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesEditableForm(), ilObjStyleSheetGUI\initPropertiesForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSystemFolderGUI\initProxyForm(), ilObjSystemFolderGUI\initServerInfoForm(), ilObjContentObjectGUI\initSetPageLayoutForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilObjGlossaryGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjContentObjectGUI\initStylePropertiesForm(), ilObjSCORM2004LearningModuleGUI\initStylePropertiesForm(), ilObjWikiGUI\initStylePropertiesForm(), ilContainerGUI\initStylePropertiesForm(), ilObjStyleSheetGUI\initTagStyleForm(), ilObjStyleSheetGUI\initTemplateForm(), ilObjStyleSheetGUI\initTemplateGenerationForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjExerciseGUI\initUploadForm(), ilObjUserFolderGUI\initUserImportForm(), ilObjSystemFolderGUI\initWebServicesForm(), ilObjFileGUI\initZipUploadForm(), ilObjExerciseGUI\initZipUploadForm(), ilObjSCORM2004LearningModuleGUI\insertAsset(), ilObjSkillManagementGUI\insertBasicSkill(), ilObjSkillManagementGUI\insertBasicSkillTemplate(), ilObjSCORM2004LearningModuleGUI\insertChapter(), ilObjContentObjectGUI\insertChapter(), ilObjSCORM2004LearningModuleGUI\insertPage(), ilObjSCORM2004LearningModuleGUI\insertScenarioGUI(), ilObjSCORM2004LearningModuleGUI\insertSco(), ilObjSkillManagementGUI\insertSkillCategory(), ilObjSkillManagementGUI\insertSkillTemplateCategory(), ilObjSkillManagementGUI\insertSkillTemplateReference(), ilObjSCORM2004LearningModuleGUI\insertTemplate(), ilObjSCORM2004LearningModuleGUI\insertTemplateGUI(), ilObjSurveyGUI\inviteObject(), ilObjExerciseGUI\listAssignmentsObject(), ilObjStyleSheetGUI\listImagesObject(), ilObjMediaCastGUI\listItemsObject(), ilObjMediaPoolGUI\listMedia(), ilObjComponentSettingsGUI\listModules(), ilObjComponentSettingsGUI\listServices(), ilObjGlossaryGUI\listTerms(), ilObjAuthSettingsGUI\loginInfoObject(), ilObjiLincCourseGUI\membersObject(), ilObjExerciseGUI\membersObject(), ilObjGroupGUI\membersObject(), ilObjCourseGUI\membersObject(), ilContainerGUI\modifyItemGUI(), ilObjTestGUI\movePageFormObject(), ilObjForumGUI\moveThreadsObject(), ilObjUserFolderGUI\newAccountMailObject(), ilObjExerciseGUI\orderAssignmentsByDeadlineObject(), ilObjStyleSheetGUI\outputTagStyleEditScreen(), ilObjContentObjectGUI\pages(), ilObjTestGUI\participantsObject(), ilObjStyleSheetGUI\pasteCharacteristicsObject(), ilContainerGUI\pasteObject(), ilObjForumGUI\performDeleteThreadsObject(), ilObjMailGUI\performImportObject(), ilObjForumGUI\performMoveThreadsObject(), ilObjWikiGUI\performSearchObject(), ilObjForumGUI\performThreadsActionObject(), ilObjForumGUI\prepareThreadScreen(), ilObjBlogGUI\preview(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjContentObjectGUI\properties(), ilObjStyleSheetGUI\propertiesObject(), ilObjGroupGUI\refuseSubscribersObject(), ilContainerGUI\removeFromDeskObject(), removeFromSystemObject(), ilObjWikiGUI\removeImportantPagesObject(), ilObjBlogGUI\render(), ilObjBlogGUI\renderList(), ilObjAccessibilitySettingsGUI\saveAccessKeys(), ilObjSkillManagementGUI\saveAllTemplateTitles(), ilObjSkillManagementGUI\saveAllTitles(), ilObjExerciseGUI\saveAssignmentObject(), ilObjExerciseGUI\saveAssignmentOrderObject(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjStyleSheetGUI\saveCharacteristicObject(), ilObjStyleSheetGUI\saveColorObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjSystemFolderGUI\saveCronJobsObject(), ilObjFileAccessSettingsGUI\saveDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\saveDiskQuotaSettings(), ilObjFileAccessSettingsGUI\saveDownloadingSettings(), ilObjContentObjectGUI\saveExportIds(), ilObjMediaPoolGUI\saveFolder(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjAdvancedEditingGUI\saveGeneralPageSettingsObject(), ilObjUserFolderGUI\saveGlobalUserSettingsObject(), ilObjSCORM2004LearningModuleGUI\saveGlossary(), ilObjExerciseGUI\saveGradesObject(), ilObjWikiGUI\saveGradingObject(), ilObjSystemFolderGUI\saveHeaderTitlesObject(), ilObjStyleSheetGUI\saveHideStatusObject(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjMediaPoolGUI\saveMediaPoolPage(), ilObjUserFolderGUI\saveNewAccountMailObject(), ilObjWikiGUI\saveObject(), ilObjMediaObjectGUI\saveObject(), ilObjComponentSettingsGUI\saveOptions(), ilObjWikiGUI\saveOrderingAndIndentObject(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjContentObjectGUI\savePageLayout(), ilObjStyleSettingsGUI\savePageLayoutTypesObject(), ilObjForumGUI\savePostObject(), ilObjFileBasedLMGUI\saveProperties(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjSystemFolderGUI\saveProxyObject(), ilObjSCORM2004LearningModuleGUI\saveSequencing(), ilObjMediaObjectsSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjStyleSheetGUI\saveTemplateObject(), ilObjFileAccessSettingsGUI\saveWebDAVSettings(), ilObjSystemFolderGUI\saveWebServicesObject(), ilObjForumGUI\searchForumsObject(), ilObjMediaPoolGUI\selectUploadDirFiles(), setActions(), ilObjExerciseGUI\setAssignmentHeader(), ilObjForumGUI\setColumnSettings(), ilObjContentObjectGUI\setContentSubTabs(), ilObjCourseGUI\setContentSubTabs(), ilObjMediaPoolGUI\setMediaPoolPageTabs(), ilContainerGUI\setPageEditorTabs(), ilObjContentObjectGUI\setPageLayout(), ilObjWikiGUI\setSettingsSubTabs(), ilObjSCORMLearningModuleGUI\setSubTabs(), ilObjStyleSheetGUI\setSubTabs(), ilObjSCORM2004LearningModuleGUI\setSubTabs(), ilObjWorkspaceFolderGUI\setTabs(), ilObjNotificationAdminGUI\setTabs(), ilObjBlogGUI\setTabs(), ilObjExternalFeedGUI\setTabs(), ilObject2GUI\setTabs(), ilObjFileGUI\setTabs(), ilObjMediaCastGUI\setTabs(), ilObjStyleSheetGUI\setTabs(), ilObjLinkResourceGUI\setTabs(), ilObjContentObjectGUI\setTabs(), ilObjStyleSheetGUI\setTemplatesSubTabs(), ilObjCertificateSettingsGUI\settings(), ilObjAdvancedEditingGUI\settingsObject(), ilObjSurveyAdministrationGUI\settingsObject(), ilObjUserFolderGUI\settingsObject(), ilObjWorkspaceRootFolderGUI\setTitleAndDescription(), ilObjRootFolderGUI\setTitleAndDescription(), ilObjGlossaryGUI\showActions(), ilObjContentObjectGUI\showActions(), ilContainerGUI\showAdministrationPanel(), ilObjNotificationAdminGUI\showConfigMatrixObject(), ilObjSystemFolderGUI\showDbBenchResults(), ilObjForumGUI\showExplorerObject(), ilObjExerciseGUI\showGradesOverviewObject(), ilObjSCORM2004LearningModuleGUI\showLearningObjectivesAlignment(), ilContainerGUI\showLinkListObject(), ilObjMediaPoolGUI\showMediaPoolPageUsages(), ilObjSCORM2004LearningModuleGUI\showOrganization(), ilObjExerciseGUI\showParticipantObject(), ilObjComponentSettingsGUI\showPluginSlot(), ilObjComponentSettingsGUI\showPluginSlotInfo(), ilContainerGUI\showPossibleSubObjects(), ilObjSCORM2004LearningModuleGUI\showSequencing(), ilObjSkillManagementGUI\showTree(), ilObjSCORM2004LearningModuleGUI\showTree(), ilObjMediaObjectGUI\showUsagesObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjStyleSheetGUI\templateGenerationObject(), ilObjSkillManagementGUI\test(), ilObjSkillManagementGUI\testAllCert(), ilObjSkillManagementGUI\testCert(), ilObjSkillManagementGUI\testLevels(), ilObjStyleSettingsGUI\toggleGlobalDefaultObject(), ilObjStyleSettingsGUI\toggleGlobalFixedObject(), ilObjExerciseGUI\updateAssignmentObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjStyleSheetGUI\updateColorObject(), ilObjMediaPoolGUI\updateFolder(), ilObjMediaPoolGUI\updateMediaPoolPage(), ilObjStyleSheetGUI\updateObject(), ilObjExternalToolsSettingsGUI\updateSocialBookmarkObject(), ilObjStyleSheetGUI\updateTemplateObject(), ilObjMailGUI\uploadObject(), ilContainerGUI\useNewEditorObject(), ilObjRoleGUI\userassignmentObject(), ilObjFileAccessSettingsGUI\viewDiskQuotaReport(), ilObjUserFolderGUI\viewObject(), ilObjStyleSettingsGUI\viewPageLayoutsObject(), ilObjWikiGUI\viewPageObject(), and ilObjForumGUI\viewThreadObject().
| ilObjectGUI::$maxcount |
Definition at line 67 of file class.ilObjectGUI.php.
| ilObjectGUI::$obj_id |
Definition at line 66 of file class.ilObjectGUI.php.
Referenced by ilCourseContentGUI\__forwardToColumnGUI(), ilCourseContentGUI\__loadFromPost(), ilCourseObjectivePresentationGUI\__showLearningMaterials(), ilCourseObjectivePresentationGUI\__showOtherResources(), ilCourseObjectivePresentationGUI\__showTests(), ilObjContentObjectGUI\addLocations(), ilObjMediaPoolGUI\addLocatorItems(), ilObjContentObjectGUI\addMenuEntry(), ilObjCourseGUI\askDeleteStarterObject(), ilObjLinkResourceGUI\callDirectLink(), ilObjLinkResourceGUI\callLink(), ilObjBookingPoolGUI\confirmedBookingObject(), ilObjMediaPoolGUI\confirmRemove(), ilObjMediaPoolGUI\copyToClipboard(), ilObject2GUI\deleteConfirmation(), ilContainerGUI\editPageContentObject(), ilContainerGUI\getAsynchItemListObject(), getCenterColumnHTML(), ilCourseContentGUI\getRightColumnHTML(), getRightColumnHTML(), ilObjSessionGUI\infoScreen(), ilObjLanguageFolderGUI\installLocalObject(), ilObjLanguageFolderGUI\installObject(), ilObjAssessmentFolderGUI\logAdminObject(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjMediaPoolGUI\remove(), ilObjUserGUI\roleassignmentObject(), ilObjPaymentSettingsGUI\saveCustomerObject(), ilObjLanguageFolderGUI\setSystemLanguageObject(), ilObjLanguageFolderGUI\setUserLanguageObject(), ilCourseContentGUI\showStartObjects(), ilObjCourseGUI\showStartObjects(), ilObjLanguageFolderGUI\uninstallObject(), and ilCourseContentGUI\view().
| ilObjectGUI::$objDefinition |
Definition at line 29 of file class.ilObjectGUI.php.
Referenced by ilObject2GUI\__construct(), ilShopPurchaseGUI\__getCourseItemsHTML(), ilCourseObjectivePresentationGUI\__showOtherResources(), ilObjSystemFolderGUI\checkObject(), ilObject2GUI\deleteConfirmation(), ilObject2GUI\deleteConfirmedObjects(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), importFileObject(), ilObjSessionGUI\materialsObject(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), ilObjRoleGUI\perm2Object(), ilObjRoleTemplateGUI\permObject(), ilObjRoleGUI\permObject(), ilObjRoleTemplateGUI\permSaveObject(), ilObjRoleGUI\permSaveObject(), ilContainerGUI\renderItemList(), ilObjFileGUI\save(), saveObject(), ilObjNotificationAdminGUI\saveObject2(), ilObjRoleGUI\showDefaultPermissionSettings(), showMountWebfolderIcon(), ilContainerReferenceGUI\showTargetSelectionTreeObject(), showUpperIcon(), ilObjRoleTemplateGUI\showUpperIcon(), ilObjStyleSheetGUI\showUpperIcon(), ilObjRoleGUI\showUpperIcon(), and ilObjUserGUI\showUpperIcon().
| ilObjectGUI::$object |
Definition at line 64 of file class.ilObjectGUI.php.
Referenced by ilObjTestGUI\applyTemplate(), ilObject2GUI\deleteConfirmedObjects(), ilObjContentObjectGUI\editPublicSection(), ilObjTestGUI\executeCommand(), ilObjMediaPoolGUI\explorer(), ilObjContentObjectGUI\explorer(), ilObjQuestionPoolGUI\importVerifiedFileObject(), ilContainerGUI\linkObject(), ilObjUserGUI\loadValuesFromForm(), ilObjBookingPoolGUI\processBooking(), ilObjMediaObjectGUI\saveObject(), and ilObjSCORM2004LearningModuleGUI\showTree().
| ilObjectGUI::$omit_locator = false |
Definition at line 75 of file class.ilObjectGUI.php.
| ilObjectGUI::$ref_id |
Definition at line 65 of file class.ilObjectGUI.php.
Referenced by ilObjChatroomAdminGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjForumGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjCourseGUI\askDeleteStarterObject(), ilContainerGUI\clipboardObject(), ilContainerGUI\cloneAllObject(), ilContainerGUI\copyObject(), ilObjTestGUI\createQuestionPoolAndCopyObject(), ilContainerGUI\cutObject(), ilObjQuestionPoolGUI\executeCommand(), ilObjSurveyGUI\executeCreateQuestionObject(), ilContainerGUI\getAsynchItemListObject(), ilObjRoleTemplateGUI\ilObjRoleTemplateGUI(), ilObjUserGUI\ilObjUserGUI(), ilObjGroupGUI\importFileObject2(), ilObjGroupGUI\initForm(), initHeaderAction(), ilContainerGUI\linkObject(), ilContainerGUI\pasteObject(), ilContainerGUI\performPasteIntoMultipleObjectsObject(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjQuestionPoolGUI\questionsObject(), ilObjBlogGUI\render(), ilObjUserGUI\roleassignmentObject(), ilObject2GUI\setLocator(), setLocator(), ilCourseContentGUI\showStartObjects(), ilObjCourseGUI\showStartObjects(), ilObjPaymentSettingsGUI\statisticObject(), ilCourseContentGUI\updateTimings(), and ilCourseContentGUI\updateUserTimings().
| ilObjectGUI::$return_location |
Definition at line 69 of file class.ilObjectGUI.php.
Referenced by ilObjiLincCourseGUI\canceledObject(), ilObjGroupGUI\canceledObject(), ilObjCourseGUI\cancelMemberObject(), and ilObjiLincCourseGUI\cancelMemberObject().
| ilObjectGUI::$sub_objects |
Definition at line 74 of file class.ilObjectGUI.php.
Referenced by showPossibleSubObjects().
| ilObjectGUI::$tab_target_script |
Definition at line 72 of file class.ilObjectGUI.php.
| ilObjectGUI::$target_frame |
Definition at line 70 of file class.ilObjectGUI.php.
| ilObjectGUI::$tpl |
Definition at line 36 of file class.ilObjectGUI.php.
Referenced by ilObjDlBookGUI\__applyCitationText(), ilObject2GUI\__construct(), ilObjUserFolderGUI\__showAppliedUsersTable(), ilObjRoleGUI\__showAssignedUsersTable(), __showClipboardTable(), ilObjCourseGUI\__showDeleteSubscriberTable(), ilObjForumGUI\__showMembersTable(), ilObjCourseGUI\__showRemoveFromWaitingListTable(), ilObjCategoryGUI\__showRolesTable(), ilObjUserGUI\__showRolesTable(), ilObjiLincCourseGUI\__showSearchGroupTable(), ilObjRoleGUI\__showSearchGroupTable(), ilObjiLincCourseGUI\__showSearchRoleTable(), ilObjRoleGUI\__showSearchRoleTable(), ilObjiLincCourseGUI\__showSearchUserTable(), ilObjRoleGUI\__showSearchUserTable(), ilContainerGUI\__showTimingsButton(), ilObjCategoryGUI\__showUsersTable(), ilObjCourseGUI\__showWaitingListTable(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilObjStyleSheetGUI\_getTemplatePreview(), ilObjLanguageExtGUI\_getTranslationLink(), ilObjStyleSheetGUI\accordiontestObject(), ilObjLanguageExtGUI\addAdminLocatorItems(), ilObjExerciseGUI\addAssignmentObject(), ilObjMediaCastGUI\addCastItemObject(), ilObjStyleSheetGUI\addCharacteristicFormObject(), ilObjStyleSheetGUI\addColorObject(), ilObjStyleSheetGUI\addImageObject(), ilObjStyleSheetGUI\addTemplateObject(), ilObjRoleGUI\adoptPermObject(), ilObjSurveyGUI\afterSave(), ilObjMediaPoolGUI\allMedia(), ilObjWikiGUI\allPagesObject(), ilObjAuthSettingsGUI\apacheAuthSettingsObject(), ilObjExerciseGUI\askDirectionSubmissionObject(), ilObjSCORM2004LearningModuleGUI\assignGlossary(), ilObjSystemFolderGUI\benchmarkObject(), ilObjBlogGUI\buildExportTemplate(), ilObjExerciseGUI\confirmAssignmentsDeletionObject(), ilObjExerciseGUI\confirmDeassignMembersObject(), ilObjExerciseGUI\confirmDeleteDeliveredObject(), ilObjStyleSettingsGUI\confirmDeleteIndividualStyles(), ilObjMediaCastGUI\confirmDeletionItemsObject(), ilObjSCORM2004LearningModuleGUI\confirmExpertMode(), ilObjWikiGUI\confirmRemoveImportantPagesObject(), ilObjExerciseGUI\createBlogObject(), ilObjMediaPoolGUI\createFolderForm(), ilObjSCORM2004LearningModuleGUI\createGlossary(), ilObjMediaPoolGUI\createMediaPoolPage(), ilObjStyleSheetGUI\createObject(), ilObjMediaObjectGUI\createObject(), ilObjUserGUI\createObject(), createObject(), ilObjTestGUI\createQuestionObject(), ilObjAssessmentFolderGUI\defaultsObject(), ilObjStyleSheetGUI\deleteCharacteristicConfirmationObject(), ilObjStyleSheetGUI\deleteColorConfirmationObject(), ilObject2GUI\deleteConfirmation(), ilObjStyleSheetGUI\deleteCoreCharMessage(), ilObjSkillManagementGUI\deleteNodes(), ilObjSCORM2004LearningModuleGUI\deleteNodes(), deleteObject(), ilObjStyleSheetGUI\deleteTemplateConfirmationObject(), ilObjStyleSheetGUI\displayTemplateEditForm(), ilObjAccessibilitySettingsGUI\editAccessKeys(), ilObjExerciseGUI\editAssignmentObject(), ilObjMediaCastGUI\editCastItemObject(), ilObjStyleSheetGUI\editColorObject(), ilObjStyleSettingsGUI\editContentStylesObject(), ilObjCourseGUI\editCourseIconsObject(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\editDiskQuotaSettings(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjMediaPoolGUI\editFolder(), ilObjTaggingSettingsGUI\editForbiddenTags(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjGroupGUI\editGroupIconsObject(), ilObjWikiGUI\editImportantPagesObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), ilObjMediaPoolGUI\editMediaPoolPage(), ilObjStyleSheetGUI\editObject(), ilObjFileBasedLMGUI\editObject(), ilObjMediaObjectGUI\editObject(), editObject(), ilContainerGUI\editPageContentObject(), ilObjPaymentSettingsGUI\editPricesObject(), ilObjMediaObjectsSettingsGUI\editSettings(), ilObjWikiGUI\editSettingsObject(), ilObjMediaCastGUI\editSettingsObject(), ilObjSkillManagementGUI\editSkills(), ilObjSkillManagementGUI\editSkillTemplates(), ilObjContentObjectGUI\editStyleProperties(), ilObjSCORM2004LearningModuleGUI\editStyleProperties(), ilObjWikiGUI\editStylePropertiesObject(), ilContainerGUI\editStylePropertiesObject(), ilObjStyleSheetGUI\editTagStyleObject(), ilObjStyleSheetGUI\editTemplateObject(), ilObjRootFolderGUI\editTranslationsObject(), ilObjCategoryGUI\editTranslationsObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjExternalFeedGUI\executeCommand(), ilObjBookingPoolGUI\executeCommand(), ilObjectPluginGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilContainerGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjMediaObjectGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjBlogGUI\exportHTMLPages(), ilObjStyleSheetGUI\generateTemplateObject(), getCreationFormsHTML(), getDidacticTemplateVar(), ilObjForumGUI\getForumExplorer(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjStyleSheetGUI\ilObjStyleSheetGUI(), ilObjGlossaryGUI\importFileObject(), ilObjSurveyQuestionPoolGUI\importFileObject(), ilObjContentObjectGUI\importFileObject(), importFileObject(), ilObjSurveyGUI\importFileObject(), ilObjStyleSettingsGUI\importPageLayoutFormObject(), ilObjStyleSettingsGUI\importPageLayoutObject(), ilObjUserFolderGUI\importUserFormObject(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjCourseGUI\infoScreen(), ilObjectPluginGUI\infoScreen(), ilObjUserGUI\initCreate(), ilObjGroupGUI\initForm(), ilObjWikiGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilContainerGUI\initStylePropertiesForm(), ilObjSCORM2004LearningModuleGUI\insertScenarioGUI(), ilObjSCORM2004LearningModuleGUI\insertTemplateGUI(), ilObjUserFolderGUI\learningProgressObject(), ilObjGroupGUI\leaveObject(), ilObjLinkResourceGUI\linkChecker(), ilObjContentObjectGUI\linkChecker(), ilObjExerciseGUI\listAssignmentsObject(), ilObjStyleSheetGUI\listColorsObject(), ilObjWikiGUI\listContributorsObject(), ilObjStyleSheetGUI\listImagesObject(), ilObjMediaCastGUI\listItemsObject(), ilObjContentObjectGUI\listLinks(), ilObjMediaPoolGUI\listMedia(), ilObjComponentSettingsGUI\listModules(), ilObjComponentSettingsGUI\listPlugins(), ilObjExerciseGUI\listPublicSubmissionsObject(), ilObjContentObjectGUI\listQuestions(), ilObjComponentSettingsGUI\listServices(), ilObjCourseGUI\listStructureObject(), ilObjStyleSheetGUI\listTemplatesObject(), ilObjGlossaryGUI\listTerms(), ilObjBookingPoolGUI\logObject(), ilObjGroupGUI\membersMapObject(), ilObjCourseGUI\membersMapObject(), ilObjExerciseGUI\membersObject(), ilObjCourseGUI\membersObject(), ilObjTestGUI\movePageFormObject(), ilContainerGUI\newBlockTemplate(), ilObjWikiGUI\newPagesObject(), ilObjWikiGUI\orphanedPagesObject(), ilObjStyleSheetGUI\outputTagStyleEditScreen(), ilObjContentObjectGUI\pages(), ilObjStyleSheetGUI\pasteCharacteristicsOverviewObject(), ilObjWikiGUI\performSearchObject(), ilObjWikiGUI\popularPagesObject(), ilObjMediaCastGUI\populateFormFromPost(), prepareOutput(), ilObjForumGUI\prepareThreadScreen(), ilObjCourseGUI\printMembersObject(), ilObjWikiGUI\printViewObject(), ilObjSCORMLearningModuleGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjFileBasedLMGUI\properties(), ilObjGlossaryGUI\properties(), ilObjSurveyGUI\propertiesObject(), ilObjTestGUI\propertiesObject(), ilObjWikiGUI\recentChangesObject(), ilObjWorkspaceFolderGUI\render(), ilObjBlogGUI\render(), ilObjBookingPoolGUI\renderBookingByObject(), ilObjBookingPoolGUI\renderBookingByType(), ilObjBlogGUI\renderFullScreen(), ilContainerGUI\renderItemList(), ilContainerGUI\renderObject(), ilObjWikiGUI\renderSideBlock(), ilObjExerciseGUI\saveAssignmentObject(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjStyleSheetGUI\saveCharacteristicObject(), ilObjStyleSheetGUI\saveColorObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjSystemFolderGUI\saveCronJobsObject(), ilObjMediaPoolGUI\saveFolder(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjSCORM2004LearningModuleGUI\saveGlossary(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjMediaPoolGUI\saveMediaPoolPage(), ilObjWikiGUI\saveObject(), ilObjGlossaryGUI\saveObject(), ilObjUserGUI\saveObject(), ilObjMediaObjectGUI\saveObject(), saveObject(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjFileBasedLMGUI\saveProperties(), ilObjContentObjectGUI\saveProperties(), ilObjGlossaryGUI\saveProperties(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjSystemFolderGUI\saveProxyObject(), ilObjSCORM2004LearningModuleGUI\saveSequencing(), ilObjMediaObjectsSettingsGUI\saveSettings(), ilObjStyleSheetGUI\saveTemplateObject(), ilObjSystemFolderGUI\saveWebServicesObject(), ilObjExerciseGUI\selectBlogObject(), ilObjExerciseGUI\selectPortfolioObject(), ilObjCourseGUI\selectStarterObject(), ilObjMediaPoolGUI\selectUploadDirFiles(), ilObjExerciseGUI\setAssignmentHeader(), ilObjWikiGUI\setContentStyleSheet(), ilObject2GUI\setLocator(), setLocator(), ilObjSurveyGUI\setNewTemplate(), ilObjContentObjectGUI\setPageLayout(), ilObjAdvancedEditingGUI\settingsObject(), ilObjSurveyAdministrationGUI\settingsObject(), ilObjUserFolderGUI\settingsObject(), ilObjWorkspaceRootFolderGUI\setTitleAndDescription(), ilObjWorkspaceFolderGUI\share(), ilObjSystemFolderGUI\showBasicSettingsObject(), ilObjSystemFolderGUI\showContactInformationObject(), ilObjSystemFolderGUI\showCronJobsObject(), ilObjSystemFolderGUI\showDbBenchResults(), ilObjForumGUI\showExplorerObject(), ilObjContentObjectGUI\showExportIDsOverview(), ilObjSCORM2004LearningModuleGUI\showExportList(), ilObjAdvancedEditingGUI\showGeneralPageEditorSettingsObject(), ilObjMDSettingsGUI\showGeneralSettings(), ilObjExerciseGUI\showGradesOverviewObject(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilObjSystemFolderGUI\showJavaServerObject(), ilObjSCORM2004LearningModuleGUI\showLearningObjectivesAlignment(), ilContainerGUI\showLinkListObject(), ilObjContentObjectGUI\showMaintenance(), ilObjMediaPoolGUI\showMediaPoolPageUsages(), ilObjForumGUI\showMembersObject(), showMountWebfolderIcon(), ilObjSCORM2004LearningModuleGUI\showOrganization(), ilObjExerciseGUI\showOverviewObject(), ilObjAdvancedEditingGUI\showPageEditorSettingsObject(), ilObjExerciseGUI\showParticipantObject(), ilContainerGUI\showPasswordInstructionObject(), ilObjComponentSettingsGUI\showPluginSlot(), ilObjComponentSettingsGUI\showPluginSlotInfo(), ilObjBookingPoolGUI\showProfileObject(), ilObjSystemFolderGUI\showProxyObject(), ilObjSCORM2004LearningModuleGUI\showSequencing(), ilObjSystemFolderGUI\showServerInfoObject(), ilContainerReferenceGUI\showTargetSelectionTreeObject(), ilObjSkillManagementGUI\showTree(), ilContainerGUI\showTreeFlatIcon(), showUpperIcon(), ilObjRoleTemplateGUI\showUpperIcon(), ilObjStyleSheetGUI\showUpperIcon(), ilObjRoleGUI\showUpperIcon(), ilObjUserGUI\showUpperIcon(), ilObjMediaObjectGUI\showUsagesObject(), ilObjForumGUI\showUserObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjSystemFolderGUI\showWebServicesObject(), ilObjStyleSheetGUI\templateGenerationObject(), ilObjSkillManagementGUI\test(), ilObjSkillManagementGUI\testAllCert(), ilObjSkillManagementGUI\testCert(), ilObjSkillManagementGUI\testLevels(), trashObject(), ilObjExerciseGUI\updateAssignmentObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjStyleSheetGUI\updateColorObject(), ilObjMediaPoolGUI\updateFolder(), ilObjMediaPoolGUI\updateMediaPoolPage(), ilObjStyleSheetGUI\updateObject(), ilObjUserGUI\updateObject(), updateObject(), ilObjUserGUI\updateObjectOld(), ilObjStyleSheetGUI\updateTemplateObject(), ilObjStyleSheetGUI\uploadImageObject(), ilObjLanguageFolderGUI\viewObject(), ilObjLanguageExtGUI\viewObject(), ilObjUserFolderGUI\viewObject(), viewObject(), ilObjStyleSettingsGUI\viewPageLayoutsObject(), ilObjWikiGUI\viewPageObject(), and ilObjForumGUI\viewThreadObject().
| ilObjectGUI::$tree |
Definition at line 43 of file class.ilObjectGUI.php.
Referenced by ilCourseContentGUI\__buildPath(), ilCourseItemAdministrationGUI\__checkItemId(), ilShopPurchaseGUI\__construct(), ilObjRoleGUI\__construct(), ilObjPaymentSettingsGUI\__getHTMLPath(), ilCourseArchivesGUI\__initCourseObject(), ilCourseObjectivePresentationGUI\__initCourseObject(), ilCourseContentGUI\__initCourseObject(), ilCourseItemAdministrationGUI\__initItem(), ilObjRoleGUI\__setLocator(), ilContainerGUI\__showTimingsButton(), ilContainerGUI\_buildPath(), ilObjContentObjectGUI\addLocations(), ilObjRoleGUI\adoptPermSaveObject(), ilObjExternalFeedGUI\afterUpdate(), ilObjSCORM2004LearningModuleGUI\assignGlossary(), ilObjExternalFeedGUI\cancelUpdate(), ilObjRoleGUI\changeExistingObjectsObject(), ilObjContentObjectGUI\chapters(), ilContainerGUI\cloneAllObject(), ilContainerGUI\cloneNodes(), ilContainerGUI\cloneWizardPageObject(), ilObjContentObjectGUI\confirmedDelete(), ilObjSCORM2004LearningModuleGUI\confirmedDelete(), ilObjSurveyGUI\createQuestionPool(), ilObjTestGUI\createQuestionPool(), ilObjSessionGUI\createRecurringSessions(), ilObjRoleFolderGUI\doCopyRole(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjFileBasedLMGUI\editObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjSessionGUI\eventsListObject(), ilObjGlossaryGUI\exportList(), ilObjTestGUI\exportObject(), ilObjSessionGUI\formatPath(), ilObjFolderGUI\forwardToTimingsView(), ilDBayObjectGUI\getAdminTabs(), getAdminTabs(), ilObjRoleFolderGUI\getAdminTabs(), ilRoleDesktopItem\getAll(), ilObjDlBookGUI\getContextPath(), ilObjForumGUI\getTabs(), ilObjSessionGUI\getTabs(), ilObjSessionGUI\handleFileUpload(), ilContainerGUI\ilContainerGUI(), ilObjectGUI(), ilObjFileAccessSettingsGUI\ilObjFileAccessSettingsGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjUserFolderGUI\importUsersObject(), ilObjSessionGUI\infoScreen(), ilContainerGUI\initAndDisplayLinkIntoMultipleObjectsObject(), ilContainerGUI\initAndDisplayMoveIntoObjectObject(), ilObjGroupGUI\initForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesEditableForm(), ilContainerReferenceGUI\initTargetSelection(), isVisible(), ilObjRoleGUI\listDesktopItemsObject(), ilObjiLincCourseGUI\listUsersGroupObject(), ilObjRoleGUI\listUsersGroupObject(), ilContainerGUI\lockObject(), ilObjSessionGUI\materialsObject(), ilObjExerciseGUI\membersObject(), ilObjSessionGUI\membersObject(), ilObjSessionGUI\modifyItemGUI(), ilObjGroupGUI\modifyItemGUI(), ilObjFolderGUI\modifyItemGUI(), ilObjForumGUI\moveThreadsObject(), ilObjContentObjectGUI\pages(), ilContainerGUI\pasteObject(), ilContainerGUI\performPasteIntoMultipleObjectsObject(), ilObjRoleGUI\perm2Object(), ilObjRoleGUI\permSaveObject(), ilObjSessionGUI\printAttendanceListObject(), ilObjSessionGUI\printViewMembersObject(), ilObjSCORMLearningModuleGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjFileBasedLMGUI\properties(), ilObjGlossaryGUI\properties(), ilObjExerciseGUI\renderWorkspaceExplorer(), ilObjExerciseGUI\saveBlogObject(), ilObjSCORM2004LearningModuleGUI\saveGlossary(), ilObjGroupGUI\saveObject(), ilObjiLincCourseGUI\searchObject(), ilObjRoleGUI\searchObject(), ilObjPaymentSettingsGUI\searchObject(), ilObjRoleGUI\selectDesktopItemObject(), ilObjExerciseGUI\setSelectedBlogObject(), ilObjForumGUI\settingsTabs(), ilObjExerciseGUI\showGradesOverviewObject(), ilContainerGUI\showLinkListObject(), ilObjForumGUI\showMembersObject(), showMountWebfolderIcon(), ilObjPaymentSettingsGUI\showObjectSelectorObject(), ilObjExerciseGUI\showParticipantObject(), ilContainerReferenceGUI\showTargetSelectionTreeObject(), showUpperIcon(), ilObjRoleTemplateGUI\showUpperIcon(), ilObjStyleSheetGUI\showUpperIcon(), ilObjRoleGUI\showUpperIcon(), ilObjUserGUI\showUpperIcon(), ilObjGroupGUI\unsubscribeObject(), ilObjSessionGUI\updateMembersObject(), ilObjRoleGUI\updateObject2(), ilObjGlossaryGUI\viewExportLog(), ilObjFolderGUI\viewObject(), and ilObjGroupGUI\viewObject().
| const ilObjectGUI::CFORM_CLONE = 3 |
Definition at line 79 of file class.ilObjectGUI.php.
Referenced by ilObjFileGUI\initCreationForms().
| const ilObjectGUI::CFORM_IMPORT = 2 |
Definition at line 78 of file class.ilObjectGUI.php.
Referenced by ilObjSAHSLearningModuleGUI\initCreationForms().
| const ilObjectGUI::CFORM_NEW = 1 |
Definition at line 77 of file class.ilObjectGUI.php.
Referenced by ilObjSAHSLearningModuleGUI\initCreationForms().
| const ilObjectGUI::COPY_WIZARD_NEEDS_PAGE = 1 |
Definition at line 15 of file class.ilObjectGUI.php.