| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
New implementation of ilObjectGUI. More...
 Inheritance diagram for ilObject2GUI:
 Collaboration diagram for ilObject2GUI:Public Member Functions | |
| __construct (int $id=0, int $id_type=self::REPOSITORY_NODE_ID, int $parent_node_id=0) | |
| executeCommand () | |
| execute command  More... | |
| getIdType () | |
| delete () | |
| Display delete confirmation form (repository/workspace switch)  More... | |
| confirmedDelete () | |
| Delete objects (repository/workspace switch)  More... | |
| getHTML () | |
| withReferences () | |
| Final/Private declaration of unchanged parent methods.  More... | |
| setCreationMode (bool $mode=true) | |
| getCreationMode () | |
| prepareOutput (bool $show_sub_objects=true) | |
| isVisible (int $ref_id, string $type) | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| view () | |
| view object content (repository/workspace switch)  More... | |
| getType () | |
| Functions that must be overwritten.  More... | |
| create () | |
| CRUD.  More... | |
| save () | |
| edit () | |
| update () | |
| cancel () | |
| importFile () | |
| putObjectInTree (ilObject $obj, int $parent_node_id=null) | |
| Add object to tree at given position.  More... | |
  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) | |
Static Public Member Functions | |
| static | handleAfterSaveCallback (ilObject $obj, ?int $callback_ref_id) | 
| After creation callback.  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 | |
| const | OBJECT_ID = 0 | 
| const | REPOSITORY_NODE_ID = 1 | 
| const | WORKSPACE_NODE_ID = 2 | 
| const | REPOSITORY_OBJECT_ID = 3 | 
| const | WORKSPACE_OBJECT_ID = 4 | 
| const | PORTFOLIO_OBJECT_ID = 5 | 
  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 | |
| afterConstructor () | |
| Do anything that should be done after constructor in here.  More... | |
| assignObject () | |
| create object instance as internal property (repository/workspace switch)  More... | |
| getAccessHandler () | |
| setLocator () | |
| set Locator  More... | |
| deleteConfirmedObjects () | |
| Delete objects (workspace specific) This should probably be moved elsewhere as done with RepUtil.  More... | |
| setTitleAndDescription () | |
| omitLocator (bool $omit=true) | |
| getTargetFrame (string $cmd, string $target_frame="") | |
| setTargetFrame (string $cmd, string $target_frame) | |
| getCenterColumnHTML () | |
| getRightColumnHTML () | |
| checkPermission (string $perm, string $cmd="", string $type="", int $ref_id=null) | |
| showPossibleSubObjects () | |
| redirectToRefId (int $ref_id, string $cmd="") | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| setTabs () | |
| create tabs (repository/workspace switch)  More... | |
| getReturnLocation (string $cmd, string $location="") | |
| Deprecated functions.  More... | |
| setReturnLocation (string $cmd, string $location) | |
| showActions () | |
| getTabs () | |
| addLocatorItems () | |
| Functions to be overwritten.  More... | |
| initCreationForms (string $new_type) | |
| Init creation forms.  More... | |
| checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $node_id=null) | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
| Add header action menu.  More... | |
| redrawHeaderAction () | |
| Updating icons after ajax call.  More... | |
  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... | |
