|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 () | |
| prepareOutput (bool $show_subobjects=true) | |
| 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 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 () | |
| getAsynchItemListObject () | |
| 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 () | |
| competencesObject () | |
Public Member Functions inherited from ilObjectGUI | |
| __construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true) | |
| getRefId () | |
| setAdminMode (string $mode) | |
| getAdminMode () | |
| getObject () | |
| executeCommand () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode (bool $mode=true) | |
| If true, a creation screen is displayed the current [ref_id] 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) | |
| redirectAfterCreation () | |
| Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More... | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
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 | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
| const | ADMIN_MODE_NONE = "" |
| const | ADMIN_MODE_SETTINGS = "settings" |
| const | ADMIN_MODE_REPOSITORY = "repository" |
| const | UPLOAD_TYPE_LOCAL = 1 |
| const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
Protected Member Functions | |
| getModeManager () | |
| getItemPresentation ( $include_empty_blocks=true, ?string $lang=null) | |
| getEditFormValues () | |
| afterUpdate () | |
| setTitleAndDescription () | |
| showPossibleSubObjects () | |
| supportsPageEditor () | |
| gotItems () | |
| getTabs () | |
| 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... | |
| initCreationForms (string $new_type) | |
| Init creation forms. More... | |
| getCreationFormsHTML (array $forms) | |
| Get HTML for creation forms (accordion) More... | |
| initCreateForm (string $new_type) | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. More... | |
| addAdoptContentLinkToToolbar () | |
| addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar) | |
| afterSave (ilObject $new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| initImportForm (string $new_type) | |
| importFileObject (int $parent_id=null) | |
| afterImport (ilObject $new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction (string $cmd, string $form_action) | |
| getReturnLocation (string $cmd, string $default_location="") | |
| Get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation (string $cmd, string $location) | |
| set specific return location for command More... | |
| getTargetFrame (string $cmd, string $default_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame (string $cmd, string $target_frame) | |
| Set specific target frame for command. More... | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| getTabs () | |
| 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... | |
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder, course, group, category, folder.
Definition at line 33 of file class.ilContainerGUI.php.
|
static |
build path
Definition at line 2047 of file class.ilContainerGUI.php.
References ilObjectGUI\$data, $DIC, $path, ilObjectGUI\$tree, and ilTree\getPathFull().
Here is the call graph for this function:| ilContainerGUI::addHeaderRow | ( | ilTemplate | $a_tpl, |
| string | $a_type, | ||
| bool | $a_show_image = true |
||
| ) |
Definition at line 721 of file class.ilContainerGUI.php.
References $DIC, $ilSetting, ilObjectGUI\$settings, ilContainerSortingSettings\_lookupSortMode(), ilUtil\getImagePath(), isActiveAdministrationPanel(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), ilContainer\SORT_MANUAL, and ilTemplate\touchBlock().
Here is the call graph for this function:| ilContainerGUI::addMessageRow | ( | ilTemplate | $a_tpl, |
| string | $a_message, | ||
| string | $a_type | ||
| ) |
Definition at line 797 of file class.ilContainerGUI.php.
References ilObjectGUI\$type, ILIAS\Repository\lng(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), and ilTemplate\touchBlock().
Here is the call graph for this function:| ilContainerGUI::addPageTabs | ( | ) |
| ilContainerGUI::addStandardContainerSubTabs | ( | bool | $a_include_view = true | ) |
Add standard container subtabs for view, manage, oderdering and text/media editor link.
Definition at line 849 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, $tabs, ilObjectGUI\$user, getItemPresentation(), isActiveAdministrationPanel(), and ilLanguage\txt().
Referenced by setContentSubTabs(), ilObjOrgUnitGUI\setContentSubTabs(), and ilObjCourseGUI\setContentSubTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 192 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), ilObjectGUI\getDidacticTemplateVar(), ilDidacticTemplateObjSettings\lookupTemplateId(), and ILIAS\Repository\object().
Referenced by ilObjCourseGUI\updateObject(), and ilObjCategoryGUI\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 1915 of file class.ilContainerGUI.php.
| ilContainerGUI::allowBlocksMoving | ( | ) |
Standard is to allow blocks moving.
Definition at line 1907 of file class.ilContainerGUI.php.
| ilContainerGUI::cancelMoveLinkObject | ( | ) |
Cancel move|link empty clipboard and return to parent.
Definition at line 1586 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\returnToParent().
Referenced by ilObjOrgUnitGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::cancelPageContentObject | ( | ) |
Definition at line 650 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 1227 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by pasteObject(), and performPasteIntoMultipleObjectsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::clipboardObject | ( | ) |
Definition at line 1814 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$data, $error, $ilErr, ilObjectGUI\$lng, $log, $message, ilObjectGUI\$ref_id, $tabs, ilObjectGUI\$toolbar, ilObjectGUI\$tpl, ilObjectFactory\getInstanceByRefId(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilContainerGUI::cloneAllObject | ( | ) |
Clone all object Overwritten method for copying container objects.
Definition at line 1925 of file class.ilContainerGUI.php.
References $_COOKIE, ilObjectGUI\$access, ilObjectGUI\$ctrl, $error, $ilErr, $rbacsystem, ilObjectGUI\$ref_id, ilObjectGUI\$requested_ref_id, ilCopyWizardOptions\_isFinished(), ilRbacSystem\checkAccess(), ilObjectGUI\createObject(), 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 1986 of file class.ilContainerGUI.php.
References ilObjectGUI\$tree, ilTree\getChilds(), ilTree\getChildsByType(), and ilObjectFactory\getInstanceByRefId().
Referenced by performPasteIntoMultipleObjectsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::competencesObject | ( | ) |
Definition at line 2767 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirectByClass().
Here is the call graph for this function:| ilContainerGUI::confirmRemoveFromSystemObject | ( | ) |
Definition at line 2636 of file class.ilContainerGUI.php.
References ilObjectGUI\$lng, ilObjectGUI\checkPermission(), ILIAS\Repository\ctrl(), and ilLanguage\txt().
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 1038 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, $error, $ilErr, $obj_definition, $rbacsystem, ilObjectGUI\$ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), initAndDisplayCopyIntoMultipleObjectsObject(), 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 public
Definition at line 980 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, $error, $ilErr, $rbacsystem, ilObjectGUI\$ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), initAndDisplayMoveIntoObjectObject(), 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 | ( | ) |
Definition at line 931 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), and getModeManager().
Here is the call graph for this function:| ilContainerGUI::downloadObject | ( | ) |
Definition at line 1119 of file class.ilContainerGUI.php.
References $error, $GLOBALS, $ilErr, ilObjectGUI\$object, ilObjectGUI\$requested_ref_id, ANONYMOUS_USER_ID, ILIAS\Repository\ctrl(), getBucketTitle(), ILIAS\Survey\Mode\getId(), ilObjectFactory\getInstanceByRefId(), ilObject\getType(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilContainerGUI::editOrderObject | ( | ) |
Definition at line 937 of file class.ilContainerGUI.php.
References $tabs, getModeManager(), and renderObject().
Here is the call graph for this function:| ilContainerGUI::editPageFrameObject | ( | ) |
Definition at line 645 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::editStylePropertiesObject | ( | ) |
Definition at line 2069 of file class.ilContainerGUI.php.
Referenced by ilObjStudyProgrammeGUI\executeCommand().
Here is the caller graph for this function:| ilContainerGUI::enableAdministrationPanelObject | ( | ) |
Definition at line 925 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), and getModeManager().
Here is the call graph for this function:| ilContainerGUI::enableMultiDownloadObject | ( | ) |
Definition at line 965 of file class.ilContainerGUI.php.
References renderObject().
Here is the call graph for this function:| ilContainerGUI::executeCommand | ( | ) |
Definition at line 156 of file class.ilContainerGUI.php.
References ilObjectGUI\$tpl, ILIAS\Repository\ctrl(), forwardToPageObject(), prepareOutput(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilContainerGUI::forwardToPageObject | ( | ) |
Definition at line 213 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, $tabs, ilPageObject\_exists(), ilObjectGUI\checkPermission(), ILIAS\Repository\ctrl(), exit, ilCtrl\getCmd(), getItemPresentation(), ilObjStyleSheet\getSyntaxStylePath(), ilLanguage\loadLanguageModule(), ILIAS\Repository\object(), ilPageObjectGUI\setStyleId(), and ilLanguage\txt().
Referenced by ilObjGroupGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjFolderGUI\executeCommand(), executeCommand(), and ilObjCourseGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::getAdminTabs | ( | ) |
Definition at line 2735 of file class.ilContainerGUI.php.
References ilObjectGUI\checkPermissionBool(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContainerGUI::getAsynchItemListObject | ( | ) |
Definition at line 2084 of file class.ilContainerGUI.php.
References ilObjectGUI\$data, ilObjectGUI\$html, ilObjectGUI\$obj_id, XapiProxy\$plugin, ilObjectGUI\$ref_id, XapiProxy\$resp, ilObjectGUI\$type, ilObjectListGUIFactory\_getListGUIByType(), ilObject\_lookupObjId(), ilObject\_lookupType(), exit, ilUIHookPluginGUI\KEEP, and modifyItemGUI().
Here is the call graph for this function:| ilContainerGUI::getBucketTitle | ( | ) |
Definition at line 1157 of file class.ilContainerGUI.php.
References ilFileUtils\getASCIIFilename(), and ILIAS\Repository\object().
Referenced by downloadObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::getContainerPageHTML | ( | ) |
Definition at line 290 of file class.ilContainerGUI.php.
References $ilSetting, $lang, ilObjectGUI\$settings, ilObjectGUI\$user, ilPageUtil\_existsAndNotEmpty(), ilObjectTranslation\getInstance(), ilObjStyleSheet\getSyntaxStylePath(), ILIAS\Repository\object(), and ilPageObjectGUI\setStyleId().
Here is the call graph for this function:| ilContainerGUI::getContentGUI | ( | ) |
Definition at line 360 of file class.ilContainerGUI.php.
References getItemPresentation(), 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 redrawListItemObject(), renderBlockAsynchObject(), renderObject(), and ilObjOrgUnitGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 182 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 139 of file class.ilContainerGUI.php.
References $item_presentation, $lang, and ilObjectGUI\getObject().
Referenced by addStandardContainerSubTabs(), forwardToPageObject(), ilObjTalkTemplateAdministrationGUI\getContentGUI(), getContentGUI(), gotItems(), and showAdministrationPanel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 129 of file class.ilContainerGUI.php.
References $mode_manager, and ilObjectGUI\getObject().
Referenced by ilObjGroupGUI\disableAdministrationPanelObject(), disableAdministrationPanelObject(), editOrderObject(), ilObjGroupGUI\enableAdministrationPanelObject(), enableAdministrationPanelObject(), ilObjStudyProgrammeGUI\executeCommand(), and isActiveAdministrationPanel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 890 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, $rbacsystem, ilRbacSystem\checkAccess(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 2649 of file class.ilContainerGUI.php.
References ilObjectGUI\$type, and ilObject\_lookupType().
Referenced by showPasteTreeObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 626 of file class.ilContainerGUI.php.
References getItemPresentation().
Referenced by showAdministrationPanel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::initAndDisplayCopyIntoMultipleObjectsObject | ( | ) |
Definition at line 1602 of file class.ilContainerGUI.php.
References showPasteTreeObject().
Referenced by copyObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::initAndDisplayLinkIntoMultipleObjectsObject | ( | ) |
Definition at line 1528 of file class.ilContainerGUI.php.
References showPasteTreeObject().
Referenced by linkObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::initAndDisplayMoveIntoObjectObject | ( | ) |
Definition at line 1607 of file class.ilContainerGUI.php.
References showPasteTreeObject().
Referenced by cutObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2248 of file class.ilContainerGUI.php.
References $form, ilObjectGUI\$lng, ilMDLanguageItem\_getLanguages(), ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ILIAS\Repository\ctrl(), ilObjectGUI\getCreationMode(), ilObjectGUI\initEditCustomForm(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ilObject\LONG_DESC_LENGTH, ILIAS\Repository\object(), ilFormGUI\setFormAction(), ilTextAreaInputGUI\setRows(), ilPropertyFormGUI\setTitle(), and ilObject\TITLE_LENGTH.
Here is the call graph for this function:
|
protected |
Definition at line 2690 of file class.ilContainerGUI.php.
References $container_filter_service, $DIC, ilObjectGUI\$request, ilContainer\_lookupContainerSetting(), ILIAS\Repository\ctrl(), isActiveAdministrationPanel(), isActiveOrdering(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Init password form.
Definition at line 2153 of file class.ilContainerGUI.php.
References $form, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ILIAS\Repository\lng(), and ilFormPropertyGUI\setRequired().
Referenced by savePasswordObject(), and showPasswordInstructionObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add list presentation settings to form.
Definition at line 2377 of file class.ilContainerGUI.php.
References $form, ILIAS\LTI\ToolProvider\$key, $txt, ilContainer\_lookupContainerSetting(), ilPropertyFormGUI\addItem(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilRadioOption\setInfo(), and ilFormPropertyGUI\setInfo().
Referenced by ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\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 2463 of file class.ilContainerGUI.php.
References ilRadioOption\addSubItem(), ilContainerSortingSettings\getSortNewItemsOrder(), ilContainerSortingSettings\getSortNewItemsPosition(), initSortingDirectionForm(), ILIAS\Repository\lng(), ilRadioGroupInputGUI\setValue(), ilContainer\SORT_ACTIVATION, ilContainer\SORT_CREATION, ilContainer\SORT_NEW_ITEMS_ORDER_ACTIVATION, ilContainer\SORT_NEW_ITEMS_ORDER_CREATION, ilContainer\SORT_NEW_ITEMS_ORDER_TITLE, ilContainer\SORT_NEW_ITEMS_POSITION_BOTTOM, ilContainer\SORT_NEW_ITEMS_POSITION_TOP, and ilContainer\SORT_TITLE.
Referenced by initSortingForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add sorting direction.
Definition at line 2426 of file class.ilContainerGUI.php.
References $txt, ilRadioOption\addSubItem(), ilContainerSortingSettings\getSortDirection(), ILIAS\Repository\lng(), ilContainer\SORT_DIRECTION_ASC, and ilContainer\SORT_DIRECTION_DESC.
Referenced by initManualSortingOptionForm(), and initSortingForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Append sorting settings to property form.
Definition at line 2307 of file class.ilContainerGUI.php.
References $form, ilObjectGUI\$settings, ilPropertyFormGUI\addItem(), initManualSortingOptionForm(), initSortingDirectionForm(), ILIAS\Repository\lng(), ilContainerSortingSettings\lookupSortModeFromParentContainer(), ILIAS\Repository\object(), ilContainer\SORT_ACTIVATION, ilContainer\SORT_CREATION, ilContainer\SORT_INHERIT, ilContainer\SORT_MANUAL, ilContainer\SORT_TITLE, and ilContainerSortingSettings\sortModeToString().
Referenced by ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), and ilObjGroupGUI\initForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::isActiveAdministrationPanel | ( | ) |
Definition at line 1870 of file class.ilContainerGUI.php.
References getModeManager(), and ILIAS\Repository\object().
Referenced by addHeaderRow(), addStandardContainerSubTabs(), initFilter(), ilObjCourseGUI\renderObject(), renderObject(), setColumnSettings(), ilObjCourseGUI\setContentSubTabs(), setPageEditorTabs(), showAdministrationPanel(), ilObjCourseGUI\showPossibleSubObjects(), 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 953 of file class.ilContainerGUI.php.
References ilContainerSortingSettings\_lookupSortMode(), isActiveOrdering(), ILIAS\Repository\object(), and ilContainer\SORT_MANUAL.
Here is the call graph for this function:| ilContainerGUI::isActiveOrdering | ( | ) |
Definition at line 948 of file class.ilContainerGUI.php.
References $edit_order.
Referenced by initFilter(), isActiveItemOrdering(), renderObject(), showAdministrationPanel(), and showPossibleSubObjects().
Here is the caller graph for this function:| ilContainerGUI::isMultiDownloadEnabled | ( | ) |
Definition at line 971 of file class.ilContainerGUI.php.
References $multi_download_enabled.
Referenced by showAdministrationPanel().
Here is the caller graph for this function:| ilContainerGUI::keepObjectsInClipboardObject | ( | ) |
Definition at line 1594 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, ILIAS\Repository\lng(), and ilCtrl\returnToParent().
Referenced by ilObjOrgUnitGUI\executeCommand(), and ilObjLearningSequenceGUI\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 1166 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, $error, $ilErr, ilObjectGUI\$object, $rbacsystem, ilObjectGUI\$ref_id, ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByRefId(), ilObject\getType(), initAndDisplayLinkIntoMultipleObjectsObject(), 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 | ||
| ) |
Definition at line 2026 of file class.ilContainerGUI.php.
Referenced by getAsynchItemListObject().
Here is the caller graph for this function:| 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 1616 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, $error, $ilErr, ILIAS\LTI\ToolProvider\$key, $log, $message, $rbacadmin, $rbacsystem, ilObjectGUI\$ref_id, ilObjectGUI\$tree, ilObjectGUI\$user, ilConditionHandler\_adjustMovedObjectConditions(), ilChangeEvent\_catchupWriteEvents(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilChangeEvent\_recordWriteEvent(), ilRbacAdmin\adjustMovedObjectPermissions(), ilRbacSystem\checkAccess(), clearObject(), ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByRefId(), ilTree\getNodeData(), ilTree\getParentId(), 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 1241 of file class.ilContainerGUI.php.
References $error, $ilErr, ILIAS\LTI\ToolProvider\$key, ilObjectGUI\$lng, $log, $message, $obj_data_cache, $rbacadmin, $rbacreview, $rbacsystem, ilObjectGUI\$ref_id, ilObjectGUI\$tree, $ui, ilObjectGUI\$user, ilConditionHandler\_adjustMovedObjectConditions(), ilObjFileAccess\_appendNumberOfCopyToFilename(), ilChangeEvent\_catchupWriteEvents(), ilChangeEvent\_recordReadEvent(), ilChangeEvent\_recordWriteEvent(), ilRbacLog\add(), ilRbacAdmin\adjustMovedObjectPermissions(), ilRbacSystem\checkAccess(), clearObject(), cloneNodes(), ILIAS\Repository\ctrl(), ILIAS\DI\UIServices\factory(), ilRbacLog\gatherFaPa(), ilObjectFactory\getInstanceByRefId(), ilTree\getNodeData(), ilTree\getParentId(), ilTree\getParentNodeData(), ilRbacReview\getParentRoleIds(), ilTree\getSubTree(), ilRbacLog\isActive(), ilTree\isGrandChild(), ilRbacLog\LINK_OBJECT, ILIAS\Repository\lng(), ilTree\moveTree(), ILIAS\DI\UIServices\renderer(), showPasteTreeObject(), and ilLanguage\txt().
Referenced by ilObjOrgUnitGUI\executeCommand(), and ilObjLearningSequenceGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::prepareOutput | ( | bool | $show_subobjects = true | ) |
Definition at line 332 of file class.ilContainerGUI.php.
References ilObjectGUI\getCreationMode(), ILIAS\Repository\object(), and ilMemberViewGUI\showMemberViewSwitch().
Referenced by ilObjRecoveryFolderGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjFolderGUI\executeCommand(), executeCommand(), and ilObjCourseGUI\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 2190 of file class.ilContainerGUI.php.
References ilObjectGUI\$html, ilObjectGUI\$id, ilObjectGUI\$tpl, ilEventItems\_getItemsOfContainer(), ilObject\_lookupObjectId(), ilObject\_lookupType(), exit, getContentGUI(), ilObjectActivation\getItemsByEvent(), ilGlobalTemplateInterface\getOnLoadCodeForAsynch(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilContainerGUI::removeFromSystemObject | ( | ) |
Definition at line 2607 of file class.ilContainerGUI.php.
References ilObjectGUI\checkPermission(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContainerGUI::renderBlockAsynchObject | ( | ) |
render the object
Definition at line 475 of file class.ilContainerGUI.php.
References exit, and getContentGUI().
Here is the call graph for this function:| ilContainerGUI::renderObject | ( | ) |
Definition at line 403 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$settings, $tabs, ilObjectGUI\$toolbar, ilObjectGUI\$user, ilToolbarGUI\addButton(), ANONYMOUS_USER_ID, ILIAS\Repository\ctrl(), getContentGUI(), ilObject\getId(), isActiveAdministrationPanel(), isActiveOrdering(), ILIAS\Repository\object(), setContentSubTabs(), showAdministrationPanel(), showContainerFilter(), showPermanentLink(), showPossibleSubObjects(), supportsPageEditor(), and ilLanguage\txt().
Referenced by editOrderObject(), and enableMultiDownloadObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2615 of file class.ilContainerGUI.php.
|
protected |
Definition at line 2410 of file class.ilContainerGUI.php.
References ilContainer\_writeContainerSetting(), ilPropertyFormGUI\getInput(), and ILIAS\Repository\object().
Referenced by ilObjFolderGUI\updateCustom(), ilObjRootFolderGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjCourseGUI\updateObject(), and ilObjCategoryGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2172 of file class.ilContainerGUI.php.
References ilObjectGUI\$user, ilPropertyFormGUI\checkInput(), ILIAS\Repository\form(), initFormPasswordInstruction(), ILIAS\Repository\lng(), ilPropertyFormGUI\setValuesByPost(), and showPasswordInstructionObject().
Here is the call graph for this function:| ilContainerGUI::saveSortingObject | ( | ) |
Definition at line 1970 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 2535 of file class.ilContainerGUI.php.
References ilObjectGUI\$settings, ilPropertyFormGUI\getInput(), ILIAS\Repository\object(), ilContainer\SORT_ACTIVATION, ilContainer\SORT_CREATION, ilContainer\SORT_MANUAL, and ilContainer\SORT_TITLE.
Referenced by ilObjFolderGUI\updateCustom(), ilObjRootFolderGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjCourseGUI\updateObject(), and ilObjCategoryGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::setColumnSettings | ( | ilColumnGUI | $column_gui | ) |
Definition at line 1881 of file class.ilContainerGUI.php.
References ilObjectGUI\$access, isActiveAdministrationPanel(), ilColumnGUI\setAdminCommands(), ilColumnGUI\setBlockProperty(), and ilColumnGUI\setItemPresentationManager().
Here is the call graph for this function:| ilContainerGUI::setContentSubTabs | ( | ) |
Definition at line 484 of file class.ilContainerGUI.php.
References addStandardContainerSubTabs().
Referenced by renderObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::setPageEditorTabs | ( | ) |
Definition at line 816 of file class.ilContainerGUI.php.
References ilObjectGUI\$lng, ilFrameTargetInfo\_getFrame(), ILIAS\Repository\ctrl(), isActiveAdministrationPanel(), ILIAS\Repository\lng(), and ilLanguage\loadLanguageModule().
Here is the call graph for this function:| ilContainerGUI::setSideColumnReturn | ( | ) |
Definition at line 2685 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 342 of file class.ilContainerGUI.php.
References ilContainer\_lookupContainerSetting(), and ILIAS\Repository\object().
Referenced by ilObjGroupGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjFolderGUI\executeCommand(), and ilObjCourseGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::showAdministrationPanel | ( | ) |
Definition at line 489 of file class.ilContainerGUI.php.
References ilObjectGUI\$access, $DIC, $edit_order, $GLOBALS, ilObjectGUI\$lng, ilObjectGUI\$ref_id, ilObjectGUI\$requested_ref_id, ilObjectGUI\$toolbar, ilObjectGUI\addAvailabilityPeriodButtonToToolbar(), ilToolbarGUI\addComponent(), ilToolbarGUI\addFormButton(), ilToolbarGUI\addSeparator(), ILIAS\Repository\ctrl(), ilUtil\getImagePath(), getItemPresentation(), gotItems(), isActiveAdministrationPanel(), isActiveOrdering(), isMultiDownloadEnabled(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ilToolbarGUI\setId(), ilToolbarGUI\setLeadingImage(), ilLanguage\txt(), and ILIAS\Repository\ui().
Referenced by renderObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2717 of file class.ilContainerGUI.php.
References $DIC, ilObjectGUI\$tpl, ilContainer\_lookupContainerSetting(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilGlobalTemplateInterface\setOnScreenMessage().
Referenced by renderObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2075 of file class.ilContainerGUI.php.
References ilObjectGUI\$ctrl, $tabs, ilTabsGUI\clearTargets(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilTabsGUI\setBackTarget().
Referenced by ilObjGroupGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjFolderGUI\executeCommand(), and ilObjCourseGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::showLinkListObject | ( | ) |
Definition at line 655 of file class.ilContainerGUI.php.
References ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObjectGUI\$tree, ilObjectGUI\$type, exit, ilTree\getChilds(), ilUtil\getStyleSheetLocation(), ILIAS\Repository\int(), ilGlobalTemplateInterface\parseCurrentBlock(), ilGlobalTemplateInterface\printToStdout(), ilGlobalTemplateInterface\setCurrentBlock(), ilGlobalTemplateInterface\setVariable(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 2127 of file class.ilContainerGUI.php.
References $DIC, ilObjectGUI\$toolbar, ilObjectGUI\$tpl, ILIAS\Repository\form(), ilWebDAVUriBuilder\getUriToMountInstructionModalByRef(), initFormPasswordInstruction(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilGlobalTemplateInterface\setContent().
Referenced by savePasswordObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::showPasteTreeObject | ( | ) |
Definition at line 1533 of file class.ilContainerGUI.php.
References $error, $ilErr, $message, $tabs, ILIAS\Repository\ctrl(), ilUtil\getImagePath(), getTreeSelectorGUI(), and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand(), initAndDisplayCopyIntoMultipleObjectsObject(), initAndDisplayLinkIntoMultipleObjectsObject(), initAndDisplayMoveIntoObjectObject(), and performPasteIntoMultipleObjectsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::showPermanentLink | ( | ) |
Definition at line 631 of file class.ilContainerGUI.php.
References $DIC, ilObjectGUI\$tpl, ILIAS\Repository\object(), and ilGlobalTemplateInterface\setPermanentLink().
Referenced by ilObjGroupGUI\executeCommand(), ilObjCourseGUI\executeCommand(), renderObject(), and ilObjOrgUnitGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 351 of file class.ilContainerGUI.php.
References isActiveOrdering(), ILIAS\Repository\object(), and ilObjectAddNewItemGUI\render().
Referenced by renderObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 467 of file class.ilContainerGUI.php.
Referenced by renderObject().
Here is the caller graph for this function:| ilContainerGUI::trashApplyFilterObject | ( | ) |
Definition at line 2583 of file class.ilContainerGUI.php.
References trashHandleFilter().
Here is the call graph for this function:
|
protected |
Definition at line 2593 of file class.ilContainerGUI.php.
References ilTrashTableGUI\init(), ILIAS\Repository\object(), and trashObject().
Referenced by trashApplyFilterObject(), and trashResetFilterObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::trashObject | ( | ) |
Show trash content of object.
Definition at line 2563 of file class.ilContainerGUI.php.
References ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), ilTrashTableGUI\init(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and ilGlobalTemplateInterface\setOnScreenMessage().
Referenced by ilObjLearningSequenceGUI\executeCommand(), and trashHandleFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGUI::trashResetFilterObject | ( | ) |
Definition at line 2588 of file class.ilContainerGUI.php.
References trashHandleFilter().
Here is the call graph for this function:| ilContainerGUI::undeleteObject | ( | ) |
Get objects back from trash.
Definition at line 2626 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 57 of file class.ilContainerGUI.php.
|
protected |
Definition at line 49 of file class.ilContainerGUI.php.
Referenced by ilObjLearningSequenceGUI\afterSave().
| int ilContainerGUI::$bl_cnt = 1 |
Definition at line 50 of file class.ilContainerGUI.php.
|
protected |
Definition at line 60 of file class.ilContainerGUI.php.
|
protected |
Definition at line 63 of file class.ilContainerGUI.php.
|
protected |
Definition at line 53 of file class.ilContainerGUI.php.
Referenced by initFilter().
|
protected |
Definition at line 54 of file class.ilContainerGUI.php.
|
protected |
Definition at line 64 of file class.ilContainerGUI.php.
|
protected |
Definition at line 36 of file class.ilContainerGUI.php.
|
protected |
Definition at line 59 of file class.ilContainerGUI.php.
|
protected |
Definition at line 40 of file class.ilContainerGUI.php.
|
protected |
Definition at line 56 of file class.ilContainerGUI.php.
Referenced by isActiveOrdering(), and showAdministrationPanel().
|
protected |
Definition at line 42 of file class.ilContainerGUI.php.
Referenced by clipboardObject(), cloneAllObject(), copyObject(), cutObject(), ilObjCourseGUI\deleteObject(), ilObjFolderGUI\deleteObject(), downloadObject(), ilObjFolderGUI\editObject(), ilObjCategoryGUI\infoScreen(), linkObject(), ilObjCategoryGUI\listUsersObject(), pasteObject(), performPasteIntoMultipleObjectsObject(), showPasteTreeObject(), ilObjCourseGUI\updateInfoObject(), and ilObjCategoryGUI\updateObject().
|
protected |
Definition at line 45 of file class.ilContainerGUI.php.
Referenced by ilObjTalkTemplateGUI\addExternalEditFormCustom(), ilObjStudyProgrammeGUI\editAdvancedSettings(), ilObjOrgUnitGUI\editAdvancedSettings(), ilObjGroupGUI\editInfoObject(), ilObjGroupGUI\editMapSettingsObject(), ilObjCourseGUI\editMapSettingsObject(), ilObjFolderGUI\editObject(), ilObjCourseGUI\editObject(), ilObjOrgUnitGUI\editSettings(), ilObjOrgUnitGUI\executeCommand(), ilObjStudyProgrammeGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjStudyProgrammeGUI\initAdvancedSettingsForm(), ilObjOrgUnitGUI\initAdvancedSettingsForm(), ilObjLearningSequenceGUI\initDidacticTemplate(), ilObjTalkTemplateGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjRootFolderGUI\initEditForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), initEditForm(), ilObjGroupGUI\initForm(), initFormPasswordInstruction(), ilObjCourseGUI\initInfoEditor(), ilObjGroupGUI\initInfoEditor(), initListPresentationForm(), initSortingForm(), ilObjStudyProgrammeGUI\save(), ilObjStudyProgrammeGUI\updateAdvancedSettings(), ilObjOrgUnitGUI\updateAdvancedSettings(), ilObjTalkTemplateGUI\updateCustom(), ilObjCourseGUI\updateInfoObject(), ilObjRootFolderGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjCourseGUI\updateObject(), ilObjCategoryGUI\updateObject(), ilObjOrgUnitGUI\updateSettings(), and ilObjTalkTemplateGUI\viewObject().
|
protected |
Definition at line 48 of file class.ilContainerGUI.php.
|
protected |
Definition at line 35 of file class.ilContainerGUI.php.
Referenced by ilObjStudyProgrammeGUI\editAdvancedSettings(), ilObjOrgUnitGUI\editAdvancedSettings(), ilObjGroupGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjOrgUnitGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjStudyProgrammeGUI\executeCommand(), ilObjLearningSequenceGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjLearningSequenceGUI\export(), ilObjLearningSequenceGUI\learnerView(), ilObjLearningSequenceGUI\manageContent(), ilObjLearningSequenceGUI\settings(), ilObjTalkTemplateAdministrationGUI\showPossibleSubObjects(), ilObjOrgUnitGUI\showPossibleSubObjects(), ilObjFolderGUI\showPossibleSubObjects(), ilObjLearningSequenceGUI\showPossibleSubObjects(), ilObjCourseGUI\showPossibleSubObjects(), ilObjStudyProgrammeGUI\updateAdvancedSettings(), and ilObjOrgUnitGUI\updateAdvancedSettings().
|
protected |
Definition at line 39 of file class.ilContainerGUI.php.
Referenced by getItemPresentation().
|
protected |
Definition at line 46 of file class.ilContainerGUI.php.
Referenced by ilObjLearningSequenceGUI\afterSave(), clipboardObject(), pasteObject(), and performPasteIntoMultipleObjectsObject().
|
protected |
Definition at line 62 of file class.ilContainerGUI.php.
Referenced by getModeManager().
| bool ilContainerGUI::$multi_download_enabled = false |
Definition at line 51 of file class.ilContainerGUI.php.
Referenced by isMultiDownloadEnabled().
|
protected |
Definition at line 47 of file class.ilContainerGUI.php.
Referenced by performPasteIntoMultipleObjectsObject().
|
protected |
Definition at line 43 of file class.ilContainerGUI.php.
Referenced by copyObject().
|
protected |
Definition at line 44 of file class.ilContainerGUI.php.
Referenced by ilObjCategoryGUI\assignSaveObject(), pasteObject(), and performPasteIntoMultipleObjectsObject().
|
protected |
Definition at line 38 of file class.ilContainerGUI.php.
Referenced by ilObjCategoryGUI\assignRolesObject(), ilObjCategoryGUI\assignSaveObject(), ilObjCategoryGUI\checkGlobalRoles(), ilObjCategoryGUI\getAssignableRoles(), ilObjCategoryGUI\listUsersObject(), and performPasteIntoMultipleObjectsObject().
|
protected |
Definition at line 37 of file class.ilContainerGUI.php.
Referenced by cloneAllObject(), copyObject(), cutObject(), ilObjRootFolderGUI\getTabs(), ilObjFolderGUI\getTabs(), ilObjCategoryGUI\getTabs(), getTabs(), linkObject(), ilObjCategoryGUI\listUsersObject(), pasteObject(), and performPasteIntoMultipleObjectsObject().
|
protected |
Definition at line 58 of file class.ilContainerGUI.php.
|
protected |
Definition at line 61 of file class.ilContainerGUI.php.
|
protected |
Definition at line 41 of file class.ilContainerGUI.php.
Referenced by addPageTabs(), addStandardContainerSubTabs(), ilObjCategoryGUI\applyFilterObject(), ilObjCategoryGUI\assignRolesObject(), clipboardObject(), ilObjFolderGUI\editObject(), editOrderObject(), ilObjCategoryGUI\executeCommand(), forwardToPageObject(), ilObjFolderGUI\renderObject(), renderObject(), ilObjCategoryGUI\renderObject(), ilObjFolderGUI\setSubTabs(), showContainerPageTabs(), and showPasteTreeObject().
|
protected |
Definition at line 52 of file class.ilContainerGUI.php.
Referenced by performPasteIntoMultipleObjectsObject().
|
protected |
Definition at line 55 of file class.ilContainerGUI.php.