|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder, course, group, category, folder. More...
Inheritance diagram for ilContainerGUI:
Collaboration diagram for ilContainerGUI:Public Member Functions | |
| executeCommand () | |
| forwardToPageObject () | |
| addPageTabs () | |
| getContainerPageHTML () | |
| getContentGUI () | |
| renderObject () | |
| renderBlockAsynchObject () | |
| render the object More... | |
| setContentSubTabs () | |
| showAdministrationPanel () | |
| showPermanentLink () | |
| editPageFrameObject () | |
| cancelPageContentObject () | |
| showLinkListObject () | |
| addHeaderRow (ilTemplate $a_tpl, string $a_type, bool $a_show_image=true) | |
| addMessageRow (ilTemplate $a_tpl, string $a_message, string $a_type) | |
| setPageEditorTabs () | |
| addStandardContainerSubTabs (bool $a_include_view=true) | |
| Add standard container subtabs for view, manage, oderdering and text/media editor link. More... | |
| enableAdministrationPanelObject () | |
| disableAdministrationPanelObject () | |
| editOrderObject () | |
| isActiveOrdering () | |
| isActiveItemOrdering () | |
| enableMultiDownloadObject () | |
| isMultiDownloadEnabled () | |
| cutObject () | |
| cut object(s) out from a container and write the information to clipboard @access public More... | |
| copyObject () | |
| Copy object(s) out from a container and write the information to clipboard It is not possible to copy multiple objects at once. More... | |
| downloadObject () | |
| getBucketTitle () | |
| linkObject () | |
| create an new reference of an object in tree it's like a hard link of unix More... | |
| clearObject () | |
| clear clipboard and go back to last object More... | |
| performPasteIntoMultipleObjectsObject () | |
| initAndDisplayLinkIntoMultipleObjectsObject () | |
| showPasteTreeObject () | |
| cancelMoveLinkObject () | |
| Cancel move|link empty clipboard and return to parent. More... | |
| keepObjectsInClipboardObject () | |
| initAndDisplayCopyIntoMultipleObjectsObject () | |
| initAndDisplayMoveIntoObjectObject () | |
| pasteObject () | |
| paste object from clipboard to current place Depending on the chosen command the object(s) are linked, copied or moved More... | |
| clipboardObject () | |
| isActiveAdministrationPanel () | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| allowBlocksMoving () | |
| Standard is to allow blocks moving. More... | |
| allowBlocksConfigure () | |
| Standard is to allow blocks configuration. More... | |
| cloneAllObject () | |
| Clone all object Overwritten method for copying container objects. More... | |
| saveSortingObject () | |
| cloneNodes (int $srcRef, int $dstRef, array &$mapping, ?string $newName=null) | |
| Recursively clones all nodes of the RBAC tree. More... | |
| modifyItemGUI (ilObjectListGUI $a_item_list_gui, array $a_item_data) | |
| editStylePropertiesObject () | |
| redrawListItemObject () | |
| Redraw a list item (ajax) More... | |
| trashObject () | |
| Show trash content of object. More... | |
| trashApplyFilterObject () | |
| trashResetFilterObject () | |
| removeFromSystemObject () | |
| undeleteObject () | |
| Get objects back from trash. More... | |
| confirmRemoveFromSystemObject () | |
| setSideColumnReturn () | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| competencesObject () | |
Public Member Functions inherited from ilObjectGUI | |
| getRefId () | |
| setAdminMode (string $mode) | |
| getAdminMode () | |
| getObject () | |
| executeCommand () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode (bool $mode=true) | |
| If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode is determined in ilRepositoryGUI. More... | |
| getCreationMode () | |
| prepareOutput (bool $show_sub_objects=true) | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| getHTML () | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
| cancelObject () | |
| cancel action and go back to previous page More... | |
| createObject () | |
| create new object form More... | |
| editAvailabilityPeriodObject () | |
| saveAvailabilityPeriodObject () | |
| cancelCreation () | |
| cancel create action and go back to repository parent More... | |
| saveObject () | |
| getDidacticTemplateVar (string $type) | |
| Get didactic template setting from creation screen. More... | |
| putObjectInTree (ilObject $obj, ?int $parent_node_id=null) | |
| Add object to tree at given position. More... | |
| editObject () | |
| addExternalEditFormCustom (ilPropertyFormGUI $form) | |
| updateObject () | |
| updates object entry in object_data More... | |
| getFormAction (string $cmd, string $default_form_action="") | |
| Get form action for command (command is method name without "Object", e.g. More... | |
| isVisible (int $ref_id, string $type) | |
| viewObject () | |
| viewObject container presentation for "administration -> repository, trash, permissions" More... | |
| deleteObject (bool $error=false) | |
| Display deletion confirmation screen. More... | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Public Member Functions inherited from ilDesktopItemHandling | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Static Public Member Functions | |
| static | _buildPath (int $a_ref_id, int $a_course_ref_id) |
| build path More... | |
Static Public Member Functions inherited from ilObjectGUI | |
| static | _gotoRepositoryRoot (bool $raise_error=false) |
| Goto repository root. More... | |
| static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
| static | _gotoSharedWorkspaceNode (int $wsp_id) |
Data Fields | |
| int | $bl_cnt = 1 |
| bool | $multi_download_enabled = false |
Data Fields inherited from ilObjectGUI | |
| const | ADMIN_MODE_NONE = "" |
| const | ADMIN_MODE_SETTINGS = "settings" |
| const | ADMIN_MODE_REPOSITORY = "repository" |
| const | UPLOAD_TYPE_LOCAL = 1 |
| const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
| const | SUPPORTED_IMPORT_MIME_TYPES = [MimeType::APPLICATION__ZIP, MimeType::APPLICATION__X_ZIP_COMPRESSED] |
Protected Member Functions | |
| getModeManager () | |
| getItemPresentation ( $include_empty_blocks=true, ?string $lang=null) | |
| getEditFormValues () | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| getDidacticTemplateIdFromQuery () | |
| setTitleAndDescription () | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| supportsPageEditor () | |
| gotItems () | |
| getTabs () | |
| @abstract overwrite in derived GUI class of your object type More... | |
| showContainerPageTabs () | |
| showPasswordInstructionObject (bool $a_init=true) | |
| initFormPasswordInstruction () | |
| Init password form. More... | |
| savePasswordObject () | |
| initEditForm () | |
| initSortingForm (ilPropertyFormGUI $form, array $a_sorting_settings) | |
| Append sorting settings to property form. More... | |
| initListPresentationForm (ilPropertyFormGUI $form) | |
| Add list presentation settings to form. More... | |
| saveListPresentation (ilPropertyFormGUI $form) | |
| initSortingDirectionForm (ilContainerSortingSettings $sorting_settings, ilRadioOption $element, string $a_prefix) | |
| Add sorting direction. More... | |
| initManualSortingOptionForm (ilContainerSortingSettings $settings, ilRadioOption $element, string $a_prefix, array $a_sorting_settings) | |
| Add manual sorting options. More... | |
| saveSortingSettings (ilPropertyFormGUI $form) | |
| trashHandleFilter (bool $action_apply, bool $action_reset) | |
| restoreToNewLocationObject (?ilPropertyFormGUI $form=null) | |
| getTreeSelectorGUI (string $cmd) | |
| initFilter () | |
| showContainerFilter () | |
Protected Member Functions inherited from ilObjectGUI | |
| getObjectService () | |
| assignObject () | |
| setTitleAndDescription () | |
| createActionDispatcherGUI () | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
| Add header action menu. More... | |
| insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
| Insert header action into main template. More... | |
| addHeaderAction () | |
| Add header action menu. More... | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. More... | |
| setTabs () | |
| set admin tabs More... | |
| setAdminTabs () | |
| set admin tabs More... | |
| setLocator () | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| omitLocator (bool $omit=true) | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| getCreationFormsHTML (StandardForm|ilPropertyFormGUI|array $form) | |
| getTitleForCreationFormPage () | |
| getCreationFormTitle () | |
| initCreateForm (string $new_type) | |
| didacticTemplatesToForm () | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| retrieveAdditionalDidacticTemplateOptions () | |
| addAdoptContentLinkToToolbar () | |
| addImportButtonToToolbar () | |
| addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar) | |
| parseDidacticTemplateVar (string $var, string $type) | |
| afterSave (ilObject $new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| routeImportCmdObject () | |
| importFile (string $file_to_import, string $path_to_uploaded_file_in_temp_dir) | |
| deleteUploadedImportFile (string $path_to_uploaded_file_in_temp_dir) | |
| afterImport (ilObject $new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction (string $cmd, string $form_action) | |
| getReturnLocation (string $cmd, string $default_location="") | |
| Get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation (string $cmd, string $location) | |
| set specific return location for command More... | |
| getTargetFrame (string $cmd, string $default_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame (string $cmd, string $target_frame) | |
| Set specific target frame for command. More... | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| getTabs () | |
| @abstract overwrite in derived GUI class of your object type More... | |
| redirectToRefId (int $ref_id, string $cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. More... | |
| getCreatableObjectTypes () | |
| buildAddNewItemElements (array $subtypes, string $create_target_class=ilRepositoryGUI::class, ?int $redirect_target_ref_id=null,) | |
| buildGroup (string $create_target_class, array $obj_types_in_group, string $title, array $subtypes) | |
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder, course, group, category, folder.
Definition at line 34 of file class.ilContainerGUI.php.
|
static |
build path
Definition at line 2043 of file class.ilContainerGUI.php.
| ilContainerGUI::addHeaderRow | ( | ilTemplate | $a_tpl, |
| string | $a_type, | ||
| bool | $a_show_image = true |
||
| ) |
Definition at line 723 of file class.ilContainerGUI.php.
References ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Here is the call graph for this function:| ilContainerGUI::addMessageRow | ( | ilTemplate | $a_tpl, |
| string | $a_message, | ||
| string | $a_type | ||
| ) |
Definition at line 799 of file class.ilContainerGUI.php.
| ilContainerGUI::addPageTabs | ( | ) |
Definition at line 278 of file class.ilContainerGUI.php.
| ilContainerGUI::addStandardContainerSubTabs | ( | bool | $a_include_view = true | ) |
Add standard container subtabs for view, manage, oderdering and text/media editor link.
Definition at line 850 of file class.ilContainerGUI.php.
Referenced by ilObjStudyProgrammeGUI\getSubTabs(), and ilObjOrgUnitGUI\setContentSubTabs().
Here is the caller graph for this function:
|
protected |
Post (successful) object update hook.
Reimplemented from ilObjectGUI.
Definition at line 193 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), ilDidacticTemplateObjSettings\lookupTemplateId(), and ILIAS\Repository\object().
Referenced by ilObjCourseGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::allowBlocksConfigure | ( | ) |
Standard is to allow blocks configuration.
Definition at line 1911 of file class.ilContainerGUI.php.
| ilContainerGUI::allowBlocksMoving | ( | ) |
Standard is to allow blocks moving.
Definition at line 1903 of file class.ilContainerGUI.php.
| ilContainerGUI::cancelMoveLinkObject | ( | ) |
Cancel move|link empty clipboard and return to parent.
Definition at line 1584 of file class.ilContainerGUI.php.
Referenced by ilObjOrgUnitGUI\executeCommand().
Here is the caller graph for this function:| ilContainerGUI::cancelPageContentObject | ( | ) |
Definition at line 652 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::clearObject | ( | ) |
clear clipboard and go back to last object
Definition at line 1228 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::clipboardObject | ( | ) |
Definition at line 1810 of file class.ilContainerGUI.php.
References $data, $ilErr, $lng, $log, $ref_id, ilObjectFactory\getInstanceByRefId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::cloneAllObject | ( | ) |
Clone all object Overwritten method for copying container objects.
Definition at line 1921 of file class.ilContainerGUI.php.
References $_COOKIE, $ilErr, ILIAS\UI\Implementation\Component\Input\Field\$options, $ref_id, $requested_ref_id, ilCopyWizardOptions\_isFinished(), ilObjectFactory\getInstanceByRefId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::cloneNodes | ( | int | $srcRef, |
| int | $dstRef, | ||
| array & | $mapping, | ||
| ?string | $newName = null |
||
| ) |
Recursively clones all nodes of the RBAC tree.
Definition at line 1982 of file class.ilContainerGUI.php.
| ilContainerGUI::competencesObject | ( | ) |
Definition at line 2720 of file class.ilContainerGUI.php.
| ilContainerGUI::confirmRemoveFromSystemObject | ( | ) |
Definition at line 2589 of file class.ilContainerGUI.php.
References $lng, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::copyObject | ( | ) |
Copy object(s) out from a container and write the information to clipboard It is not possible to copy multiple objects at once.
Definition at line 1039 of file class.ilContainerGUI.php.
References $ilErr, $ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::cutObject | ( | ) |
cut object(s) out from a container and write the information to clipboard @access public
Definition at line 981 of file class.ilContainerGUI.php.
References $ilErr, $ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::disableAdministrationPanelObject | ( | ) |
Reimplemented in ilObjGroupGUI.
Definition at line 932 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::downloadObject | ( | ) |
Definition at line 1120 of file class.ilContainerGUI.php.
References $GLOBALS, $ilErr, $requested_ref_id, ANONYMOUS_USER_ID, ILIAS\Repository\ctrl(), ILIAS\Survey\Mode\getId(), ilObjectFactory\getInstanceByRefId(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilContainerGUI::editOrderObject | ( | ) |
Definition at line 938 of file class.ilContainerGUI.php.
| ilContainerGUI::editPageFrameObject | ( | ) |
Definition at line 647 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::editStylePropertiesObject | ( | ) |
Definition at line 2065 of file class.ilContainerGUI.php.
Referenced by ilObjStudyProgrammeGUI\executeCommand().
Here is the caller graph for this function:| ilContainerGUI::enableAdministrationPanelObject | ( | ) |
Reimplemented in ilObjGroupGUI.
Definition at line 926 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::enableMultiDownloadObject | ( | ) |
Definition at line 966 of file class.ilContainerGUI.php.
| ilContainerGUI::executeCommand | ( | ) |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjRecoveryFolderGUI, ilObjCategoryGUI, ilObjCourseGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkSeriesGUI, ilObjFolderGUI, ilObjGroupGUI, ilObjLearningSequenceGUI, ilObjOrgUnitGUI, ilObjRootFolderGUI, and ilObjStudyProgrammeGUI.
Definition at line 157 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::forwardToPageObject | ( | ) |
Definition at line 214 of file class.ilContainerGUI.php.
References $lng, ilPageObject\_exists(), ILIAS\Repository\ctrl(), exit, ilObjStyleSheet\getSyntaxStylePath(), and ILIAS\Repository\object().
Referenced by ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGroupGUI\executeCommand(), and ilObjRootFolderGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::getAdminTabs | ( | ) |
administration tabs show only permissions and trash folder
Reimplemented from ilObjectGUI.
Reimplemented in ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkSeriesGUI, and ilObjOrgUnitGUI.
Definition at line 2688 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::getBucketTitle | ( | ) |
Definition at line 1158 of file class.ilContainerGUI.php.
References ilFileUtils\getASCIIFilename(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilContainerGUI::getContainerPageHTML | ( | ) |
Definition at line 291 of file class.ilContainerGUI.php.
References $ilSetting, ilPageUtil\_existsAndNotEmpty(), ilObjStyleSheet\getSyntaxStylePath(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilContainerGUI::getContentGUI | ( | ) |
Reimplemented in ilObjTalkTemplateAdministrationGUI.
Definition at line 353 of file class.ilContainerGUI.php.
References ilContainerContentGUI\getViewMode(), ilCourseConstants\IL_CRS_VIEW_TIMING, ILIAS\Repository\object(), ilContainer\VIEW_BY_TYPE, ilContainer\VIEW_OBJECTIVE, ilContainer\VIEW_SESSIONS, and ilContainer\VIEW_SIMPLE.
Referenced by ilObjOrgUnitGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 209 of file class.ilContainerGUI.php.
Referenced by ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), and ilObjFolderGUI\executeCommand().
Here is the caller graph for this function:
|
protected |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, and ilObjRootFolderGUI.
Definition at line 183 of file class.ilContainerGUI.php.
References ilDidacticTemplateObjSettings\lookupTemplateId(), and ILIAS\Repository\object().
Referenced by ilObjFolderGUI\editObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 140 of file class.ilContainerGUI.php.
References ilObjectGUI\getObject().
Referenced by ilObjTalkTemplateAdministrationGUI\getContentGUI().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 130 of file class.ilContainerGUI.php.
References $mode_manager, and ilObjectGUI\getObject().
Referenced by ilObjGroupGUI\disableAdministrationPanelObject(), ilObjGroupGUI\enableAdministrationPanelObject(), and ilObjStudyProgrammeGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
@abstract overwrite in derived GUI class of your object type
Reimplemented from ilObjectGUI.
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkSeriesGUI, ilObjFolderGUI, ilObjGroupGUI, ilObjLearningSequenceGUI, ilObjOrgUnitGUI, ilObjRootFolderGUI, and ilObjStudyProgrammeGUI.
Definition at line 891 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Reimplemented in ilObjOrgUnitGUI.
Definition at line 2602 of file class.ilContainerGUI.php.
References ilObject\_lookupType().
Here is the call graph for this function:
|
protected |
Definition at line 628 of file class.ilContainerGUI.php.
| ilContainerGUI::initAndDisplayCopyIntoMultipleObjectsObject | ( | ) |
Definition at line 1600 of file class.ilContainerGUI.php.
| ilContainerGUI::initAndDisplayLinkIntoMultipleObjectsObject | ( | ) |
Definition at line 1526 of file class.ilContainerGUI.php.
| ilContainerGUI::initAndDisplayMoveIntoObjectObject | ( | ) |
Definition at line 1605 of file class.ilContainerGUI.php.
|
protected |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, ilObjTalkTemplateGUI, ilObjFolderGUI, and ilObjRootFolderGUI.
Definition at line 2201 of file class.ilContainerGUI.php.
References $lng, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Definition at line 2643 of file class.ilContainerGUI.php.
References $DIC, ilContainer\_lookupContainerSetting(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Init password form.
Definition at line 2106 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\form(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Add list presentation settings to form.
Definition at line 2330 of file class.ilContainerGUI.php.
References ilContainer\_lookupContainerSetting(), ilPropertyFormGUI\addItem(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), and ilObjGroupGUI\initForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add manual sorting options.
Definition at line 2416 of file class.ilContainerGUI.php.
|
protected |
Add sorting direction.
Definition at line 2379 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Append sorting settings to property form.
Definition at line 2260 of file class.ilContainerGUI.php.
Referenced by ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), and ilObjGroupGUI\initForm().
Here is the caller graph for this function:| ilContainerGUI::isActiveAdministrationPanel | ( | ) |
Reimplemented in ilObjTalkTemplateAdministrationGUI.
Definition at line 1866 of file class.ilContainerGUI.php.
References ILIAS\Repository\object().
Referenced by ilObjOrgUnitGUI\view(), and ilObjGroupGUI\viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::isActiveItemOrdering | ( | ) |
Definition at line 954 of file class.ilContainerGUI.php.
References ilContainerSortingSettings\_lookupSortMode(), ILIAS\Repository\object(), and ilContainer\SORT_MANUAL.
Here is the call graph for this function:| ilContainerGUI::isActiveOrdering | ( | ) |
Definition at line 949 of file class.ilContainerGUI.php.
| ilContainerGUI::isMultiDownloadEnabled | ( | ) |
Definition at line 972 of file class.ilContainerGUI.php.
| ilContainerGUI::keepObjectsInClipboardObject | ( | ) |
Definition at line 1592 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand(), and ilObjOrgUnitGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::linkObject | ( | ) |
create an new reference of an object in tree it's like a hard link of unix
Definition at line 1167 of file class.ilContainerGUI.php.
References $ilErr, $ref_id, ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByRefId(), and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::modifyItemGUI | ( | ilObjectListGUI | $a_item_list_gui, |
| array | $a_item_data | ||
| ) |
Reimplemented in ilObjCourseGUI, ilObjFolderGUI, and ilObjGroupGUI.
Definition at line 2022 of file class.ilContainerGUI.php.
| ilContainerGUI::pasteObject | ( | ) |
paste object from clipboard to current place Depending on the chosen command the object(s) are linked, copied or moved
Definition at line 1614 of file class.ilContainerGUI.php.
References $ilErr, $log, $ref_id, ilConditionHandler\_adjustMovedObjectConditions(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilChangeEvent\_recordWriteEvent(), ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByRefId(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by ilObjOrgUnitGUI\performPaste().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::performPasteIntoMultipleObjectsObject | ( | ) |
Definition at line 1242 of file class.ilContainerGUI.php.
References $ilErr, $lng, $log, $ref_id, ilConditionHandler\_adjustMovedObjectConditions(), ilObjFileAccess\_appendNumberOfCopyToFilename(), ilChangeEvent\_recordReadEvent(), ilChangeEvent\_recordWriteEvent(), ilRbacLog\add(), ILIAS\Repository\ctrl(), ilRbacLog\gatherFaPa(), ilObjectFactory\getInstanceByRefId(), ilRbacLog\isActive(), ilRbacLog\LINK_OBJECT, and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand(), and ilObjOrgUnitGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::redrawListItemObject | ( | ) |
Redraw a list item (ajax)
Definition at line 2143 of file class.ilContainerGUI.php.
References $id, ilEventItems\_getItemsOfContainer(), ilObject\_lookupObjectId(), ilObject\_lookupType(), exit, ilObjectActivation\getItemsByEvent(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilContainerGUI::removeFromSystemObject | ( | ) |
Reimplemented in ilObjRecoveryFolderGUI.
Definition at line 2560 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::renderBlockAsynchObject | ( | ) |
render the object
Definition at line 477 of file class.ilContainerGUI.php.
References exit.
| ilContainerGUI::renderObject | ( | ) |
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, ilObjFolderGUI, ilObjGroupGUI, and ilObjRootFolderGUI.
Definition at line 396 of file class.ilContainerGUI.php.
References $ilSetting, $lng, ANONYMOUS_USER_ID, ILIAS\Repository\ctrl(), ILIAS\Repository\object(), and ilMemberViewGUI\showMemberViewSwitch().
Here is the call graph for this function:
|
protected |
Definition at line 2568 of file class.ilContainerGUI.php.
|
protected |
Definition at line 2363 of file class.ilContainerGUI.php.
References ilContainer\_writeContainerSetting(), ilPropertyFormGUI\getInput(), and ILIAS\Repository\object().
Referenced by ilObjFolderGUI\updateCustom(), ilObjCourseGUI\updateObject(), and ilObjGroupGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2125 of file class.ilContainerGUI.php.
References ILIAS\Repository\form(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::saveSortingObject | ( | ) |
Reimplemented in ilObjCourseGUI.
Definition at line 1966 of file class.ilContainerGUI.php.
References ilContainerSorting\_getInstance(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Definition at line 2488 of file class.ilContainerGUI.php.
References ilPropertyFormGUI\getInput(), ILIAS\Repository\object(), ilContainerSortingSettings\setSortDirection(), ilContainerSortingSettings\setSortMode(), ilContainerSortingSettings\setSortNewItemsOrder(), ilContainerSortingSettings\setSortNewItemsPosition(), ilContainer\SORT_ACTIVATION, ilContainer\SORT_CREATION, ilContainer\SORT_MANUAL, ilContainer\SORT_TITLE, and ilContainerSortingSettings\update().
Referenced by ilObjFolderGUI\updateCustom(), ilObjCourseGUI\updateObject(), and ilObjGroupGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::setColumnSettings | ( | ilColumnGUI | $column_gui | ) |
Reimplemented from ilObjectGUI.
Definition at line 1877 of file class.ilContainerGUI.php.
References ilColumnGUI\setAdminCommands(), ilColumnGUI\setBlockProperty(), and ilColumnGUI\setItemPresentationManager().
Here is the call graph for this function:| ilContainerGUI::setContentSubTabs | ( | ) |
Reimplemented in ilObjCourseGUI, ilObjTalkTemplateAdministrationGUI, ilObjOrgUnitGUI, and ilObjStudyProgrammeGUI.
Definition at line 486 of file class.ilContainerGUI.php.
| ilContainerGUI::setPageEditorTabs | ( | ) |
Definition at line 818 of file class.ilContainerGUI.php.
References $lng, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::setSideColumnReturn | ( | ) |
Reimplemented in ilObjCourseGUI, and ilObjGroupGUI.
Definition at line 2638 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjTalkTemplateAdministrationGUI, ilObjEmployeeTalkSeriesGUI, ilObjOrgUnitGUI, and ilObjRootFolderGUI.
Definition at line 333 of file class.ilContainerGUI.php.
References ilContainer\_lookupContainerSetting(), and ILIAS\Repository\object().
Referenced by ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), and ilObjGroupGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::showAdministrationPanel | ( | ) |
Reimplemented in ilObjOrgUnitGUI.
Definition at line 491 of file class.ilContainerGUI.php.
References $DIC, $GLOBALS, $lng, $ref_id, $requested_ref_id, ILIAS\Repository\ctrl(), ilUtil\getImagePath(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 2670 of file class.ilContainerGUI.php.
References $DIC, $renderer, ilContainer\_lookupContainerSetting(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 2071 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGroupGUI\executeCommand(), and ilObjRootFolderGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::showLinkListObject | ( | ) |
Definition at line 657 of file class.ilContainerGUI.php.
References $lng, exit, and ilUtil\getStyleSheetLocation().
Here is the call graph for this function:
|
protected |
Definition at line 2080 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::showPasteTreeObject | ( | ) |
Definition at line 1531 of file class.ilContainerGUI.php.
References $ilErr, ILIAS\Repository\ctrl(), ilUtil\getImagePath(), and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::showPermanentLink | ( | ) |
Definition at line 633 of file class.ilContainerGUI.php.
References $DIC, and ILIAS\Repository\object().
Referenced by ilObjCourseGUI\executeCommand(), ilObjGroupGUI\executeCommand(), and ilObjOrgUnitGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
show possible sub objects (pull down menu)
Reimplemented from ilObjectGUI.
Reimplemented in ilObjRecoveryFolderGUI, ilObjCourseGUI, ilObjTalkTemplateAdministrationGUI, ilObjFolderGUI, ilObjLearningSequenceGUI, and ilObjOrgUnitGUI.
Definition at line 342 of file class.ilContainerGUI.php.
|
protected |
Reimplemented in ilObjTalkTemplateAdministrationGUI, and ilObjStudyProgrammeGUI.
Definition at line 469 of file class.ilContainerGUI.php.
| ilContainerGUI::trashApplyFilterObject | ( | ) |
Definition at line 2536 of file class.ilContainerGUI.php.
|
protected |
Definition at line 2546 of file class.ilContainerGUI.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| ilContainerGUI::trashObject | ( | ) |
Show trash content of object.
Definition at line 2516 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::trashResetFilterObject | ( | ) |
Definition at line 2541 of file class.ilContainerGUI.php.
| ilContainerGUI::undeleteObject | ( | ) |
Get objects back from trash.
Definition at line 2579 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Referenced by ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 58 of file class.ilContainerGUI.php.
|
protected |
Definition at line 50 of file class.ilContainerGUI.php.
| int ilContainerGUI::$bl_cnt = 1 |
Definition at line 51 of file class.ilContainerGUI.php.
|
protected |
Definition at line 61 of file class.ilContainerGUI.php.
|
protected |
Definition at line 64 of file class.ilContainerGUI.php.
|
protected |
Definition at line 54 of file class.ilContainerGUI.php.
|
protected |
Definition at line 55 of file class.ilContainerGUI.php.
|
protected |
Definition at line 65 of file class.ilContainerGUI.php.
|
protected |
Definition at line 37 of file class.ilContainerGUI.php.
|
protected |
Definition at line 60 of file class.ilContainerGUI.php.
|
protected |
Definition at line 41 of file class.ilContainerGUI.php.
|
protected |
Definition at line 57 of file class.ilContainerGUI.php.
|
protected |
Definition at line 43 of file class.ilContainerGUI.php.
Referenced by ilObjCourseGUI\deleteObject(), ilObjFolderGUI\deleteObject(), ilObjFolderGUI\editObject(), and ilObjCourseGUI\updateInfoObject().
|
protected |
Definition at line 46 of file class.ilContainerGUI.php.
Referenced by ilObjTalkTemplateGUI\addExternalEditFormCustom(), ilObjOrgUnitGUI\editAdvancedSettings(), ilObjStudyProgrammeGUI\editAdvancedSettings(), ilObjGroupGUI\editInfoObject(), ilObjCourseGUI\editMapSettingsObject(), ilObjGroupGUI\editMapSettingsObject(), ilObjFolderGUI\editObject(), ilObjCourseGUI\editObject(), ilObjOrgUnitGUI\editSettings(), ilObjCourseGUI\executeCommand(), ilObjOrgUnitGUI\executeCommand(), ilObjStudyProgrammeGUI\executeCommand(), ilObjOrgUnitGUI\initAdvancedSettingsForm(), ilObjStudyProgrammeGUI\initAdvancedSettingsForm(), ilObjLearningSequenceGUI\initDidacticTemplate(), ilObjCourseGUI\initEditForm(), ilObjTalkTemplateGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjGroupGUI\initForm(), ilObjCourseGUI\initInfoEditor(), ilObjGroupGUI\initInfoEditor(), ilObjOrgUnitGUI\updateAdvancedSettings(), ilObjStudyProgrammeGUI\updateAdvancedSettings(), ilObjTalkTemplateGUI\updateCustom(), ilObjFolderGUI\updateCustom(), ilObjCourseGUI\updateInfoObject(), ilObjCourseGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjOrgUnitGUI\updateSettings(), and ilObjTalkTemplateGUI\viewObject().
|
protected |
Definition at line 49 of file class.ilContainerGUI.php.
|
protected |
Definition at line 36 of file class.ilContainerGUI.php.
Referenced by ilObjOrgUnitGUI\editAdvancedSettings(), ilObjStudyProgrammeGUI\editAdvancedSettings(), ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjLearningSequenceGUI\executeCommand(), ilObjOrgUnitGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjStudyProgrammeGUI\executeCommand(), ilObjCourseGUI\renderAddNewItem(), ilObjTalkTemplateAdministrationGUI\showPossibleSubObjects(), ilObjFolderGUI\showPossibleSubObjects(), ilObjLearningSequenceGUI\showPossibleSubObjects(), ilObjOrgUnitGUI\showPossibleSubObjects(), ilObjOrgUnitGUI\updateAdvancedSettings(), and ilObjStudyProgrammeGUI\updateAdvancedSettings().
|
protected |
Definition at line 40 of file class.ilContainerGUI.php.
|
protected |
Definition at line 47 of file class.ilContainerGUI.php.
|
protected |
Definition at line 63 of file class.ilContainerGUI.php.
Referenced by getModeManager().
| bool ilContainerGUI::$multi_download_enabled = false |
Definition at line 52 of file class.ilContainerGUI.php.
|
protected |
Definition at line 48 of file class.ilContainerGUI.php.
|
protected |
Definition at line 44 of file class.ilContainerGUI.php.
|
protected |
Definition at line 45 of file class.ilContainerGUI.php.
|
protected |
Definition at line 39 of file class.ilContainerGUI.php.
|
protected |
Definition at line 38 of file class.ilContainerGUI.php.
Referenced by ilObjFolderGUI\getTabs(), and ilObjRootFolderGUI\getTabs().
|
protected |
Definition at line 59 of file class.ilContainerGUI.php.
|
protected |
Definition at line 62 of file class.ilContainerGUI.php.
|
protected |
Definition at line 42 of file class.ilContainerGUI.php.
Referenced by ilObjFolderGUI\editObject(), ilObjCategoryGUI\executeCommand(), ilObjFolderGUI\renderObject(), and ilObjFolderGUI\setSubTabs().
|
protected |
Definition at line 53 of file class.ilContainerGUI.php.
|
protected |
Definition at line 56 of file class.ilContainerGUI.php.