Private Attributes | |
| ilObjectRequestRetriever | $retriever | 
New implementation of ilObjectGUI.
(beta)
Differences to the ilObject implementation:
All new modules should derive from this class.
Definition at line 43 of file class.ilObject2GUI.php.
| ilObject2GUI::__construct | ( | int | $id = 0,  | 
        
| int | $id_type = self::REPOSITORY_NODE_ID,  | 
        ||
| int | $parent_node_id = 0  | 
        ||
| ) | 
Definition at line 85 of file class.ilObject2GUI.php.
References $access, $DIC, ilObjectGUI\$id, $id_type, $object_id, $params, $refinery, ilObjectGUI\$tree, ilObject\_lookupObjectId(), ILIAS\Repository\access(), afterConstructor(), assignObject(), ILIAS\Repository\ctrl(), getType(), ILIAS\Repository\html(), ILIAS\Repository\lng(), ILIAS\Repository\locator(), ilWorkspaceTree\lookupObjectId(), ILIAS\Repository\object(), ILIAS\Repository\refinery(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
 Here is the call graph for this function:
      
  | 
  finalprotected | 
Definition at line 505 of file class.ilObject2GUI.php.
Referenced by ilObjectPluginGUI\executeCommand().
 Here is the caller graph for this function:
      
  | 
  protected | 
Functions to be overwritten.
Definition at line 596 of file class.ilObject2GUI.php.
References getType().
Referenced by setLocator().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Do anything that should be done after constructor in here.
Definition at line 211 of file class.ilObject2GUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
      
  | 
  finalprotected | 
create object instance as internal property (repository/workspace switch)
Definition at line 255 of file class.ilObject2GUI.php.
References ilObjectFactory\getInstanceByObjId(), and ilObjectFactory\getInstanceByRefId().
Referenced by ilObjMainMenuGUI\__construct(), ilObjAdministrativeNotificationGUI\__construct(), and __construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObject2GUI::cancel | ( | ) | 
Definition at line 624 of file class.ilObject2GUI.php.
      
  | 
  finalprotected | 
Definition at line 485 of file class.ilObject2GUI.php.
References ilObjectGUI\$ref_id.
Referenced by ilObjHelpSettingsGUI\activateModule(), ilObjLinkResourceGUI\addLink(), ilObjMediaPoolGUI\allMedia(), ilObjMediaPoolGUI\bulkUpload(), ilObjLinkResourceGUI\confirmDeleteLink(), ilObjHelpSettingsGUI\confirmHelpModulesDeletion(), ilObjMediaPoolGUI\confirmRemove(), ilObjMediaPoolGUI\copyToClipboard(), ilObjMediaPoolGUI\createFolderForm(), ilObjMediaPoolGUI\createMediaFromUploadDir(), ilObjLinkResourceGUI\deactivateLink(), ilObjHelpSettingsGUI\deactivateModule(), ilObjHelpSettingsGUI\deleteHelpModules(), ilObjLinkResourceGUI\deleteLinks(), ilObjLinkResourceGUI\deleteParameter(), ilObjLinkResourceGUI\deleteParameterForm(), ilObjMediaPoolGUI\editFolder(), ilObjLinkResourceGUI\editLink(), ilObjMediaPoolGUI\editTitlesAndDescriptions(), ilObjPortfolioTemplateGUI\executeCommand(), ilObjectPluginGUI\executeCommand(), ilObjPortfolioGUI\executeCommand(), ilObjLinkResourceGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjLinkResourceGUI\history(), ilObjectPluginGUI\infoScreen(), ilObjPortfolioTemplateGUI\infoScreenForward(), ilObjDataCollectionGUI\infoScreenForward(), ilObjBlogGUI\infoScreenForward(), ilObjLinkResourceGUI\infoScreenForward(), ilObjMediaPoolGUI\insertFromClipboard(), ilObjItemGroupGUI\listMaterials(), ilObjMediaPoolGUI\listMedia(), ilObjLinkResourceGUI\manage(), ilObjMediaPoolGUI\openClipboard(), ilObjMediaPoolGUI\performBulkUpload(), ilObjMediaPoolGUI\remove(), ilObjLinkResourceGUI\saveAddLink(), ilObjContactAdministrationGUI\saveConfigurationForm(), ilObjMediaPoolGUI\saveFolder(), ilObjItemGroupGUI\saveItemAssignment(), ilObjLinkResourceGUI\saveLinkList(), ilObjHelpSettingsGUI\saveOrdering(), ilObjLinkResourceGUI\saveSettings(), ilObjLinkResourceGUI\saveSorting(), ilObjMediaPoolGUI\saveTitlesAndDescriptions(), ilObjMediaPoolGUI\selectUploadDirFiles(), ilObjHelpSettingsGUI\setMode(), ilObjContentPageGUI\setTabs(), ilObjLinkResourceGUI\settings(), ilObjLinkResourceGUI\showLinks(), ilObjMediaPoolGUI\showMedia(), ilObjMediaPoolGUI\showPreview(), ilObjLinkResourceGUI\sort(), ilObjMediaPoolGUI\updateFolder(), ilObjLinkResourceGUI\updateLink(), ilObjLinkResourceGUI\updateLinks(), ilObjContentPageGUI\view(), and ilObjLinkResourceGUI\view().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 730 of file class.ilObject2GUI.php.
References $node_id, $parent_id, getAccessHandler(), ILIAS\Repository\object(), and ILIAS\Repository\user().
Referenced by ilObjLinkResourceGUI\activateTabs(), ilObjWorkspaceFolderGUI\addContentSubTabs(), ilObjBlogGUI\addContributor(), ilObjContentPageGUI\addToNavigationHistory(), ilObjPollGUI\confirmDeleteAllVotes(), ilObjBlogGUI\contributors(), ilObjWorkspaceFolderGUI\cut(), ilObjBlogGUI\deactivateAdmin(), ilObjPollGUI\deleteAllVotes(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilObjPortfolioBaseGUI\deletePortfolioPages(), ilObjPortfolioBaseGUI\determinePageCall(), ilObjItemGroupGUI\edit(), ilObjMediaPoolGUI\edit(), ilRemoteObjectBaseGUI\editObject(), ilObjBibliographicGUI\editObject(), ilObjHelpSettingsGUI\editSettings(), ilRemoteObjectBaseGUI\executeCommand(), ilObjLegalNoticeGUI\executeCommand(), ilObjItemGroupGUI\executeCommand(), ilObjDataCollectionGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjContactAdministrationGUI\getAdminTabs(), ilObjHelpSettingsGUI\getAdminTabs(), ilObjWikiSettingsGUI\getAdminTabs(), ilObjContactAdministrationGUI\getConfigurationForm(), ilObjContentPageGUI\getContent(), ilObjPortfolioTemplateGUI\infoScreenForward(), ilObjDataCollectionGUI\infoScreenForward(), ilObjContentPageGUI\infoScreenForward(), ilObjCmiXapiGUI\infoScreenForward(), ilObjBlogGUI\infoScreenForward(), ilObjLTIConsumerGUI\infoScreenForward(), ilObjLinkResourceGUI\infoScreenForward(), ilObjWikiSettingsGUI\initForm(), ilObjCmiXapiGUI\initInfoScreenToolbar(), ilObjBlogGUI\isAdmin(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), ilObjContentPageGUI\populateContentToolbar(), ilObjPortfolioTemplateGUI\preview(), ilObjBlogGUI\preview(), ilObjPollGUI\render(), ilObjBlogGUI\render(), ilObjContentPageGUI\renderHeaderActions(), ilObjPortfolioTemplateGUI\saveBlog(), ilObjPortfolioBaseGUI\savePage(), ilObjPortfolioBaseGUI\savePortfolioPagesOrdering(), ilObjWikiSettingsGUI\saveSettings(), ilObjHelpSettingsGUI\setMode(), ilObjContentPageGUI\setSettingsSubTabs(), ilRemoteObjectBaseGUI\setTabs(), ilObjContentPageGUI\setTabs(), ilObjPortfolioTemplateGUI\setTabs(), ilObjPollGUI\setTabs(), ilObjBlogGUI\setTabs(), setTabs(), ilObjLinkResourceGUI\setTabs(), ilObjPortfolioBaseGUI\showEditButton(), ilObjPollGUI\showParticipants(), ilObjPollGUI\showParticipantVotes(), ilObjLinkResourceGUI\showToolbar(), ilRemoteObjectBaseGUI\updateObject(), ilObjHelpSettingsGUI\uploadHelpFile(), and ilObjPortfolioBaseGUI\view().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObject2GUI::confirmedDelete | ( | ) | 
Delete objects (repository/workspace switch)
Definition at line 362 of file class.ilObject2GUI.php.
References deleteConfirmedObjects().
 Here is the call graph for this function:| ilObject2GUI::create | ( | ) | 
CRUD.
Definition at line 608 of file class.ilObject2GUI.php.
Referenced by ilObjTaxonomyGUI\createAssignedTaxonomy().
 Here is the caller graph for this function:| ilObject2GUI::delete | ( | ) | 
Display delete confirmation form (repository/workspace switch)
Definition at line 339 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Delete objects (workspace specific) This should probably be moved elsewhere as done with RepUtil.
Definition at line 386 of file class.ilObject2GUI.php.
References $node_id, ilObjectGUI\$object, ILIAS\Repository\ctrl(), ilObject\delete(), getAccessHandler(), ilObjectFactory\getInstanceByObjId(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by confirmedDelete().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObject2GUI::edit | ( | ) | 
Definition at line 616 of file class.ilObject2GUI.php.
| ilObject2GUI::executeCommand | ( | ) | 
execute command
Definition at line 218 of file class.ilObject2GUI.php.
References ILIAS\Repository\ctrl(), getAccessHandler(), and prepareOutput().
Referenced by ilObjCmiXapiGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjPortfolioTemplateGUI\executeCommand(), ilObjFileGUI\getParentId(), and ilObjContentPageGUI\setTabs().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 281 of file class.ilObject2GUI.php.
References $access_handler.
Referenced by ilObjBlogGUI\__construct(), ilObjWorkspaceFolderGUI\applyShareFilter(), checkPermissionBool(), ilObjWorkspaceFolderGUI\copyShared(), deleteConfirmedObjects(), ilObjPortfolioTemplateGUI\executeCommand(), executeCommand(), ilObjPollGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjFileGUI\getParentId(), initHeaderAction(), ilObjWorkspaceFolderGUI\initPasswordForm(), ilObjWorkspaceFolderGUI\listSharedResourcesOfOtherUser(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), putObjectInTree(), ilObjExerciseVerificationGUI\render(), ilObjSCORMVerificationGUI\render(), ilObjCmiXapiVerificationGUI\render(), ilObjLTIConsumerVerificationGUI\render(), ilObjTestVerificationGUI\render(), ilObjCourseVerificationGUI\render(), ilObjWorkspaceFolderGUI\render(), ilObjWorkspaceFolderGUI\resetShareFilter(), ilObjWorkspaceFolderGUI\setTabs(), and ilObjWorkspaceFolderGUI\share().
 Here is the caller graph for this function:
      
  | 
  finalprotected | 
Definition at line 473 of file class.ilObject2GUI.php.
      
  | 
  final | 
Definition at line 445 of file class.ilObject2GUI.php.
Referenced by ilObjectPluginGUI\addLocatorItems(), ilObjMediaPoolGUI\addLocatorItems(), ilObjContentPageGUI\addToNavigationHistory(), ilObjMediaPoolGUI\afterConstructor(), ilObjPortfolioTemplateGUI\executeCommand(), ilObjectPluginGUI\executeCommand(), ilObjLinkResourceGUI\executeCommand(), ilObjDataCollectionGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjPollGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjFileGUI\getParentId(), ilObjContentPageGUI\initEditCustomForm(), ilObjContentPageGUI\renderHeaderActions(), ilOrgUnitExtensionGUI\setLocator(), and ilObjLinkResourceGUI\setTabs().
 Here is the caller graph for this function:| ilObject2GUI::getHTML | ( | ) | 
Definition at line 429 of file class.ilObject2GUI.php.
| ilObject2GUI::getIdType | ( | ) | 
Definition at line 247 of file class.ilObject2GUI.php.
References $id_type.
Referenced by ilObjFileAbstractZipProcessor\__construct().
 Here is the caller graph for this function:
      
  | 
  finalprotected | 
Deprecated functions.
Definition at line 576 of file class.ilObject2GUI.php.
      
  | 
  finalprotected | 
Definition at line 477 of file class.ilObject2GUI.php.
      
  | 
  finalprotected | 
Definition at line 588 of file class.ilObject2GUI.php.
      
  | 
  finalprotected | 
      
  | 
  abstract | 
Functions that must be overwritten.
Referenced by __construct(), addLocatorItems(), ilRemoteObjectBaseGUI\callObject(), ilObjPortfolioBaseGUI\deletePortfolioPages(), ilObjectPluginGUI\executeCommand(), ilObjectPluginGUI\getCreationFormTitle(), ilObjectPluginGUI\getPlugin(), ilRemoteObjectBaseGUI\infoScreen(), ilRemoteObjectBaseGUI\initEditForm(), initHeaderAction(), ilObjPortfolioBaseGUI\setSettingsSubTabs(), ilObjPortfolioBaseGUI\showEditButton(), ilRemoteObjectBaseGUI\updateObject(), and ilObjPortfolioBaseGUI\view().
 Here is the caller graph for this function:
      
  | 
  static | 
After creation callback.
Definition at line 712 of file class.ilObject2GUI.php.
References $DIC, ilObject\_lookupType(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilObject2GUI::importFile | ( | ) | 
Definition at line 646 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Init creation forms.
This will create the default creation forms: new, import, clone
Definition at line 634 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Add header action menu.
Definition at line 762 of file class.ilObject2GUI.php.
References ILIAS\Repository\ctrl(), getAccessHandler(), getType(), ilObjectListGUI\prepareJsLinks(), and ilCommonActionDispatcherGUI\TYPE_WORKSPACE.
 Here is the call graph for this function:
      
  | 
  final | 
Definition at line 469 of file class.ilObject2GUI.php.
      
  | 
  finalprotected | 
Definition at line 457 of file class.ilObject2GUI.php.
      
  | 
  final | 
Definition at line 449 of file class.ilObject2GUI.php.
Referenced by ilObjCmiXapiGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilRemoteObjectBaseGUI\executeCommand(), ilObjLegalNoticeGUI\executeCommand(), ilObjMainMenuGUI\executeCommand(), ilObjAdministrativeNotificationGUI\executeCommand(), ilObjWikiSettingsGUI\executeCommand(), ilObjPortfolioTemplateGUI\executeCommand(), ilObjContactAdministrationGUI\executeCommand(), ilObjHelpSettingsGUI\executeCommand(), ilObjItemGroupGUI\executeCommand(), ilObjDataProtectionGUI\executeCommand(), ilObjTermsOfServiceGUI\executeCommand(), ilObjLinkResourceGUI\executeCommand(), ilObjFileServicesGUI\executeCommand(), ilObjDataCollectionGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjBibliographicGUI\executeCommand(), ilObjWorkspaceFolderGUI\executeCommand(), executeCommand(), ilObjPollGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjFileGUI\getParentId(), ilObjDataCollectionGUI\handleExport(), and ilObjContentPageGUI\setTabs().
 Here is the caller graph for this function:| ilObject2GUI::putObjectInTree | ( | ilObject | $obj, | 
| int | $parent_node_id = null  | 
        ||
| ) | 
Add object to tree at given position.
Definition at line 654 of file class.ilObject2GUI.php.
References $parent_id, ilChangeEvent\_recordWriteEvent(), ilRbacLog\add(), ilRbacLog\CREATE_OBJECT, ilObject\createReference(), ILIAS\Repository\ctrl(), ilRbacLog\gatherFaPa(), getAccessHandler(), ilObject\getId(), ilObject\getRefId(), ilObject\putInTree(), ilObject\setPermissions(), and ILIAS\Repository\user().
Referenced by ilObjLTIConsumerGUI\createNewObject(), ilObjExerciseVerificationGUI\save(), ilObjSCORMVerificationGUI\save(), ilObjLTIConsumerVerificationGUI\save(), ilObjCmiXapiVerificationGUI\save(), ilObjCourseVerificationGUI\save(), and ilObjTestVerificationGUI\save().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  finalprotected | 
Definition at line 498 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Updating icons after ajax call.
Definition at line 806 of file class.ilObject2GUI.php.
| ilObject2GUI::save | ( | ) | 
Definition at line 612 of file class.ilObject2GUI.php.
Referenced by ilObjLTIConsumerGUI\checkContentSelection().
 Here is the caller graph for this function:
      
  | 
  final | 
Definition at line 481 of file class.ilObject2GUI.php.
      
  | 
  final | 
Definition at line 441 of file class.ilObject2GUI.php.
Referenced by ilObjMediaPoolGUI\executeCommand().
 Here is the caller graph for this function:
      
  | 
  protected | 
set Locator
Definition at line 289 of file class.ilObject2GUI.php.
References $parent_id, ilObjectGUI\$ref_id, addLocatorItems(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\locator(), and ILIAS\Repository\refinery().
Referenced by ilObjectPluginGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), and ilObjBlogGUI\executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  finalprotected | 
Definition at line 580 of file class.ilObject2GUI.php.
      
  | 
  protected | 
create tabs (repository/workspace switch)
this had to be moved here because of the context-specific permission tab
Definition at line 538 of file class.ilObject2GUI.php.
References $node_id, checkPermissionBool(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilObjTaxonomyGUI\createTaxNode(), ilObjTaxonomyGUI\deleteItems(), ilObjTaxonomyGUI\editSettings(), ilObjectPluginGUI\executeCommand(), ilObjBibliographicGUI\getValidBiblFileSuffixConstraint(), ilObjTaxonomyGUI\listAssignedItems(), ilObjTaxonomyGUI\listNodes(), ilObjTaxonomyGUI\moveItems(), and ilObjPortfolioTemplateGUI\setTabs().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  finalprotected | 
Definition at line 465 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 453 of file class.ilObject2GUI.php.
      
  | 
  finalprotected | 
Definition at line 584 of file class.ilObject2GUI.php.
      
  | 
  finalprotected | 
Definition at line 493 of file class.ilObject2GUI.php.
| ilObject2GUI::update | ( | ) | 
Definition at line 620 of file class.ilObject2GUI.php.
Referenced by ilObjFileGUI\putObjectInTree().
 Here is the caller graph for this function:| ilObject2GUI::view | ( | ) | 
view object content (repository/workspace switch)
Definition at line 513 of file class.ilObject2GUI.php.
      
  | 
  final | 
Final/Private declaration of unchanged parent methods.
Definition at line 437 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 61 of file class.ilObject2GUI.php.
Referenced by __construct(), ilObjCmiXapiGUI\_goto(), ilObjDataCollectionGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjBlogGUI\_goto(), ilObjectPluginGUI\addInfoTab(), ilObjectPluginGUI\addInilPluginAdminfoTab(), ilObjItemGroupGUI\addLocatorItems(), ilObjMediaPoolGUI\addLocatorItems(), ilObjectPluginGUI\addPermissionTab(), ilObjPortfolioTemplateGUI\createFromTemplate(), ilObjectPluginGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjItemGroupGUI\gotoParent(), ilObjMediaPoolGUI\infoScreen(), ilObjPortfolioGUI\linkPortfolioToAssignment(), ilObjMediaPoolGUI\listMedia(), ilObjMediaPoolGUI\setContentSubTabs(), ilObjBlogGUI\setSettingsSubTabs(), ilObjMediaPoolGUI\setSettingsSubTabs(), ilObjItemGroupGUI\setTabs(), ilObjMediaPoolGUI\setTabs(), and ilObjPortfolioGUI\toRepository().
      
  | 
  protected | 
Definition at line 82 of file class.ilObject2GUI.php.
Referenced by ilObjPortfolioGUI\executeCommand(), getAccessHandler(), ilObjExerciseVerificationGUI\render(), ilObjSCORMVerificationGUI\render(), ilObjCmiXapiVerificationGUI\render(), ilObjLTIConsumerVerificationGUI\render(), ilObjTestVerificationGUI\render(), ilObjCourseVerificationGUI\render(), and ilObjPortfolioGUI\saveBlog().
      
  | 
  protected | 
Definition at line 78 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 54 of file class.ilObject2GUI.php.
Referenced by ilObjCmiXapiVerificationGUI\_goto(), ilObjLTIConsumerVerificationGUI\_goto(), ilObjCourseVerificationGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjWorkspaceFolderGUI\_goto(), ilObjPortfolioGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjWorkspaceFolderGUI\addContentSubTabs(), ilObjBlogGUI\addContributor(), ilObjBlogGUI\addHeaderActionForCommand(), ilObjMediaPoolGUI\addMobsToPool(), ilObjectPluginGUI\addPermissionTab(), ilObjItemGroupGUI\afterSave(), ilObjBlogGUI\afterSave(), ilObjTaxonomyGUI\afterSave(), ilObjectPluginGUI\afterSave(), ilObjMediaPoolGUI\allMedia(), ilObjTaxonomyGUI\cancel(), ilObjMediaPoolGUI\cancelFolderUpdate(), ilObjMediaPoolGUI\cancelSave(), ilObjTaxonomyGUI\confirmDeleteTaxonomy(), ilObjTaxonomyGUI\confirmedDelete(), ilObjMediaPoolGUI\confirmRemove(), ilObjBlogGUI\contributors(), ilObjPortfolioTemplateGUI\createFromTemplate(), ilObjBlogGUI\createPosting(), ilObjTaxonomyGUI\deleteItems(), ilObjTaxonomyGUI\deleteTaxonomy(), ilObjExerciseVerificationGUI\downloadFromPortfolioPage(), ilObjMediaPoolGUI\editTitlesAndDescriptions(), ilObjectPluginGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjTaxonomyGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjFileGUI\getCtrl(), ilObjBlogGUI\getHTML(), ilObjPortfolioGUI\getOfflineMessage(), ilObjectPluginGUI\infoScreen(), ilObjectPluginGUI\initEditForm(), ilObjMediaPoolGUI\initFolderForm(), ilObjWikiSettingsGUI\initForm(), ilObjBlogGUI\initHeaderAction(), ilObjWorkspaceFolderGUI\initPasswordForm(), ilObjTaxonomyGUI\initSettingsForm(), ilObjTaxonomyGUI\initTaxNodeForm(), ilObjMediaPoolGUI\listMedia(), ilObjTaxonomyGUI\listNodes(), ilObjTaxonomyGUI\listTaxonomies(), ilObjTaxonomyGUI\moveItems(), ilObjMediaPoolGUI\openClipboard(), ilObjTaxonomyGUI\pasteItems(), ilObjBlogGUI\removeContributor(), ilObjWorkspaceFolderGUI\render(), ilObjBlogGUI\render(), ilObjBlogGUI\renderList(), ilObjBlogGUI\renderNavigationByAuthors(), ilObjBlogGUI\renderNavigationByDate(), ilObjBlogGUI\renderNavigationByKeywords(), ilObjMediaPoolGUI\returnFromItem(), ilObjTaxonomyGUI\saveAssignedItemsSorting(), ilObjMediaPoolGUI\saveFolder(), ilObjItemGroupGUI\saveItemAssignment(), ilObjWikiSettingsGUI\saveSettings(), ilObjTaxonomyGUI\saveSorting(), ilObjTaxonomyGUI\saveTaxNode(), ilObjMediaPoolGUI\saveTitlesAndDescriptions(), ilObjMediaPoolGUI\selectUploadDirFiles(), ilObjMediaPoolGUI\setContentSubTabs(), ilObjBlogGUI\setNotification(), ilObjPortfolioGUI\setOnlineAndShare(), ilObjTaxonomyGUI\setTabs(), ilObjTaxonomyGUI\showTree(), ilObjMediaPoolGUI\updateFolder(), ilObjTaxonomyGUI\updateSettings(), and ilObjTaxonomyGUI\updateTaxNode().
      
  | 
  protected | 
Definition at line 58 of file class.ilObject2GUI.php.
Referenced by ilObjLTIConsumerGUI\addDynReg(), ilObjLinkResourceGUI\checkLinkInput(), ilObjPortfolioGUI\create(), and ilObjPortfolioGUI\createFromTemplate().
      
  | 
  protected | 
Definition at line 57 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 74 of file class.ilObject2GUI.php.
Referenced by ilObjMediaPoolGUI\editTitlesAndDescriptions(), and ilObjBibliographicGUI\showContent().
      
  | 
  protected | 
Definition at line 71 of file class.ilObject2GUI.php.
Referenced by ilObjFileServicesGUI\__construct(), ilObjLinkResourceGUI\__construct(), __construct(), and getIdType().
      
  | 
  protected | 
Definition at line 55 of file class.ilObject2GUI.php.
Referenced by ilObjCmiXapiGUI\_goto(), ilObjItemGroupGUI\_goto(), ilRemoteObjectBaseGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjWorkspaceFolderGUI\addContentSubTabs(), ilObjBlogGUI\addContributor(), ilObjBlogGUI\addUserFromAutoComplete(), ilObjItemGroupGUI\afterConstructor(), ilObjMediaPoolGUI\afterConstructor(), ilObjTaxonomyGUI\afterSave(), ilObjWorkspaceFolderGUI\checkPassword(), ilObjTaxonomyGUI\confirmDeleteTaxonomy(), ilObjMediaPoolGUI\confirmRemove(), ilObjBlogGUI\contributors(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilObjTaxonomyGUI\deleteItems(), ilObjTaxonomyGUI\deleteTaxonomy(), ilObjMediaPoolGUI\editTitlesAndDescriptions(), ilObjWikiSettingsGUI\executeCommand(), ilObjectPluginGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjBlogGUI\getHTML(), ilObjPortfolioGUI\getOfflineMessage(), ilObjMediaPoolGUI\getPreviewModalHTML(), ilObjectPluginGUI\infoScreen(), ilObjBlogGUI\initEditCustomForm(), ilObjectPluginGUI\initEditForm(), ilObjMediaPoolGUI\initFolderForm(), ilObjWikiSettingsGUI\initForm(), ilObjMediaPoolGUI\initMediaBulkForm(), ilObjWorkspaceFolderGUI\initPasswordForm(), ilObjTaxonomyGUI\initSettingsForm(), ilObjTaxonomyGUI\initTaxNodeForm(), ilObjMediaPoolGUI\listMedia(), ilObjTaxonomyGUI\listNodes(), ilObjTaxonomyGUI\listTaxonomies(), ilObjTaxonomyGUI\moveItems(), ilObjWorkspaceFolderGUI\passwordForm(), ilObjTaxonomyGUI\pasteItems(), ilObjBlogGUI\preview(), ilObjBlogGUI\removeContributor(), ilObjExerciseVerificationGUI\render(), ilObjSCORMVerificationGUI\render(), ilObjCmiXapiVerificationGUI\render(), ilObjCourseVerificationGUI\render(), ilObjBlogGUI\render(), ilObjBlogGUI\renderList(), ilObjTaxonomyGUI\saveAssignedItemsSorting(), ilObjMediaPoolGUI\saveFolder(), ilObjWikiSettingsGUI\saveSettings(), ilObjTaxonomyGUI\saveSorting(), ilObjTaxonomyGUI\saveTaxNode(), ilObjMediaPoolGUI\saveTitlesAndDescriptions(), ilObjMediaPoolGUI\selectUploadDirFiles(), ilObjPortfolioGUI\setOnlineAndShare(), ilObjMediaPoolGUI\setSettingsSubTabs(), ilObjWorkspaceFolderGUI\setTabs(), ilObjItemGroupGUI\setTabs(), ilObjBlogGUI\setTabs(), ilObjTaxonomyGUI\setTabs(), ilObjWorkspaceRootFolderGUI\setTitleAndDescription(), ilObjWorkspaceFolderGUI\showAdministrationPanel(), ilObjBlogGUI\updateCustom(), ilObjMediaPoolGUI\updateFolder(), ilObjTaxonomyGUI\updateSettings(), ilObjTaxonomyGUI\updateTaxNode(), and ilObjPortfolioBaseGUI\view().
      
  | 
  protected | 
Definition at line 59 of file class.ilObject2GUI.php.
Referenced by ilObjPortfolioBaseGUI\addLocatorItems(), ilObjItemGroupGUI\addLocatorItems(), ilObjectPluginGUI\addLocatorItems(), ilObjCmiXapiGUI\addLocatorItems(), ilObjLTIConsumerGUI\addLocatorItems(), ilObjMediaPoolGUI\addLocatorItems(), ilObjBlogGUI\addLocatorItems(), and ilObjBlogGUI\renderFullScreen().
      
  | 
  protected | 
Definition at line 77 of file class.ilObject2GUI.php.
Referenced by ilObjBibliographicGUI\addLocatorItems(), ilObjPollGUI\addLocatorItems(), ilObjFileGUI\addLocatorItems(), ilObjBlogGUI\addLocatorItems(), ilObjWorkspaceFolderGUI\checkPassword(), ilObjPortfolioGUI\checkPermissionBool(), ilObjTaxonomyGUI\checkPermissionBool(), checkPermissionBool(), ilObjBlogGUI\contributors(), ilObjWorkspaceFolderGUI\deleteConfirmation(), deleteConfirmedObjects(), ilObjFileGUI\getNodeID(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), ilObjFileGUI\putObjectInTree(), ilObjBlogGUI\renderFullScreen(), ilObjBlogGUI\renderFullscreenHeader(), ilObjBlogGUI\renderNavigation(), ilObjExerciseVerificationGUI\save(), ilObjSCORMVerificationGUI\save(), ilObjCmiXapiVerificationGUI\save(), ilObjLTIConsumerVerificationGUI\save(), ilObjCourseVerificationGUI\save(), ilObjTestVerificationGUI\save(), ilObjPortfolioGUI\saveBlog(), and setTabs().
      
  | 
  protected | 
Definition at line 52 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 76 of file class.ilObject2GUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 72 of file class.ilObject2GUI.php.
Referenced by checkPermissionBool(), ilObjPortfolioBaseGUI\deletePortfolioPages(), ilObjFileGUI\getParentId(), ilObjTaxonomyGUI\pasteItems(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), putObjectInTree(), ilObjBlogGUI\renderFullScreen(), ilObjExerciseVerificationGUI\save(), ilObjSCORMVerificationGUI\save(), ilObjCmiXapiVerificationGUI\save(), ilObjLTIConsumerVerificationGUI\save(), ilObjCourseVerificationGUI\save(), ilObjTestVerificationGUI\save(), ilOrgUnitExtensionGUI\setLocator(), and setLocator().
      
  | 
  protected | 
Definition at line 63 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 66 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 68 of file class.ilObject2GUI.php.
Referenced by ilObjBlogGUI\addContributor().
      
  | 
  protected | 
Definition at line 67 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 65 of file class.ilObject2GUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 70 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 64 of file class.ilObject2GUI.php.
      
  | 
  private | 
Definition at line 83 of file class.ilObject2GUI.php.
      
  | 
  protected | 
Definition at line 56 of file class.ilObject2GUI.php.
Referenced by ilObjExerciseVerificationGUI\create(), and ilObjMediaPoolGUI\edit().
      
  | 
  protected | 
Definition at line 62 of file class.ilObject2GUI.php.
Referenced by ilObjBlogGUI\contributors(), ilObjPortfolioTemplateGUI\infoScreenForward(), ilObjMediaPoolGUI\listMedia(), ilObjTaxonomyGUI\listNodes(), ilObjTaxonomyGUI\listTaxonomies(), ilObjTaxonomyGUI\moveItems(), ilObjBlogGUI\preview(), ilObjMediaPoolGUI\selectUploadDirFiles(), ilObjWorkspaceFolderGUI\showAdministrationPanel(), and ilObjPortfolioBaseGUI\view().
      
  | 
  protected | 
Definition at line 53 of file class.ilObject2GUI.php.
Referenced by ilObjDataCollectionGUI\_goto(), ilObjFileGUI\addLegacyFormToAccordion(), ilObjFileGUI\addUIFormToAccordion(), ilObjMediaPoolGUI\allMedia(), ilObjTaxonomyGUI\confirmDeleteTaxonomy(), ilObjBlogGUI\contributors(), ilObjPortfolioGUI\create(), ilObjMediaPoolGUI\createFolderForm(), ilObjPortfolioGUI\createFromTemplate(), ilObjTaxonomyGUI\createTaxNode(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilObjTaxonomyGUI\deleteItems(), ilObjMediaPoolGUI\edit(), ilObjMediaPoolGUI\editFolder(), ilObjDataCollectionGUI\editObject(), ilObjWikiSettingsGUI\editSettings(), ilObjTaxonomyGUI\editSettings(), ilObjectPluginGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjLinkResourceGUI\exportHTML(), ilObjMediaPoolGUI\getPreviewModalHTML(), ilObjTaxonomyGUI\listAssignedItems(), ilObjItemGroupGUI\listMaterials(), ilObjMediaPoolGUI\listMedia(), ilObjTaxonomyGUI\listNodes(), ilObjTaxonomyGUI\listTaxonomies(), ilObjTaxonomyGUI\moveItems(), ilObjWorkspaceFolderGUI\passwordForm(), ilObjWorkspaceFolderGUI\render(), ilObjBlogGUI\render(), ilObjBlogGUI\renderFullScreen(), ilObjMediaPoolGUI\saveFolder(), ilObjTaxonomyGUI\saveTaxNode(), ilObjMediaPoolGUI\selectUploadDirFiles(), ilObjPortfolioBaseGUI\setContentStyleSheet(), ilObjBlogGUI\setContentStyleSheet(), ilObjTaxonomyGUI\setTabs(), ilObjWorkspaceRootFolderGUI\setTitleAndDescription(), ilObjWorkspaceFolderGUI\share(), ilObjMediaPoolGUI\showPage(), ilObjMediaPoolGUI\updateFolder(), ilObjTaxonomyGUI\updateSettings(), and ilObjTaxonomyGUI\updateTaxNode().
      
  | 
  protected | 
Definition at line 73 of file class.ilObject2GUI.php.
Referenced by ilObjBlogGUI\buildExportFile(), ilObjTaxonomyGUI\checkPermissionBool(), ilObjMediaPoolGUI\confirmRemove(), ilObjMediaPoolGUI\copyToClipboard(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilObjDataProtectionGUI\form(), ilObjFileGUI\getCreationFormsHTML(), ilObjCmiXapiGUI\initCreateForm(), ilObjMediaPoolGUI\returnFromItem(), ilObjContactAdministrationGUI\saveConfigurationForm(), and ilObjLTIConsumerGUI\saveContentSelection().
      
  | 
  protected | 
Definition at line 60 of file class.ilObject2GUI.php.
Referenced by ilObjBlogGUI\addHeaderActionForCommand(), ilObjMediaPoolGUI\addMobsToPool(), ilObjBlogGUI\addUserFromAutoComplete(), ilObjMediaPoolGUI\allMedia(), ilObjWorkspaceFolderGUI\copy(), ilObjMediaPoolGUI\copyToClipboard(), ilObjPortfolioGUI\createPortfolioFromAssignment(), ilObjBlogGUI\createPosting(), ilObjPortfolioBaseGUI\deletePortfolioPages(), ilObjBlogGUI\getHTML(), ilObjFileGUI\getUser(), ilObjPortfolioGUI\initCreatePortfolioFromTemplateForm(), ilObjPortfolioTemplateGUI\initDidacticTemplate(), ilObjBlogGUI\initHeaderAction(), ilObjPortfolioGUI\linkPortfolioToAssignment(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), ilObjExerciseVerificationGUI\render(), ilObjWorkspaceFolderGUI\render(), ilObjBlogGUI\renderFullScreen(), ilObjBlogGUI\renderFullscreenHeader(), ilObjBlogGUI\renderList(), ilObjExerciseVerificationGUI\save(), and ilObjBlogGUI\setNotification().
| const ilObject2GUI::OBJECT_ID = 0 | 
Definition at line 45 of file class.ilObject2GUI.php.
Referenced by ilObjTaxonomyGUI\__construct().
| const ilObject2GUI::PORTFOLIO_OBJECT_ID = 5 | 
Definition at line 50 of file class.ilObject2GUI.php.
| const ilObject2GUI::REPOSITORY_NODE_ID = 1 | 
Definition at line 46 of file class.ilObject2GUI.php.
Referenced by ilLinkResourceHandlerGUI\executeCommand(), ilRepositoryGUI\executeCommand(), ilAdministrationGUI\executeCommand(), ilFileVersionsGUI\getParentIdType(), and ilAdministrationSettingsFormHandler\getSettingsGUIInstance().
| const ilObject2GUI::REPOSITORY_OBJECT_ID = 3 | 
Definition at line 48 of file class.ilObject2GUI.php.
| const ilObject2GUI::WORKSPACE_NODE_ID = 2 | 
Definition at line 47 of file class.ilObject2GUI.php.
Referenced by ilSharedResourceGUI\executeCommand(), ilPersonalWorkspaceGUI\executeCommand(), ilPortfolioPageGUI\executeCommand(), ilFileVersionsGUI\getParentIdType(), ilObjFileAbstractZipProcessor\isWorkspace(), ILIAS\Blog\Access\BlogAccess\mayContribute(), ILIAS\Blog\Access\BlogAccess\mayEditPosting(), and ilExSubmissionObjectGUI\submitBlog().
| const ilObject2GUI::WORKSPACE_OBJECT_ID = 4 | 
Definition at line 49 of file class.ilObject2GUI.php.
Referenced by ilPortfolioPageGUI\dlcmxv(), ilPortfolioPageGUI\dlcrsv(), ilPortfolioPageGUI\dlexcv(), ilPortfolioPageGUI\dlltiv(), ilPortfolioPageGUI\dlscov(), ilPortfolioPageGUI\dltstv(), ILIAS\Portfolio\Export\PortfolioHtmlExport\exportHTMLPages(), ILIAS\Portfolio\Export\PortfolioHtmlExport\exportHTMLPagesPrint(), ilPortfolioPageGUI\renderBlog(), and ilPortfolioPageGUI\renderVerification().