ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder, course, group, category, folder. More...
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 () | |
![]() | |
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 () | |
![]() | |
callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
![]() | |
addToDeskObject () | |
removeFromDeskObject () | |
Static Public Member Functions | |
static | _buildPath (int $a_ref_id, int $a_course_ref_id) |
build path More... | |
![]() | |
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 |
![]() | |
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... | |
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 () | |
![]() | |
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 2044 of file class.ilContainerGUI.php.
ilContainerGUI::addHeaderRow | ( | ilTemplate | $a_tpl, |
string | $a_type, | ||
bool | $a_show_image = true |
||
) |
Definition at line 719 of file class.ilContainerGUI.php.
References ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
ilContainerGUI::addMessageRow | ( | ilTemplate | $a_tpl, |
string | $a_message, | ||
string | $a_type | ||
) |
Definition at line 795 of file class.ilContainerGUI.php.
ilContainerGUI::addPageTabs | ( | ) |
Definition at line 274 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 846 of file class.ilContainerGUI.php.
Referenced by ilObjStudyProgrammeGUI\getSubTabs(), and ilObjOrgUnitGUI\setContentSubTabs().
|
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().
ilContainerGUI::allowBlocksConfigure | ( | ) |
Standard is to allow blocks configuration.
Definition at line 1912 of file class.ilContainerGUI.php.
ilContainerGUI::allowBlocksMoving | ( | ) |
Standard is to allow blocks moving.
Definition at line 1904 of file class.ilContainerGUI.php.
ilContainerGUI::cancelMoveLinkObject | ( | ) |
Cancel move|link empty clipboard and return to parent.
Definition at line 1583 of file class.ilContainerGUI.php.
Referenced by ilObjOrgUnitGUI\executeCommand().
ilContainerGUI::cancelPageContentObject | ( | ) |
Definition at line 648 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
ilContainerGUI::clearObject | ( | ) |
clear clipboard and go back to last object
Definition at line 1224 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilContainerGUI::clipboardObject | ( | ) |
Definition at line 1811 of file class.ilContainerGUI.php.
References $data, $ilErr, $lng, $log, $message, $ref_id, ilObjectFactory\getInstanceByRefId(), and ILIAS\Repository\lng().
ilContainerGUI::cloneAllObject | ( | ) |
Clone all object Overwritten method for copying container objects.
Definition at line 1922 of file class.ilContainerGUI.php.
References $_COOKIE, $ilErr, $ref_id, $requested_ref_id, ilCopyWizardOptions\_isFinished(), ilObjectFactory\getInstanceByRefId(), and ILIAS\Repository\lng().
ilContainerGUI::cloneNodes | ( | int | $srcRef, |
int | $dstRef, | ||
array & | $mapping, | ||
?string | $newName = null |
||
) |
Recursively clones all nodes of the RBAC tree.
Definition at line 1983 of file class.ilContainerGUI.php.
ilContainerGUI::competencesObject | ( | ) |
Definition at line 2721 of file class.ilContainerGUI.php.
ilContainerGUI::confirmRemoveFromSystemObject | ( | ) |
Definition at line 2590 of file class.ilContainerGUI.php.
References $lng, and ILIAS\Repository\ctrl().
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 1035 of file class.ilContainerGUI.php.
References $ilErr, $ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilContainerGUI::cutObject | ( | ) |
cut object(s) out from a container and write the information to clipboard @access public
Definition at line 977 of file class.ilContainerGUI.php.
References $ilErr, $ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand().
ilContainerGUI::disableAdministrationPanelObject | ( | ) |
Reimplemented in ilObjGroupGUI.
Definition at line 928 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
ilContainerGUI::downloadObject | ( | ) |
Definition at line 1116 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().
ilContainerGUI::editOrderObject | ( | ) |
Definition at line 934 of file class.ilContainerGUI.php.
ilContainerGUI::editPageFrameObject | ( | ) |
Definition at line 643 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
ilContainerGUI::editStylePropertiesObject | ( | ) |
Definition at line 2066 of file class.ilContainerGUI.php.
Referenced by ilObjStudyProgrammeGUI\executeCommand().
ilContainerGUI::enableAdministrationPanelObject | ( | ) |
Reimplemented in ilObjGroupGUI.
Definition at line 922 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
ilContainerGUI::enableMultiDownloadObject | ( | ) |
Definition at line 962 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().
ilContainerGUI::forwardToPageObject | ( | ) |
Definition at line 210 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().
ilContainerGUI::getAdminTabs | ( | ) |
administration tabs show only permissions and trash folder
Reimplemented from ilObjectGUI.
Reimplemented in ilObjTalkTemplateAdministrationGUI, ilObjTalkTemplateGUI, ilObjEmployeeTalkSeriesGUI, and ilObjOrgUnitGUI.
Definition at line 2689 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng().
ilContainerGUI::getBucketTitle | ( | ) |
Definition at line 1154 of file class.ilContainerGUI.php.
References ilFileUtils\getASCIIFilename(), and ILIAS\Repository\object().
ilContainerGUI::getContainerPageHTML | ( | ) |
Definition at line 287 of file class.ilContainerGUI.php.
References $ilSetting, $lang, ilPageUtil\_existsAndNotEmpty(), ilObjStyleSheet\getSyntaxStylePath(), and ILIAS\Repository\object().
ilContainerGUI::getContentGUI | ( | ) |
Reimplemented in ilObjTalkTemplateAdministrationGUI.
Definition at line 349 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().
|
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().
|
protected |
Definition at line 140 of file class.ilContainerGUI.php.
References $lang, and ilObjectGUI\getObject().
Referenced by ilObjTalkTemplateAdministrationGUI\getContentGUI().
|
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().
|
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 887 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Reimplemented in ilObjOrgUnitGUI.
Definition at line 2603 of file class.ilContainerGUI.php.
References ilObject\_lookupType().
|
protected |
Definition at line 624 of file class.ilContainerGUI.php.
ilContainerGUI::initAndDisplayCopyIntoMultipleObjectsObject | ( | ) |
Definition at line 1599 of file class.ilContainerGUI.php.
ilContainerGUI::initAndDisplayLinkIntoMultipleObjectsObject | ( | ) |
Definition at line 1525 of file class.ilContainerGUI.php.
ilContainerGUI::initAndDisplayMoveIntoObjectObject | ( | ) |
Definition at line 1604 of file class.ilContainerGUI.php.
|
protected |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, ilObjTalkTemplateGUI, ilObjFolderGUI, and ilObjRootFolderGUI.
Definition at line 2202 of file class.ilContainerGUI.php.
References $lng, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
|
protected |
Definition at line 2644 of file class.ilContainerGUI.php.
References $DIC, ilContainer\_lookupContainerSetting(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
|
protected |
Init password form.
Definition at line 2107 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\form(), and ILIAS\Repository\lng().
|
protected |
Add list presentation settings to form.
Definition at line 2331 of file class.ilContainerGUI.php.
References $txt, ilContainer\_lookupContainerSetting(), ilPropertyFormGUI\addItem(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), and ilObjGroupGUI\initForm().
|
protected |
Add manual sorting options.
Definition at line 2417 of file class.ilContainerGUI.php.
|
protected |
Add sorting direction.
Definition at line 2380 of file class.ilContainerGUI.php.
References $txt, and ILIAS\Repository\lng().
|
protected |
Append sorting settings to property form.
Definition at line 2261 of file class.ilContainerGUI.php.
Referenced by ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), and ilObjGroupGUI\initForm().
ilContainerGUI::isActiveAdministrationPanel | ( | ) |
Reimplemented in ilObjTalkTemplateAdministrationGUI.
Definition at line 1867 of file class.ilContainerGUI.php.
References ILIAS\Repository\object().
Referenced by ilObjOrgUnitGUI\view(), and ilObjGroupGUI\viewObject().
ilContainerGUI::isActiveItemOrdering | ( | ) |
Definition at line 950 of file class.ilContainerGUI.php.
References ilContainerSortingSettings\_lookupSortMode(), ILIAS\Repository\object(), and ilContainer\SORT_MANUAL.
ilContainerGUI::isActiveOrdering | ( | ) |
Definition at line 945 of file class.ilContainerGUI.php.
ilContainerGUI::isMultiDownloadEnabled | ( | ) |
Definition at line 968 of file class.ilContainerGUI.php.
ilContainerGUI::keepObjectsInClipboardObject | ( | ) |
Definition at line 1591 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand(), and ilObjOrgUnitGUI\executeCommand().
ilContainerGUI::linkObject | ( | ) |
create an new reference of an object in tree it's like a hard link of unix
Definition at line 1163 of file class.ilContainerGUI.php.
References $ilErr, $ref_id, ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByRefId(), and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand().
ilContainerGUI::modifyItemGUI | ( | ilObjectListGUI | $a_item_list_gui, |
array | $a_item_data | ||
) |
Reimplemented in ilObjCourseGUI, ilObjFolderGUI, and ilObjGroupGUI.
Definition at line 2023 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 1613 of file class.ilContainerGUI.php.
References $ilErr, $log, $message, $ref_id, ilConditionHandler\_adjustMovedObjectConditions(), ilChangeEvent\_catchupWriteEvents(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilChangeEvent\_recordWriteEvent(), ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByRefId(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by ilObjOrgUnitGUI\performPaste().
ilContainerGUI::performPasteIntoMultipleObjectsObject | ( | ) |
Definition at line 1238 of file class.ilContainerGUI.php.
References $ilErr, $lng, $log, $message, $ref_id, ilConditionHandler\_adjustMovedObjectConditions(), ilObjFileAccess\_appendNumberOfCopyToFilename(), ilChangeEvent\_catchupWriteEvents(), 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().
ilContainerGUI::redrawListItemObject | ( | ) |
Redraw a list item (ajax)
Definition at line 2144 of file class.ilContainerGUI.php.
References $id, ilEventItems\_getItemsOfContainer(), ilObject\_lookupObjectId(), ilObject\_lookupType(), exit, ilObjectActivation\getItemsByEvent(), and ILIAS\Repository\object().
ilContainerGUI::removeFromSystemObject | ( | ) |
Reimplemented in ilObjRecoveryFolderGUI.
Definition at line 2561 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
ilContainerGUI::renderBlockAsynchObject | ( | ) |
render the object
Definition at line 473 of file class.ilContainerGUI.php.
References exit.
ilContainerGUI::renderObject | ( | ) |
Reimplemented in ilObjCategoryGUI, ilObjCourseGUI, ilObjFolderGUI, ilObjGroupGUI, and ilObjRootFolderGUI.
Definition at line 392 of file class.ilContainerGUI.php.
References $ilSetting, $lng, ANONYMOUS_USER_ID, ILIAS\Repository\ctrl(), ILIAS\Repository\object(), and ilMemberViewGUI\showMemberViewSwitch().
|
protected |
Definition at line 2569 of file class.ilContainerGUI.php.
|
protected |
Definition at line 2364 of file class.ilContainerGUI.php.
References ilContainer\_writeContainerSetting(), ilPropertyFormGUI\getInput(), and ILIAS\Repository\object().
Referenced by ilObjFolderGUI\updateCustom(), ilObjCourseGUI\updateObject(), and ilObjGroupGUI\updateObject().
|
protected |
Definition at line 2126 of file class.ilContainerGUI.php.
References ILIAS\Repository\form(), and ILIAS\Repository\lng().
ilContainerGUI::saveSortingObject | ( | ) |
Reimplemented in ilObjCourseGUI.
Definition at line 1967 of file class.ilContainerGUI.php.
References ilContainerSorting\_getInstance(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
|
protected |
Definition at line 2489 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().
ilContainerGUI::setColumnSettings | ( | ilColumnGUI | $column_gui | ) |
Reimplemented from ilObjectGUI.
Definition at line 1878 of file class.ilContainerGUI.php.
References ilColumnGUI\setAdminCommands(), ilColumnGUI\setBlockProperty(), and ilColumnGUI\setItemPresentationManager().
ilContainerGUI::setContentSubTabs | ( | ) |
Reimplemented in ilObjCourseGUI, ilObjTalkTemplateAdministrationGUI, ilObjOrgUnitGUI, and ilObjStudyProgrammeGUI.
Definition at line 482 of file class.ilContainerGUI.php.
ilContainerGUI::setPageEditorTabs | ( | ) |
Definition at line 814 of file class.ilContainerGUI.php.
References $lng, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilContainerGUI::setSideColumnReturn | ( | ) |
Reimplemented in ilObjCourseGUI, and ilObjGroupGUI.
Definition at line 2639 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Reimplemented from ilObjectGUI.
Reimplemented in ilObjTalkTemplateAdministrationGUI, ilObjEmployeeTalkSeriesGUI, ilObjOrgUnitGUI, and ilObjRootFolderGUI.
Definition at line 329 of file class.ilContainerGUI.php.
References ilContainer\_lookupContainerSetting(), and ILIAS\Repository\object().
Referenced by ilObjCategoryGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjFolderGUI\executeCommand(), and ilObjGroupGUI\executeCommand().
ilContainerGUI::showAdministrationPanel | ( | ) |
Reimplemented in ilObjOrgUnitGUI.
Definition at line 487 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().
|
protected |
Definition at line 2671 of file class.ilContainerGUI.php.
References $DIC, $renderer, ilContainer\_lookupContainerSetting(), and ILIAS\Repository\lng().
|
protected |
Definition at line 2072 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().
ilContainerGUI::showLinkListObject | ( | ) |
Definition at line 653 of file class.ilContainerGUI.php.
References $lng, exit, and ilUtil\getStyleSheetLocation().
|
protected |
Definition at line 2081 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng().
ilContainerGUI::showPasteTreeObject | ( | ) |
Definition at line 1530 of file class.ilContainerGUI.php.
References $ilErr, $message, ILIAS\Repository\ctrl(), ilUtil\getImagePath(), and ILIAS\Repository\lng().
Referenced by ilObjLearningSequenceGUI\executeCommand().
ilContainerGUI::showPermanentLink | ( | ) |
Definition at line 629 of file class.ilContainerGUI.php.
References $DIC, and ILIAS\Repository\object().
Referenced by ilObjCourseGUI\executeCommand(), ilObjGroupGUI\executeCommand(), and ilObjOrgUnitGUI\view().
|
protected |
show possible sub objects (pull down menu)
Reimplemented from ilObjectGUI.
Reimplemented in ilObjRecoveryFolderGUI, ilObjCourseGUI, ilObjTalkTemplateAdministrationGUI, ilObjFolderGUI, ilObjLearningSequenceGUI, and ilObjOrgUnitGUI.
Definition at line 338 of file class.ilContainerGUI.php.
|
protected |
Reimplemented in ilObjTalkTemplateAdministrationGUI, and ilObjStudyProgrammeGUI.
Definition at line 465 of file class.ilContainerGUI.php.
ilContainerGUI::trashApplyFilterObject | ( | ) |
Definition at line 2537 of file class.ilContainerGUI.php.
|
protected |
Definition at line 2547 of file class.ilContainerGUI.php.
References ILIAS\Repository\object().
ilContainerGUI::trashObject | ( | ) |
Show trash content of object.
Definition at line 2517 of file class.ilContainerGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by ilObjLearningSequenceGUI\executeCommand().
ilContainerGUI::trashResetFilterObject | ( | ) |
Definition at line 2542 of file class.ilContainerGUI.php.
ilContainerGUI::undeleteObject | ( | ) |
Get objects back from trash.
Definition at line 2580 of file class.ilContainerGUI.php.
References ILIAS\Repository\ctrl().
Referenced by ilObjLearningSequenceGUI\executeCommand().
|
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.