| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilObject Basic functions for all objects. More...
 Inheritance diagram for ilObject:
 Inheritance diagram for ilObject: Collaboration diagram for ilObject:
 Collaboration diagram for ilObject:| Public Member Functions | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor  public. | |
| withReferences () | |
| determines wehter objects are referenced or not (got ref ids or not) | |
| read ($a_force_db=false) | |
| read object data from db into object | |
| getId () | |
| get object id  public | |
| setId ($a_id) | |
| set object id  public | |
| setRefId ($a_id) | |
| set reference id  public | |
| getRefId () | |
| get reference id  public | |
| getType () | |
| get object type  public | |
| setType ($a_type) | |
| set object type  public | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions | |
| getTitle () | |
| get object title  public | |
| getUntranslatedTitle () | |
| get untranslated object title  public | |
| setTitle ($a_title) | |
| set object title | |
| getDescription () | |
| get object description | |
| setDescription ($a_desc) | |
| set object description | |
| getLongDescription () | |
| get object long description (stored in object_description) | |
| getImportId () | |
| get import id | |
| setImportId ($a_import_id) | |
| set import id | |
| _lookupObjIdByImportId ($a_import_id) | |
| getOwner () | |
| get object owner | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| lookup owner name for owner id | |
| setOwner ($a_owner) | |
| set object owner | |
| getCreateDate () | |
| get create date  public | |
| getLastUpdateDate () | |
| get last update date  public | |
| getDiskUsage () | |
| Gets the disk usage of the object in bytes. | |
| setObjDataRecord ($a_record) | |
| set object_data record (note: this method should only be called from the ilObjectFactory class) | |
| create () | |
| create | |
| update () | |
| update object in db | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. | |
| createMetaData () | |
| create meta data entry | |
| updateMetaData () | |
| update meta data entry | |
| deleteMetaData () | |
| delete meta data entry | |
| updateOwner () | |
| update owner of object in db | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) | |
| _lookupOwner ($a_id) | |
| lookup object owner | |
| _lookupDescription ($a_id) | |
| lookup object description | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| lookup last update | |
| _getLastUpdateOfObjects ($a_objs) | |
| Get last update for a set of media objects. | |
| _setDeletedDate ($a_ref_id) | |
| only called in ilTree::saveSubTree | |
| _resetDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _lookupDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _writeTitle ($a_obj_id, $a_title) | |
| write title to db (static) | |
| _writeDescription ($a_obj_id, $a_desc) | |
| write description to db (static) | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| write import id to db (static) | |
| _isInTrash ($a_ref_id) | |
| checks wether object is in trash | |
| _hasUntrashedReference ($a_obj_id) | |
| checks wether an object has at least one reference that is not in trash | |
| _lookupObjectId ($a_ref_id) | |
| lookup object id | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| get all objects of a certain type | |
| putInTree ($a_parent_ref) | |
| maybe this method should be in tree object!? | |
| setPermissions ($a_parent_ref) | |
| set permissions of object | |
| createReference () | |
| creates reference for object | |
| countReferences () | |
| count references of object | |
| delete () | |
| delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! | |
| initDefaultRoles () | |
| init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example)  public | |
| createRoleFolder () | |
| creates a local role folder | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| notifys an object about an event occured Based on the event passed, each object may decide how it reacts. | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| getXMLZip () | |
| getHTMLDirectory () | |
| cloneObject ($a_target_id, $a_copy_id=0) | |
| Clone object permissions, put in tree ... | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| Prepend Copy info if object with same name exists in that container. | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
| Clone object dependencies. | |
| cloneMetaData ($target_obj) | |
| Copy meta data. | |
| Static Public Member Functions | |
| static | _getAllReferences ($a_id) | 
| get all reference ids of object | |
| static | _lookupTitle ($a_id) | 
| lookup object title | |
| static | _getIdsForTitle ($title, $type= '', $partialmatch=false) | 
| static | _lookupObjId ($a_id) | 
| static | _lookupType ($a_id, $a_reference=false) | 
| lookup object type | |
| _exists ($a_id, $a_reference=false) | |
| checks if an object exists in object_data | |
| static | _getObjectsByType ($a_obj_type="", $a_owner="") | 
| Get objects by type. | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type) | 
| Prepare copy wizard object selection. | |
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) | 
| Get icon for repository item. | |
| static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) | 
| Collect deletion dependencies. | |
| static | getDeletionDependencies ($a_obj_id) | 
| Get deletion dependencies. | |
| Data Fields | |
| const | TITLE_LENGTH = 128 | 
| max length of object title | |
| $ilias | |
| $lng | |
| $id | |
| $ref_id | |
| $type | |
| $title | |
| $untranslatedTitle | |
| $desc | |
| $long_desc | |
| $owner | |
| $create_date | |
| $last_update | |
| $import_id | |
| $register = false | |
| $referenced | |
| $objectList | |
| $max_title | |
| $max_desc | |
| $add_dots | |
| $obj_data_record | |
| object_data record | |
Class ilObject Basic functions for all objects.
Definition at line 13 of file class.ilObject.php.
| 
 | static | 
checks if an object exists in object_data
public
| integer | object id or reference id | 
| boolean | ture if id is a reference, else false (default) | 
Reimplemented in ilObject2.
Definition at line 1519 of file class.ilObject.php.
Referenced by ilShopUtils\_createRandomUserAccount(), _lookupOwnerName(), ilNavigationHistory\addItem(), ilSoapObjectAdministration\addObject(), ilSoapAdministration\checkObjectAccess(), ilPageObject\collectMediaObjects(), ilObjRoleFolderGUI\confirmedDeleteObject(), ilObjRole\delete(), ilNewsItem\delete(), ilPageObject\delete(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ilObjSCORM2004LearningModuleGUI\deleteTrackingForUser(), ilPublicUserProfileGUI\deliverVCard(), ilObjExerciseGUI\downloadAllObject(), ilSCORM2004Sco\exportFileItems(), ilObjContentObject\exportHTML(), ilObjSCORM2004LearningModule\exportSelected(), ilObjSCORMLearningModule\exportSelected(), ilObjSCORMLearningModule\exportSelectedRaw(), ilForum\fetchPostNodeData(), ilPageHistoryTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilWikiContributorsTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilPageObject\getContentObject(), ilObjStyleSheet\getContentStylePath(), ilSoapCourseAdministration\getCoursesForUser(), ilSCORM2004ScoGUI\getExportResources(), ilSoapGroupAdministration\getGroupsForUser(), ilPublicUserProfileGUI\getHTML(), ilGoogleMapGUI\getHtml(), ilObjMediaObject\getLinkedMediaObjects(), ilExAssignment\getMemberListData(), ilNoteGUI\getNoteListHTML(), ilTagging\getObjectsForTagAndUser(), ilObjSCORMLearningModule\getTrackedUsers(), ilObjSCORM2004LearningModule\getTrackedUsers(), ilForum\getUser(), ilForumPost\getUserData(), ilForum\getUserData(), ilGoogleMapGUI\getUserListHtml(), ilObjectFeedWriter\ilObjectFeedWriter(), ilNewsForContextBlockGUI\showNews(), ilPageObjectGUI\showPage(), ilObjSCORMLearningModuleGUI\showTrackingItems(), ilObjSCORM2004LearningModuleGUI\showTrackingItems(), ilObjSCORMLearningModuleGUI\showTrackingItemSco(), ilObjectTest\testCreationDeletion(), ilPageObject\update(), and ilContObjectManifestBuilder\writeResources().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
get all reference ids of object
| int | $a_id | object id | 
Reimplemented in ilObject2.
Definition at line 906 of file class.ilObject.php.
References $ilDB, $query, and $res.
Referenced by ilObjectXMLWriter\__appendObject(), ilParticipants\__construct(), ilAdminUserSearchGUI\__fillGroupTable(), ilLPListOfProgressGUI\__initDetails(), ilLPCollections\__read(), ilCourseObjectiveMaterials\__read(), ilCourseObjectiveQuestion\__read(), ilUsersOnlineBlockGUI\__showActiveChatsOfUser(), ilObjGlossaryAccess\_checkGoto(), ilObjContentObjectAccess\_checkGoto(), ilObjStyleSheet\_getClonableContentStyles(), ilLPStatusCollection\_getCompleted(), ilLPStatusCollection\_getFailed(), ilInternalLink\_getIdForImportId(), ilLPStatusCollection\_getInProgress(), ilLPCollections\_getItems(), ilObjGroup\_getMembers(), ilLPStatusCollection\_getNotAttempted(), ilLPStatusEvent\_getStatusInfo(), ilLMPageObjectGUI\_goto(), ilGlossaryTermGUI\_goto(), ilStructureObjectGUI\_goto(), ilObjForumGUI\_goto(), _hasUntrashedReference(), ilContainerReferenceAccess\_isAccessible(), ilObjSurveyQuestionPool\_isWriteable(), ilObjQuestionPool\_isWriteable(), ilInfoScreenGUI\addObjectSections(), ilCalendarCategoryGUI\addReferenceLinks(), ilObjGlossaryGUI\addUsagesToInfo(), ilSoapCourseAdministration\assignCourseMember(), ilSoapGroupAdministration\assignGroupMember(), ilUserImportParser\assignToRole(), ilCalendarExport\buildAppointmentUrl(), ilWebAccessChecker\checkAccessLM(), ilWebAccessChecker\checkAccessObject(), ilSearchAutoComplete\checkObjectPermission(), ilDAVLocks\cleanUp(), ilSoapCourseAdministration\deleteCourse(), ilContainerReferenceAppEventListener\deleteReferences(), ilUserImportParser\detachFromRole(), ilCalendarAppointmentGUI\distributeNotifications(), ilSoapCourseAdministration\excludeCourseMember(), ilSoapGroupAdministration\excludeGroupMember(), ilECSImportedContentTableGUI\fillRow(), ilTestQuestionsTableGUI\fillRow(), ilLuceneSearchResultFilter\filter(), ilSearchResult\filter(), ilSoapCourseAdministration\getCoursesForUser(), ilMail\getEmailsOfRecipients(), ilSoapExerciseAdministration\getExerciseXML(), ilSoapFileAdministration\getFileXML(), ilTermUsagesTableGUI\getFirstWritableRefId(), ilMediaPoolPageUsagesTableGUI\getFirstWritableRefId(), ilMediaObjectUsagesTableGUI\getFirstWritableRefId(), ilSoapGroupAdministration\getGroupsForUser(), ilChatInvitationGUI\getHTML(), ilCalendarAppointmentPanelGUI\getHTML(), ilSoapSCORMAdministration\getIMSManifestXML(), assQuestion\getInstances(), ilPDSelectedItemsBlockGUI\getObjectsByMembership(), ilSoapObjectAdministration\getRefIdsByImportId(), ilSoapObjectAdministration\getRefIdsByObjId(), ilSoapTestAdministration\getTestResults(), ilMail\getUserIds(), ilSurveyExporter\getXmlRepresentation(), ilContainerExporter\getXmlRepresentation(), ilCourseExporter\getXmlRepresentation(), ilGroupExporter\getXmlRepresentation(), ilECSTaskScheduler\handleDelete(), ilTaggingAppEventListener\handleEvent(), ilECSCategoryMapping\handleUpdate(), ilSoapTestAdministration\hasWritePermissionForTest(), ilSessionDataSet\importRecord(), ilGroupImporter\importXmlRepresentation(), ilCourseImporter\importXmlRepresentation(), ilObjCourseReferenceListGUI\initItem(), ilObjCategoryReferenceListGUI\initItem(), ilSoapCourseAdministration\isAssignedToCourse(), ilSoapGroupAdministration\isAssignedToGroup(), ilGlossaryPresentationGUI\listDefinitions(), ilContainerSortingSettings\lookupSortModeFromParentContainer(), ilMailSearchCoursesGUI\mailCourses(), ilMailSearchGroupsGUI\mailGroups(), ilCalendarCategoryTableGUI\parse(), ilECSReleasedContentTableGUI\parse(), ilCalendarManageTableGUI\parse(), ilSearchResultPresentation\parseResultReferences(), ilObjSurveyGUI\questionsObject(), ilContainerReference\read(), ilCalendarCategoryGUI\readPermissions(), ilCalendarCategories\readSelectedCategories(), ilSoapWebLinkAdministration\readWebLink(), ilSoapObjectAdministration\removeFromSystemByImportId(), ilObjUserGUI\roleassignmentObject(), ilForum\sendForumNotifications(), ilCronForumNotification\sendMails(), ilForum\sendThreadNotifications(), ilCalendarAppointmentGUI\showInfoScreen(), ilMailSearchGroupsGUI\showMembers(), ilMailSearchCoursesGUI\showMyCourses(), ilMailSearchGroupsGUI\showMyGroups(), ilPDTaggingBlockGUI\showResourcesForTag(), ilPageEditorGUI\showSnippetInfo(), ilNoteGUI\showTargets(), ilObjectTest\testObjectReference(), ilObjectTest\testSetGetLookup(), ilECSSettingsGUI\updateCommunities(), ilSoapCourseAdministration\updateCourse(), ilSoapExerciseAdministration\updateExercise(), ilSoapFileAdministration\updateFile(), ilSoapObjectAdministration\updateObjects(), and ilSoapWebLinkAdministration\updateWebLink().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get icon for repository item.
| int | object id | 
| string | size (big, small, tiny) | 
| string | object type | 
| boolean | true: offline, false: online | 
Reimplemented in ilObject2.
Definition at line 1817 of file class.ilObject.php.
References $file_name, $ilSetting, ilContainer\_getContainerDirectory(), ilContainer\_lookupContainerSetting(), _lookupType(), and ilUtil\getImagePath().
Referenced by ilForumLocatorGUI\display(), ilObjectPluginGUI\executeCommand(), ilSubItemSelectionTableGUI\fillRow(), ilTrashTableGUI\fillRow(), ilAdminSubItemsTableGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilPasteIntoMultipleItemsExplorer\formatHeader(), ilForumMoveTopicsExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), ilNavigationHistoryGUI\getHTML(), ilLocatorGUI\getHTML(), ilNavigationHistoryGUI\getHTMLOld(), ilRepositoryExplorer\getImage(), ilObjectListGUI\insertIconsAndCheckboxes(), ilRepUtilGUI\showDeleteConfirmation(), ilNewsForContextBlockGUI\showNews(), ilContainerGUI\showPossibleSubObjects(), ilNoteGUI\showTargets(), and ilRepositoryGUI\showTree().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_getIdForImportId | ( | $a_import_id | ) | 
get current object id for import id (static)
| int | $a_import_id | import id | 
Reimplemented in ilObject2.
Definition at line 882 of file class.ilObject.php.
References $ilDB.
| 
 | static | 
Reimplemented in ilObject2.
Definition at line 950 of file class.ilObject.php.
References $ilDB, $query, $result, $row, $title, and $type.
Referenced by ilTestEvaluationData\getParticipants(), ilObjGroupGUI\mailMembersObject(), ilObjCourseGUI\mailMembersObject(), ilObjRoleGUI\mailToRoleObject(), and ilObjectTest\testSetGetLookup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_getLastUpdateOfObjects | ( | $a_objs | ) | 
Get last update for a set of media objects.
| array | 
Reimplemented in ilObject2.
Definition at line 1009 of file class.ilObject.php.
References $ilDB.
Referenced by ilPageObject\getLastUpdateOfIncludedElements().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get objects by type.
Reimplemented in ilObject2.
Definition at line 1597 of file class.ilObject.php.
Referenced by ilLanguage\getInstalledLanguages(), ilObjLanguageFolder\getLanguages(), ilObjLanguage\refreshAll(), and ilObjectTest\testSetGetLookup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_getObjectsDataForType | ( | $a_type, | |
| $a_omit_trash = false | |||
| ) | 
get all objects of a certain type
| string | $a_type | desired object type | 
| boolean | $a_omit_trash | omit objects, that are in trash only (default: false) | 
Reimplemented in ilObject2.
Definition at line 1240 of file class.ilObject.php.
References $ilDB, and _hasUntrashedReference().
Referenced by ilObjStyleSheet\_addMissingStyleClassesToAllStyles(), and ilObjSurvey\getQuestionblocksTable().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_hasUntrashedReference | ( | $a_obj_id | ) | 
checks wether an object has at least one reference that is not in trash
Reimplemented in ilObject2.
Definition at line 1204 of file class.ilObject.php.
References $ref_id, _getAllReferences(), and _isInTrash().
Referenced by ilLMObject\_getAllObjectsForImportId(), ilGlossaryTerm\_getIdForImportId(), ilSCORM2004Node\_getIdForImportId(), ilLMObject\_getIdForImportId(), _getObjectsDataForType(), ilObjSurveyQuestionPool\_isWriteable(), ilObjQuestionPool\_isWriteable(), ilSoapObjectAdministration\getObjIdsByRefIds(), ilObjSAHSLearningModule\getScormModulesForGlossary(), ilTaggingAppEventListener\handleEvent(), ilMailSearchCoursesGUI\showMyCourses(), ilMailSearchGroupsGUI\showMyGroups(), and ilObjectTest\testTreeTrash().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_isInTrash | ( | $a_ref_id | ) | 
checks wether object is in trash
Reimplemented in ilObject2.
Definition at line 1194 of file class.ilObject.php.
Referenced by _hasUntrashedReference(), ilSoapCourseAdministration\addCourse(), ilSoapExerciseAdministration\addExercise(), ilSoapFileAdministration\addFile(), ilSoapGroupAdministration\addGroup(), ilSoapObjectAdministration\addObject(), ilSoapRBACAdministration\addRole(), ilSoapRBACAdministration\addRoleFromTemplate(), ilSoapAdministration\checkObjectAccess(), ilSoapWebLinkAdministration\createWebLink(), ilObjFolder\downloadFolder(), ilSoapCourseAdministration\getCoursesForUser(), ilSoapExerciseAdministration\getExerciseXML(), ilSoapFileAdministration\getFileXML(), ilSoapGroupAdministration\getGroup(), ilSoapGroupAdministration\getGroupsForUser(), ilSoapSCORMAdministration\getIMSManifestXML(), ilSoapObjectAdministration\getObjectByReference(), ilSoapRBACAdministration\getObjectTreeOperations(), ilSoapObjectAdministration\getPathForRefId(), ilSoapTestAdministration\getTestResults(), ilCopyWizardSettingsXMLParser\handlerBeginTag(), ilSoapSCORMAdministration\hasSCORMCertificate(), ilSoapObjectAdministration\moveObject(), ilSoapWebLinkAdministration\readWebLink(), ilObjFolder\recurseFolder(), ilObjectTest\testTreeTrash(), ilSoapExerciseAdministration\updateExercise(), ilSoapFileAdministration\updateFile(), ilSoapGroupAdministration\updateGroup(), ilSoapObjectAdministration\updateObjects(), and ilSoapWebLinkAdministration\updateWebLink().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_lookupDeletedDate | ( | $a_ref_id | ) | 
only called in ilObjectGUI::insertSavedNodes
Reimplemented in ilObject2.
Definition at line 1059 of file class.ilObject.php.
Referenced by ilObjectTest\testObjectReference(), and ilObjectTest\testSetGetLookup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_lookupDescription | ( | $a_id | ) | 
lookup object description
| int | $a_id | object id | 
Reimplemented in ilObject2.
Definition at line 978 of file class.ilObject.php.
Referenced by ilLPStatusEvent\_getStatusInfo(), ilObjUser\_lookupDesktopItems(), ilObjStyleSettingsGUI\editContentStylesObject(), ilECSSettingsGUI\exportImported(), ilECSSettingsGUI\exportReleased(), ilObjSurvey\getGroupData(), ilObjTest\getGroupData(), ilShopSearchResult\getResultsForPresentation(), ilObjSurvey\getRoleData(), ilObjTest\getRoleData(), ilObjSessionGUI\infoScreen(), ilCourseObjectivesGUI\initFormLimits(), ilObjCourseReferenceListGUI\initItem(), ilObjCategoryReferenceListGUI\initItem(), ilSearchResultPresentation\lookupDescription(), ilRoleSelectionTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilMediaObjectDataSet\readData(), ilPDTaggingBlockGUI\showResourcesForTag(), ilObjectTest\testSetGetLookup(), and ilObjStyleSheetFolderGUI\viewObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_lookupLastUpdate | ( | $a_id, | |
| $a_as_string = false | |||
| ) | 
lookup last update
| int | $a_id | object id | 
Reimplemented in ilObject2.
Definition at line 990 of file class.ilObject.php.
References ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Referenced by ilObjFileListGUI\getProperties(), and ilObjectTest\testSetGetLookup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_lookupObjectId | ( | $a_ref_id | ) | 
lookup object id
| int | $a_id | object id | 
Reimplemented in ilObject2.
Definition at line 1223 of file class.ilObject.php.
Referenced by ilSCORM13Player\__construct(), ilObjSurveyQuestionPool\_getAvailableQuestionpools(), ilObjForumGUI\_goto(), ilObjContentObjectGUI\addMenuEntry(), ilLPListOfProgressGUI\details(), ilContainerGUI\editPageContentObject(), ilSAHSPresentationGUI\executeCommand(), ilSAHSEditGUI\executeCommand(), ilObjSCORMLearningModuleGUI\exportOptions(), ilObjiLincClassroomGUI\getDefaultValues(), ilSoapExerciseAdministration\getExerciseXML(), ilSoapFileAdministration\getFileXML(), ilSoapSCORMAdministration\getIMSManifestXML(), ilObjiLincClassroomGUI\getObjectValues(), ilSoapObjectAdministration\getObjIdsByRefIds(), ilTrQuery\getParticipantsForObject(), ilSoapSCORMAdministration\getSCORMCompletionStatus(), ilTrQuery\getSummaryDataForObject(), ilSoapTestAdministration\getTestResults(), ilTrQuery\getUserDataForObject(), ilTrQuery\getUserObjectMatrix(), ilSoapSCORMAdministration\hasSCORMCertificate(), ilObjSCORMLearningModuleGUI\importForm(), ilObjGroupGUI\initForm(), ilRepositoryExplorer\isClickable(), ilTestScoringGUI\manscoring(), ilForum\moveThreads(), ilObjSCORMLearningModuleGUI\newModuleVersion(), assTextQuestionGUI\outQuestionForTest(), ilRbacLogTableGUI\parseChangesFaPa(), ilSoapWebLinkAdministration\readWebLink(), ilObjiLincClassroomGUI\save(), ilObjectTest\testSetGetLookup(), ilObjiLincClassroomGUI\updateClassroom(), ilSoapExerciseAdministration\updateExercise(), ilSoapFileAdministration\updateFile(), ilSoapObjectAdministration\updateObjects(), and ilSoapWebLinkAdministration\updateWebLink().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Reimplemented in ilObject2.
Definition at line 1025 of file class.ilObject.php.
Referenced by ilObjCategoryGUI\__buildFilterSelect(), ilTrSummaryTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilAuthShibbolethSettingsGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSessionOverviewGUI\__construct(), ilMainMenuSearchGUI\__construct(), ilObjRoleGUI\__construct(), ilRegistrationGUI\__construct(), ilContainerContentGUI\__forwardToColumnGUI(), ilCourseContentGUI\__forwardToColumnGUI(), ilCourseItems\__sort(), ilObjCourseReferenceAccess\_checkAccess(), ilObjQuestionPool\_getAvailableQuestionpools(), ilObjTest\_getAvailableTests(), ilLPStatusCollection\_getCompleted(), ilLPStatusCollection\_getFailed(), ilLPStatusCollection\_getInProgress(), ilObjContentObjectAccess\_getLastAccessedPage(), ilNewsItem\_getNewsItemsOfUser(), ilLPStatusCollection\_getNotAttempted(), ilLPStatusEvent\_getStatusInfo(), ilObjRemoteCourseGUI\_goto(), ilObjCourseReferenceGUI\_goto(), ilObjCategoryReferenceGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjMailGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjFileGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjForumGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjChatGUI\_goto(), ilObjExerciseGUI\_goto(), ilObjGroupGUI\_goto(), ilObjSystemFolderGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjSurveyGUI\_goto(), ilObjUserFolderGUI\_goto(), ilObjTestGUI\_goto(), ilObjCourseGUI\_goto(), ilContainerReferenceAccess\_isAccessible(), ilChangeEvent\_recordReadEvent(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjStyleSheetGUI\addAdminLocatorItems(), ilObjRoleGUI\addAdminLocatorItems(), ilObjUserGUI\addAdminLocatorItems(), ilNavigationHistory\addItem(), ilObjContentObjectGUI\addLocations(), ilPDSelectedItemsBlockGUI\addParentRow(), ilCalendarCategoryGUI\addReferenceLinks(), ilPaymentStatisticGUI\addStatisticWorksheet(), ilObjPaymentSettingsGUI\addStatisticWorksheet(), ilExportContainer\addSubitems(), ilSoapCourseAdministration\assignCourseMember(), ilSoapGroupAdministration\assignGroupMember(), ilDataLoader\assignUsersAsCourseMembers(), ilTableOfContentsExplorer\buildTitle(), ilLearningProgressAccess\checkAccess(), ilAccessHandler\checkAccessOfUser(), ilPrivacySettings\checkExportAccess(), ilContainer\cloneAllObject(), ilContainerSorting\cloneSorting(), ilObjectCopyGUI\copyContainer(), ilContainerGUI\copyObject(), SurveyQuestion\createNewQuestion(), assQuestion\createNewQuestion(), ilObjRole\createPermissionIntersection(), ilObjectRolePermissionTableGUI\createTooltip(), ilAdministrationCommandGUI\delete(), ilSoapCourseAdministration\deleteCourse(), ilObjRole\deleteLocalPolicies(), ilRepUtil\deleteObjects(), ilLMEditorGUI\displayLocator(), ilSCORMPresentationGUI\downloadCertificate(), ilPCResourcesGUI\edit(), ilObjStyleSettingsGUI\editContentStylesObject(), ilPaymentStatisticGUI\editStatistic(), ilObjPaymentSettingsGUI\editStatisticObject(), ilSoapCourseAdministration\excludeCourseMember(), ilSoapGroupAdministration\excludeGroupMember(), ilObjectPluginGUI\executeCommand(), ilObjDlBook\export(), ilLMPresentationGUI\exportbibinfo(), ilRegistrationGUI\fillMembershipLimitation(), ilLinksTableGUI\fillRow(), ilECSImportedContentTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilUserTableGUI\fillRow(), ilObjFolderGUI\forwardToTimingsView(), ilDataLoader\generateCalendarEntries(), ilCourseObjectiveMaterialAssignmentTableGUI\getAllSubObjects(), ilContainerGUI\getAsynchItemListObject(), ilObjectGUI\getCenterColumnHTML(), ilParticipants\getDefaultMemberRole(), ilObjWikiGUI\getGotoLink(), ilObjSurvey\getGroupData(), ilObjTest\getGroupData(), ilNavigationHistoryGUI\getHTML(), ilCalendarAppointmentPanelGUI\getHTML(), ilPathGUI\getHTML(), ilLocatorGUI\getHTML(), ilNavigationHistoryGUI\getHTMLOld(), ilLMPageObjectGUI\getLinkXML(), ilGlossaryPresentationGUI\getLinkXML(), ilLMPresentationGUI\getLinkXML(), ilImageMapEditorGUI\getMapAreaLinkString(), ilMainMenuGUI\getMemberViewHTML(), ilNewsItem\getNewsForRefId(), ilTrUserObjectsPropsTableGUI\getObjectHierarchy(), ilTrQuery\getObjectIds(), ilObjectRolePermissionTableGUI\getObjId(), ilObjectRoleTemplatePermissionTableGUI\getObjId(), ilContainerContentGUI\getRightColumnHTML(), ilCourseContentGUI\getRightColumnHTML(), ilObjectGUI\getRightColumnHTML(), ilSoapUserAdministration\getUsersForContainer(), ilObjFolder\getViewMode(), ilObjGroup\getViewMode(), ilSessionDataSet\getXmlRecord(), ilMembershipRegistrationCodeUtils\handleCode(), ilECSCategoryMapping\handleUpdate(), ilLMPresentationGUI\ilLocator(), ilObjectFeedWriter\ilObjectFeedWriter(), ilObjForumGUI\ilObjForumGUI(), ilUserFeedWriter\ilUserFeedWriter(), ilSurveyImporter\importXmlRepresentation(), ilObjSessionGUI\infoScreen(), ilObjectCopyGUI\init(), ilSubItemListGUI\init(), ilUserTableGUI\initFilter(), ilCalendarAppointmentGUI\initForm(), ilObjGroupGUI\initForm(), ilConditionHandlerInterface\initFormCondition(), ilLuceneSearchGUI\initFormSearch(), ilCalendarCategories\initialize(), ilWikiPageGUI\initPrintViewSelectionForm(), ilObjectCopyGUI\initTargetSelection(), ilPCContentIncludeGUI\insertFromPool(), ilPCMediaObjectGUI\insertFromPool(), ilPageObject\insertInstIntoIDs(), ilObjectListGUI\insertSubscribeCommand(), ilSoapCourseAdministration\isAssignedToCourse(), ilSoapGroupAdministration\isAssignedToGroup(), ilHACPPresentationGUI\launchSahs(), ilAICCPresentationGUI\launchSahs(), ilSAHSPresentationGUI\launchSahs(), ilSCORMPresentationGUI\launchSahs(), ilContainerSortingSettings\lookupSortModeFromParentContainer(), ilObjSessionGUI\membersObject(), ilObjExerciseGUI\membersObject(), ilObjSessionGUI\modifyItemGUI(), ilObjGroupGUI\modifyItemGUI(), ilObjFolderGUI\modifyItemGUI(), ilLMPresentationGUI\offlineexport(), ilECSCategoryMappingTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilAdministrationCommandGUI\paste(), ilAdministrationCommandGUI\performPasteIntoMultipleObjects(), ilObjRoleGUI\perm2Object(), ilObjSessionGUI\printAttendanceListObject(), ilObjSessionGUI\printViewMembersObject(), ilStartUpGUI\processStartingPage(), ilPurchase\purchase(), ilObjHACPTracking\putparam(), ilObjTest\randomSelectQuestions(), ilUtil\replaceLinkProperties(), ilAccountMail\replacePlaceholders(), ilRepUtil\restoreObjects(), ilExportGUI\saveItemSelection(), ilContainerReferenceGUI\saveObject(), ilObjSCORM2004LearningModuleGUI\selectGlossary(), ilHACPResponse\sendParam(), ilPageObjectGUI\setDefaultLinkXml(), ilContainerContentGUI\setOutput(), ilQuestionEditGUI\setPoolRefId(), ilMailNotification\setRefId(), ilMainMenuGUI\setTemplateVars(), ilCalendarBlockGUI\showCalendarSubscription(), ilRepUtilGUI\showDeleteConfirmation(), ilInternalLinkGUI\showLinkHelp(), ilAdministrationCommandGUI\showLinkIntoMultipleObjectsTree(), ilMemberViewGUI\showMemberViewSwitch(), ilAdministrationCommandGUI\showMoveIntoObjectTree(), ilNewsForContextBlockGUI\showNews(), ilPaymentStatisticGUI\showStatistics(), ilNoteGUI\showTargets(), ilRepositoryGUI\showTree(), ilObjPaymentSettingsGUI\statisticObject(), ilObjSCORMTracking\store(), ilObjSCORMTracking\storeJsApi(), ilObjectTest\testSetGetLookup(), ilObjectTest\testTreeTrash(), ilSoapCourseAdministration\updateCourse(), ilObjSessionGUI\updateMembersObject(), ilContainerReferenceGUI\updateObject(), ilMembershipRegistrationCodeUtils\useCode(), ilECSCategoryMappingRule\validate(), ilSoapObjectAdministration\validateReferences(), ilPDNewsGUI\view(), ilCourseContentGUI\view(), and ilContainerXmlWriter\writeSubitems().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_lookupObjIdByImportId | ( | $a_import_id | ) | 
Reimplemented in ilObject2.
Definition at line 458 of file class.ilObject.php.
References $ilDB, $query, $res, and $row.
Referenced by ilSoapObjectAdministration\addObject(), ilSoapObjectAdministration\getObjIdByImportId(), ilSoapObjectAdministration\getRefIdsByImportId(), ilAuthContainerECS\loginObserver(), ilSoapObjectAdministration\removeFromSystemByImportId(), and ilObjectTest\testSetGetLookup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_lookupOwner | ( | $a_id | ) | 
lookup object owner
| int | $a_id | object id | 
Reimplemented in ilObject2.
Definition at line 942 of file class.ilObject.php.
References $owner.
Referenced by ilLPTableBaseGUI\getExportMeta(), ilObjTest\randomSelectQuestions(), and ilObjectTest\testSetGetLookup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_lookupOwnerName | ( | $a_owner_id | ) | 
lookup owner name for owner id
Reimplemented in ilObject2.
Definition at line 498 of file class.ilObject.php.
References $lng, $owner, and _exists().
Referenced by getOwnerName(), and ilObjectTest\testSetGetLookup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
lookup object title
| int | $a_id | object id | 
Reimplemented in ilObject2, and ilContainerReference.
Definition at line 928 of file class.ilObject.php.
Referenced by ilObjCategoryGUI\__buildFilterSelect(), ilRegistrationSettingsGUI\__buildRoleSelection(), ilMediaPoolTableGUI\__construct(), ilRegistrationSettingsGUI\__prepareAutomaticRoleList(), ilUsersOnlineBlockGUI\__showActiveChatsOfUser(), ilObjCourseGUI\__showWaitingList(), ilAccountRegistrationGUI\__validateRole(), ilExport\_generateIndexFile(), ilObjStyleSheet\_getClonableContentStyles(), ilForumNotification\_getModerators(), ilForum\_getModerators(), ilObjStyleSheet\_getStandardStyles(), ilLPStatusEvent\_getStatusInfo(), ilObjRemoteCourseGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjMailGUI\_goto(), ilLMPageObjectGUI\_goto(), ilGlossaryTermGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjFileGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilStructureObjectGUI\_goto(), ilObjForumGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjChatGUI\_goto(), ilObjExerciseGUI\_goto(), ilObjGroupGUI\_goto(), ilObjSystemFolderGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjSurveyGUI\_goto(), ilObjUserFolderGUI\_goto(), ilObjTestGUI\_goto(), ilObjCourseGUI\_goto(), ilObjUser\_lookupDesktopItems(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjStyleSheetGUI\addAdminLocatorItems(), ilNavigationHistory\addItem(), ilObjContentObjectGUI\addLocations(), ilObjContentObjectGUI\addMenuEntry(), ilPDSelectedItemsBlockGUI\addParentRow(), ilCalendarCategoryGUI\addReferenceLinks(), ilPermission2GUI\addRole(), ilPaymentStatisticGUI\addStatisticWorksheet(), ilObjPaymentSettingsGUI\addStatisticWorksheet(), ilObjStyleSettings\addStyle(), ilObjStyleSheetFolder\addStyle(), ilObjGlossaryGUI\addUsagesToInfo(), ilObjRoleGUI\checkDuplicate(), ilObjStyleSettingsGUI\confirmDeleteIndividualStyles(), ilAuthShibbolethSettingsGUI\confirmDeleteRules(), ilObjLanguageFolderGUI\confirmRefreshSelectedObject(), ilPageEditorGUI\copyLinkedMediaToClipboard(), ilContainerGUI\copyObject(), ilObjectRolePermissionTableGUI\createTooltip(), ilObjStyleSheetGUI\deleteObject(), ilObjStyleSheetFolderGUI\deleteStyleObject(), ilObjStyleSettingsGUI\deleteStyleObject(), ilUserImportParser\detachFromRole(), ilShibbolethRoleAssignmentRules\doAssignments(), ilAccessHandler\doConditionCheck(), ilObjTest\duplicateQuestionpoolForTest(), ilObjStyleSettingsGUI\editContentStylesObject(), ilRegistrationSettingsGUI\editRoles(), ilPaymentStatisticGUI\editStatistic(), ilObjPaymentSettingsGUI\editStatisticObject(), ilObjectPluginGUI\executeCommand(), ilPageEditorGUI\executeCommand(), ilObjDlBook\export(), ilLMPresentationGUI\exportbibinfo(), ilECSSettingsGUI\exportImported(), ilExport\exportObject(), ilECSSettingsGUI\exportReleased(), ilRegistrationGUI\fillMembershipLimitation(), ilNewsForContextTableGUI\fillRow(), ilRepDependenciesTableGUI\fillRow(), ilTermUsagesTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilECSImportedContentTableGUI\fillRow(), ilPCFileListTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilMediaPoolPageUsagesTableGUI\fillRow(), ilMediaObjectUsagesTableGUI\fillRow(), ilPresentationListTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilTestQuestionsTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilUserTableGUI\fillRow(), ilObjUserTracking\getAccessPerUserDetail(), ilObjUserTracking\getAccessTotalPerObj(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilLDAPRoleAssignmentRules\getAssignmentsForCreation(), ilLDAPRoleAssignmentRules\getAssignmentsForUpdate(), ilObjUser\getClipboardChilds(), ilObjUser\getClipboardObjects(), ilParticipants\getDefaultMemberRole(), ilObjSurvey\getGroupData(), ilObjTest\getGroupData(), ilHistoryGUI\getHistoryTable(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), ilCalendarAppointmentPanelGUI\getHTML(), ilPathGUI\getHTML(), assQuestion\getInstances(), ilRoleAutoComplete\getListByObject(), ilImageMapEditorGUI\getMapAreaLinkString(), ilMailNotification\getObjectTitle(), ilObjUser\getProfileAsString(), ilObjSCORM2004LearningModuleGUI\getPropertiesEditableValues(), ilShopSearchResult\getResultsForPresentation(), ilObjSurvey\getRoleData(), ilObjTest\getRoleData(), ilAuthShibbolethSettingsGUI\getRuleValues(), ilLMPresentationGUI\ilLocator(), ilObjectFeedWriter\ilObjectFeedWriter(), ilUserFeedWriter\ilUserFeedWriter(), ilSoapUserAdministration\importUsers(), ilObjSessionGUI\infoScreen(), ilUserTableGUI\initFilter(), ilConditionHandlerInterface\initFormCondition(), ilCourseItemAdministrationGUI\initFormEdit(), ilCourseObjectivesGUI\initFormLimits(), ilLuceneSearchGUI\initFormSearch(), ilObjCourseReferenceListGUI\initItem(), ilObjCategoryReferenceListGUI\initItem(), ilObjContentObjectGUI\initStylePropertiesForm(), ilObjSCORM2004LearningModuleGUI\initStylePropertiesForm(), ilObjWikiGUI\initStylePropertiesForm(), ilContainerGUI\initStylePropertiesForm(), ilObjMediaPoolGUI\insertFromClipboard(), ilObjectListGUI\insertPreconditions(), ilObjRole\isAutoGenerated(), ilRbacReview\isDeleteable(), ilGlossaryPresentationGUI\listDefinitions(), ilGlossaryPresentationGUI\listTermByGiven(), ilSearchResultPresentation\lookupTitle(), ilObjGroupGUI\mailMembersObject(), ilObjCourseGUI\mailMembersObject(), ilExportContainer\manifestWriterBegin(), ilLDAPRoleAssignmentRule\matches(), ilECSCategoryMappingTableGUI\parse(), ilRoleSelectionTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ilLDAPRoleAssignmentTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilRbacLogTableGUI\parseChangesFaPa(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilObjRoleGUI\perm2Object(), ilLDAPSettingsGUI\prepareGlobalRoleSelection(), ilAuthShibbolethSettingsGUI\prepareRoleSelect(), ilECSSettingsGUI\prepareRoleSelect(), ilLDAPSettingsGUI\prepareRoleSelect(), ilRadiusSettingsGUI\prepareRoleSelection(), ilOpenIdSettingsGUI\prepareRoleSelection(), ilStartUpGUI\processStartingPage(), ilObjStyleSettings\read(), ilObjStyleSheetFolder\read(), ilCalendarCategory\read(), ilMediaObjectDataSet\readData(), ilSearchResultPresentation\renderItemList(), ilUtil\replaceLinkProperties(), ilAccountMail\replacePlaceholders(), ilRepUtil\restoreObjects(), ilLDAPSettingsGUI\setValuesByArray(), ilFeedbackGUI\showBarometerById(), ilPermissionGUI\showConfirmBlockRole(), ilNewsForContextBlockGUI\showFeedUrl(), ilPageObjectGUI\showMediaFullscreen(), ilNewsForContextBlockGUI\showNews(), ilPageObjectGUI\showPage(), ilLMPresentationGUI\showPreconditionsOfPage(), ilPDTaggingBlockGUI\showResourcesForTag(), ilPageEditorGUI\showSnippetInfo(), ilPaymentStatisticGUI\showStatistics(), ilNoteGUI\showTargets(), ilObjPaymentSettingsGUI\statisticObject(), ilObjectTest\testSetGetLookup(), ilShibbolethRoleAssignmentRules\updateAssignments(), ilMediaPoolItem\updateObjectTitle(), ilObjContentObject\validatePages(), ilPDNewsGUI\view(), ilPDNotesGUI\view(), and ilContainerXmlWriter\writeSubitems().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
lookup object type
| int | $a_id | object id | 
Reimplemented in ilObject2.
Definition at line 1162 of file class.ilObject.php.
References $ilDB.
Referenced by ilAdminSubItemsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilMainMenuSearchGUI\__construct(), ilObjRoleGUI\__construct(), ilMemberAgreement\__construct(), ilMemberAgreementGUI\__construct(), ilObjectCustomUserFieldsGUI\__construct(), ilMemberExportGUI\__construct(), ilRegistrationGUI\__construct(), ilParticipants\__construct(), ilMemberExport\__construct(), ilContainerContentGUI\__forwardToColumnGUI(), ilCourseContentGUI\__forwardToColumnGUI(), ilSoapUserAdministration\__validateUserData(), ilAdvancedMDValues\_appendXMLByObjId(), ilAdvancedMDValues\_cloneValues(), ilHistory\_createEntry(), ilExport\_createExportDirectory(), ilExport\_generateIndexFile(), ilPCSectionGUI\_getCharacteristics(), ilPCParagraphGUI\_getCharacteristics(), ilLPStatusFactory\_getClassById(), ilConditionHandler\_getConditionsOfTarget(), ilHistory\_getEntriesForObject(), ilExport\_getExportDirectory(), ilExport\_getExportFiles(), _getIcon(), ilLPStatusFactory\_getInstance(), ilObjAssessmentFolder\_getLog(), ilObjMediaObject\_getMobsOfObject(), ilNewsItem\_getNewsItemsOfUser(), ilLMPageObject\_getPresentationTitle(), ilObjGroupGUI\_goto(), ilObjCourseGUI\_goto(), ilChangeEvent\_recordReadEvent(), ilTimingCache\_showWarning(), ilObjContentObjectGUI\addMenuEntry(), ilPDSelectedItemsBlockGUI\addParentRow(), ilCalendarCategoryGUI\addReferenceLinks(), ilPermission2GUI\addRole(), ilSoapRBACAdministration\addRoleFromTemplate(), ilExportContainer\addSubitems(), ilDesktopItemGUI\addToDesktop(), ilSoapCourseAdministration\assignCourseMember(), ilObjRoleGUI\assignDesktopItemObject(), ilSoapGroupAdministration\assignGroupMember(), ilUserImportParser\assignToRole(), ilWebAccessChecker\checkAccessObject(), ilAccessHandler\checkAccessOfUser(), ilWebAccessChecker\checkAccessTestQuestion(), ilPrivacySettings\checkExportAccess(), ilContainer\cloneAllObject(), ilObjRoleFolderGUI\confirmedDeleteObject(), ilObjectCopyGUI\copyContainer(), ilObjectRolePermissionTableGUI\createTooltip(), ilAdministrationCommandGUI\delete(), ilObjMediaPool\delete(), delete(), ilPageObject\delete(), ilObjMediaPool\deleteChild(), ilSoapCourseAdministration\deleteCourse(), ilObjRole\deleteLocalPolicies(), ilCalendarSharedStatus\deleteStatus(), ilUserImportParser\detachFromRole(), ilObjSystemFolderGUI\displayList(), ilLMEditorGUI\displayLocator(), ilPCResourcesGUI\edit(), ilContainerGUI\editPageContentObject(), ilSoapCourseAdministration\excludeCourseMember(), ilSoapGroupAdministration\excludeGroupMember(), ilAdministrationGUI\executeCommand(), ilPublicUserProfileGUI\executeCommand(), ilRepositoryGUI\executeCommand(), ilObjContentObject\exportHTML(), ilObjContentObject\exportXMLMediaObjects(), ilRegistrationGUI\fillAgreement(), ilRegistrationGUI\fillMembershipLimitation(), ilLinksTableGUI\fillRow(), ilECSImportedContentTableGUI\fillRow(), ilCalendarCategoryTableGUI\fillRow(), ilCalendarManageTableGUI\fillRow(), ilMediaObjectUsagesTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilMediaPoolTableGUI\fillRow(), ilNewsForContextBlockGUI\fillRow(), ilShopSearchResult\filter(), ilSearchResult\filter(), ilObjPluginDispatchGUI\forward(), ilAdministrationGUI\frameset(), ilContainerGUI\getAsynchItemListObject(), ilObjectGUI\getCenterColumnHTML(), ilPageContentGUI\getCharacteristicsOfCurrentStyle(), ilParticipants\getDefaultMemberRole(), ilObjStyleSheet\getEffectiveContentStyleId(), ilUserDefinedFields\getExportableFields(), ilLPTableBaseGUI\getExportMeta(), ilObjLearningModuleSubItemListGUI\getHTML(), ilCalendarAppointmentPanelGUI\getHTML(), ilPathGUI\getHTML(), ilLocatorGUI\getHTML(), ilLMPageObjectGUI\getLinkXML(), ilGlossaryPresentationGUI\getLinkXML(), ilLMPresentationGUI\getLinkXML(), ilObjectListGUI\getListItemHTML(), ilExAssignment\getMemberListData(), ilMainMenuGUI\getMemberViewHTML(), ilPageObject\getMultimediaXML(), ilNewsItem\getNewsForRefId(), ilCalendarCategories\getNotificationCalendars(), ilTrQuery\getObjectIds(), ilObjectRolePermissionTableGUI\getObjType(), ilObjectRoleTemplatePermissionTableGUI\getObjType(), ilExportUserSettings\getOrderedExportableFields(), ilTrQuery\getParticipantsForObject(), ilObjForumListGUI\getProperties(), ilObjSCORM2004LearningModuleGUI\getPropertiesEditableValues(), ilContainerContentGUI\getRightColumnHTML(), ilCourseContentGUI\getRightColumnHTML(), ilObjectGUI\getRightColumnHTML(), ilPageContentGUI\getStyle(), ilUserQuery\getUserListData(), ilCOPageExporter\getXmlExportHeadDependencies(), ilFileExporter\getXmlRepresentation(), ilMembershipRegistrationCodeUtils\handleCode(), ilTaggingAppEventListener\handleEvent(), ilSearchAppEventListener\handleEvent(), ilSCORM13Package\il_import(), ilHistoryGUI\ilHistoryGUI(), ilInternalLinkGUI\ilInternalLinkGUI(), ilObjectFeedWriter\ilObjectFeedWriter(), ilRepositoryGUI\ilRepositoryGUI(), ilUserFeedWriter\ilUserFeedWriter(), ilObjSessionGUI\infoScreen(), ilObjectCopyGUI\init(), ilSubItemListGUI\init(), ilCalendarAppointmentGUI\initForm(), ilConditionHandlerInterface\initFormCondition(), ilObjSCORM2004LearningModuleGUI\initPropertiesEditableForm(), ilObjectCopyGUI\initTargetSelection(), ilPCContentIncludeGUI\insertFromPool(), ilPCMediaObjectGUI\insertFromPool(), ilPageObject\insertInstIntoIDs(), ilObjectListGUI\insertLinkCommand(), ilObjectListGUI\insertPasteCommand(), ilObjectListGUI\insertSubscribeCommand(), ilSoapCourseAdministration\isAssignedToCourse(), ilSoapGroupAdministration\isAssignedToGroup(), ilObjUserFolderGUI\jumpToUserObject(), ilRepositorySearchGUI\listUsers(), ilContainerSortingSettings\lookupSortModeFromParentContainer(), ilTestScoringGUI\manscoring(), ilObjExerciseGUI\membersObject(), assTextQuestionGUI\outQuestionForTest(), ilCourseObjectivesTableGUI\parse(), ilRbacLogTableGUI\parseChangesFaPa(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilAdministrationCommandGUI\paste(), ilAdministrationCommandGUI\performPasteIntoMultipleObjects(), ilObjectGUI\prepareOutput(), ilCalendarCategory\read(), ilMediaObjectDataSet\readData(), ilCalendarCategories\readSelectedCategories(), ilObjectGUI\redirectToRefId(), ilDesktopItemGUI\removeFromDesktop(), ilSearchResultPresentation\renderItemList(), ilPCTableGUI\renderTable(), ilAccountMail\replacePlaceholders(), ilObjUserGUI\roleassignmentObject(), ilCalendarAppointmentGUI\save(), ilExportGUI\saveItemSelection(), ilObjFileGUI\saveUnzipObject(), ilSCORM2004PageGUI\setDefaultLinkXml(), ilPageObjectGUI\setDefaultLinkXml(), ilLPStatus\setInProgressIfNotAttempted(), ilMailNotification\setRefId(), ilMainMenuGUI\setTemplateVars(), ilMemberAgreementGUI\showAgreement(), ilRepUtilGUI\showDeleteConfirmation(), ilCalendarAppointmentGUI\showInfoScreen(), ilInternalLinkGUI\showLinkHelp(), ilAdministrationCommandGUI\showLinkIntoMultipleObjectsTree(), ilMemberViewGUI\showMemberViewSwitch(), ilAdministrationCommandGUI\showMoveIntoObjectTree(), ilNewsForContextBlockGUI\showNews(), ilPageObjectGUI\showPage(), ilObjExerciseGUI\showParticipantObject(), ilNoteGUI\showTargets(), ilRepositoryGUI\showTree(), ilObjectGUI\showUpperIcon(), ilRepositoryExplorer\sortNodes(), ilSearchAppEventListener\storeElement(), ilObjectTest\testSetGetLookup(), ilObjectTest\testTreeTrash(), ilPageObject\update(), ilSoapCourseAdministration\updateCourse(), ilMediaPoolItem\updateObjectTitle(), ilECSCategoryMappingRule\validate(), ilSoapObjectAdministration\validateReferences(), ilPDNewsGUI\view(), ilPDNotesGUI\view(), ilPublicUserProfileGUI\view(), ilLPStatus\writeStatus(), ilContainerXmlWriter\writeSubitems(), and ilPCParagraph\xml2output().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Prepare copy wizard object selection.
public
| array | int array of ref ids | 
Reimplemented in ilObject2.
Definition at line 1639 of file class.ilObject.php.
References $ilDB, $lng, $path, $query, $res, $row, $title, and ilPlugin\lookupTxt().
Referenced by ilObjSurveyQuestionPool\_getAvailableQuestionpools(), ilObjQuestionPool\_getAvailableQuestionpools(), and ilObjTest\_getAvailableTests().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_resetDeletedDate | ( | $a_ref_id | ) | 
only called in ilObjectGUI::insertSavedNodes
Reimplemented in ilObject2.
Definition at line 1047 of file class.ilObject.php.
References $ilDB, $query, and $res.
Referenced by ilTree\insertNode(), ilObjectTest\testObjectReference(), and ilObjectTest\testSetGetLookup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_setDeletedDate | ( | $a_ref_id | ) | 
only called in ilTree::saveSubTree
Reimplemented in ilObject2.
Definition at line 1035 of file class.ilObject.php.
References $ilDB, $query, and $res.
Referenced by ilTree\saveSubTree(), ilObjectTest\testObjectReference(), and ilObjectTest\testSetGetLookup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_writeDescription | ( | $a_obj_id, | |
| $a_desc | |||
| ) | 
write description to db (static)
| int | $a_obj_id | object id | 
| string | $a_desc | description public | 
Reimplemented in ilObject2.
Definition at line 1099 of file class.ilObject.php.
References $desc, $ilDB, $res, getId(), getLongDescription(), and ilUtil\shortenText().
Referenced by ilObjMediaObject\MDUpdateListener().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_writeImportId | ( | $a_obj_id, | |
| $a_import_id | |||
| ) | 
write import id to db (static)
| int | $a_obj_id | object id | 
| string | $a_import_id | import id public | 
Reimplemented in ilObject2.
Definition at line 1144 of file class.ilObject.php.
References $ilDB.
Referenced by ilAuthContainerECS\createUser(), ilCourseXMLParser\handlerBeginTag(), ilObjGlossaryGUI\importFileObject(), ilObjContentObject\importFromDirectory(), and ilGlossaryImporter\importXmlRepresentation().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::_writeTitle | ( | $a_obj_id, | |
| $a_title | |||
| ) | 
write title to db (static)
| int | $a_obj_id | object id | 
| string | $a_title | title public | 
Reimplemented in ilObject2.
Definition at line 1079 of file class.ilObject.php.
References $ilDB.
Referenced by ilObjMediaObject\MDUpdateListener(), and ilObjSAHSLearningModuleGUI\uploadObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::appendCopyInfo | ( | $a_target_id, | |
| $a_copy_id | |||
| ) | 
Prepend Copy info if object with same name exists in that container.
public
| int | copy_id | 
Reimplemented in ilObject2.
Definition at line 1734 of file class.ilObject.php.
References $title, ilObjFileAccess\_appendNumberOfCopyToFilename(), ilCopyWizardOptions\_getInstance(), getTitle(), and getType().
Referenced by cloneObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::cloneDependencies | ( | $a_target_id, | |
| $a_copy_id | |||
| ) | 
Clone object dependencies.
This method allows to refresh any ref id references to other objects that are affected in the same copy process. Ask ilCopyWizardOptions for the mappings.
public
| int | ref_id of target object | 
| int | copy_id | 
Reimplemented in ilObjCourse, ilObjGroup, ilObjSession, ilContainer, ilObject2, ilObjFolder, and ilCourseStart.
Definition at line 1784 of file class.ilObject.php.
| ilObject::cloneMetaData | ( | $target_obj | ) | 
Copy meta data.
public
| object | target object | 
Reimplemented in ilObject2.
Definition at line 1801 of file class.ilObject.php.
References getId(), and getType().
Referenced by ilObjLinkResource\cloneObject(), ilObjFile\cloneObject(), ilObjCourse\cloneObject(), ilObjSurvey\cloneObject(), and ilObjTest\cloneObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::cloneObject | ( | $a_target_id, | |
| $a_copy_id = 0 | |||
| ) | 
Clone object permissions, put in tree ...
public
| int | target id | 
| int | copy id for class.ilCopyWizardOptions() | 
Reimplemented in ilObjTest, ilObjSurvey, ilObjQuestionPool, ilObjCourse, ilObjGroup, ilObjFile, ilObjForum, ilContainer, ilObjSession, ilContainerReference, ilObjExercise, ilObjCategory, ilObjLinkResource, ilObject2, ilObjSurveyQuestionPool, ilObjChat, ilObjFolder, and ilObjExternalFeed.
Definition at line 1688 of file class.ilObject.php.
References $ilDB, $location, $query, $res, $title, ilAdvancedMDValues\_cloneValues(), appendCopyInfo(), getId(), getLongDescription(), getRefId(), and getType().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | staticfinal | 
Collect deletion dependencies.
E.g.
| @return | 
Definition at line 1887 of file class.ilObject.php.
References $id, $location, and $type.
Referenced by ilRepUtilGUI\showDeleteConfirmation().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::countReferences | ( | ) | 
count references of object
public
Reimplemented in ilObject2.
Definition at line 1334 of file class.ilObject.php.
References $ilDB, $query, $res, and $row.
Referenced by delete().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::create | ( | ) | 
create
note: title, description and type should be set when this function is called
public
Reimplemented in ilContainer, ilObjGroup, ilObjSession, ilObjFileAccessSettings, ilObjMediaCast, ilObjRole, ilObjMediaPool, ilObjDiskQuotaSettings, ilObjFileBasedLM, ilObject2, and ilObjBookingPool.
Definition at line 593 of file class.ilObject.php.
References $GLOBALS, $id, $ilDB, $log, $owner, getDescription(), getImportId(), getLongDescription(), getOwner(), getTitle(), setOwner(), and ilUtil\shortenText().
Referenced by ilObjGlossary\create(), ilObjQuestionPool\create(), ilObjContentObject\create(), ilObjFile\create(), ilObjLinkResource\create(), ilObjSAHSLearningModule\create(), ilObjSurveyQuestionPool\create(), ilObjWiki\create(), ilObjSurvey\create(), ilObjRemoteCourse\create(), ilObjMediaObject\create(), ilObjTest\create(), ilObjStyleSheet\create(), ilObjStyleSheet\createFromXMLFile(), and ilObjStyleSheet\import().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::createMetaData | ( | ) | 
create meta data entry
Reimplemented in ilObjTest, ilObjSurvey, ilObjMediaObject, ilObjFile, and ilObject2.
Definition at line 787 of file class.ilObject.php.
References getId(), getLongDescription(), getTitle(), and getType().
Referenced by ilObjGlossary\create(), ilObjQuestionPool\create(), ilObjContentObject\create(), ilObjLinkResource\create(), ilObjSAHSLearningModule\create(), ilObjSurveyQuestionPool\create(), ilObjFileBasedLM\create(), ilObjCourse\create(), and updateMetaData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::createReference | ( | ) | 
creates reference for object
public
Reimplemented in ilObjTest, ilObjStyleSheet, ilObjSurvey, ilObject2, ilObjMediaObject, and ilObjQuestionPool.
Definition at line 1306 of file class.ilObject.php.
References $ilDB, $query, and $ref_id.
| ilObject::createRoleFolder | ( | ) | 
creates a local role folder
public
| string | rolefolder title | 
| string | rolefolder description | 
| object | parent object where the rolefolder is attached to | 
Reimplemented in ilObject2.
Definition at line 1485 of file class.ilObject.php.
References getId(), and getRefId().
Referenced by ilObjContentObject\initDefaultRoles(), ilObjChat\initDefaultRoles(), ilObjiLincCourse\initDefaultRoles(), ilObjForum\initDefaultRoles(), ilObjCourse\initDefaultRoles(), and ilObjGroup\initDefaultRoles().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::delete | ( | ) | 
delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!!
public
Reimplemented in ilObjStyleSheet, ilObjUser, ilObjCourse, ilObjGlossary, ilObjFile, ilObjGroup, ilObjForum, ilObjSAHSLearningModule, ilObjTest, ilObjSession, ilObjRemoteCourse, ilObjContentObject, ilObjRole, ilObjExercise, ilObjSurvey, ilObjWiki, ilContainerReference, ilObjMediaCast, ilObjSurveyQuestionPool, ilObjiLincClassroom, ilObjiLincCourse, ilObjMediaPool, ilObjStyleSettings, ilObjFileBasedLM, ilObjChat, ilObjAuthSettings, ilObject2, ilObjLinkResource, ilObjStyleSheetFolder, ilObjQuestionPool, ilObjMediaObject, ilObjBookingPool, ilObjLearningResourcesSettings, ilObjMediaCastSettings, ilObjNewsSettings, ilObjPersonalDesktopSettings, ilObjTaggingSettings, ilObjComponentSettings, ilObjExternalFeed, ilObjSurveyAdministration, ilObjAssessmentFolder, ilObjAdvancedEditing, ilObjRecoveryFolder, ilObjAICCLearningModule, ilObjExternalToolsSettings, ilObjRoleFolder, ilObjAccessibilitySettings, ilObjMediaObjectsSettings, ilObjCategory, ilObjRootFolder, ilObjSystemFolder, ilObjObjectFolder, ilObjRoleTemplate, ilObj< module_name >, and ilObjUserFolder.
Definition at line 1364 of file class.ilObject.php.
References $ilDB, $log, $query, $res, ilChangeEvent\_delete(), ilBlockSetting\_deleteSettingsOfBlock(), _lookupType(), countReferences(), getId(), getRefId(), getTitle(), getType(), and ilUtil\removeItemFromDesktops().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObject::deleteMetaData | ( | ) | 
delete meta data entry
Reimplemented in ilObjMediaObject, and ilObject2.
Definition at line 841 of file class.ilObject.php.
References getId(), and getType().
Referenced by ilObjAICCLearningModule\delete(), ilObjQuestionPool\delete(), ilObjLinkResource\delete(), ilObjFileBasedLM\delete(), ilObjSurveyQuestionPool\delete(), ilObjSurvey\delete(), ilObjContentObject\delete(), ilObjTest\delete(), ilObjSAHSLearningModule\delete(), ilObjFile\delete(), ilObjGlossary\delete(), and ilObjCourse\delete().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getCreateDate | ( | ) | 
get create date public
Reimplemented in ilObject2.
Definition at line 540 of file class.ilObject.php.
References $create_date.
Referenced by ilObjUser\getProfileAsString().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get deletion dependencies.
Reimplemented in ilObjGlossary.
Definition at line 1934 of file class.ilObject.php.
| ilObject::getDescription | ( | ) | 
get object description
public
Reimplemented in ilObjQuestionPool, ilObjContentObject, ilObjMediaObject, ilObjGlossary, and ilObject2.
Definition at line 404 of file class.ilObject.php.
References $desc.
Referenced by ilObjExercise\__formatSubject(), ilObjFile\addNewsNotification(), create(), ilObjStyleSheet\getXML(), ilObjStyleSheet\ilClone(), ilObjRoleGUI\readRoleProperties(), ilObjForum\saveData(), ilObjSurvey\toXML(), ilObjTest\toXML(), ilObjiLincClassroom\update(), ilObjForum\update(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getDiskUsage | ( | ) | 
Gets the disk usage of the object in bytes.
Returns null, if the object does not use disk space at all.
The implementation of class ilObject always returns null. Subclasses which use disk space can override this method to return a non-null value. @access public @return integer the disk usage in bytes or null
Reimplemented in ilObjFile, ilObjSAHSLearningModule, ilObjMediaCast, ilObjFileBasedLM, and ilObjForum.
Definition at line 567 of file class.ilObject.php.
| ilObject::getHTMLDirectory | ( | ) | 
Reimplemented in ilObjChat, and ilObject2.
Definition at line 1589 of file class.ilObject.php.
| ilObject::getId | ( | ) | 
get object id public
Reimplemented in ilObjMediaObject, ilCourseStart, and ilObject2.
Definition at line 292 of file class.ilObject.php.
References $id.
Referenced by ilObjChatServer\__construct(), ilObjChat\__construct(), ilObjCourse\__createDefaultSettings(), ilObjCourse\__deleteSettings(), ilObjChat\__initChatRecording(), ilObjCourse\__readSettings(), ilObjContentObject\_deleteStyleAssignments(), ilObjStyleSheet\_replaceStylePar(), _writeDescription(), ilObjStyleSheet\addCharacteristic(), ilObjUser\addDesktopItem(), ilObjFile\addFileVersion(), ilObjSystemFolder\addHeaderTitleTranslation(), ilObjSurvey\addMaterialTag(), ilObjFile\addNewsNotification(), ilObjUser\addObjectToClipboard(), ilObjStyleSheet\addParameter(), ilObjTest\addQTIMaterial(), ilObjStyleSheet\addTemplate(), ilObjUser\addToPCClipboard(), ilObjCategory\addTranslation(), ilObjRootFolder\addTranslation(), ilObjRole\adjustPermissions(), ilObjRole\changeExistingObjects(), ilObjStyleSheet\characteristicExists(), ilObjContentObject\checkTree(), ilObjStyleSheet\cleanExportDirectory(), ilObjSurvey\cleanupMediaobjectUsage(), ilObjTest\cleanupMediaobjectUsage(), ilObjUser\clipboardDeleteAll(), ilObjUser\clipboardDeleteObjectsOfType(), ilObjUser\clipboardHasObjectsOfType(), ilObjFolder\cloneDependencies(), ilContainer\cloneDependencies(), ilObjSession\cloneDependencies(), ilObjGroup\cloneDependencies(), ilObjCourse\cloneDependencies(), cloneMetaData(), ilObjFolder\cloneObject(), ilObjSurveyQuestionPool\cloneObject(), ilObjLinkResource\cloneObject(), ilObjExercise\cloneObject(), ilObjSession\cloneObject(), ilContainer\cloneObject(), ilObjForum\cloneObject(), ilObjFile\cloneObject(), ilObjGroup\cloneObject(), ilObjCourse\cloneObject(), ilObjQuestionPool\cloneObject(), cloneObject(), ilObjSurveyQuestionPool\copyQuestion(), ilObjQuestionPool\copyQuestion(), ilObjSAHSLearningModule\create(), ilObjMediaPool\create(), ilObjWiki\create(), ilObjMediaCast\create(), ilObjRemoteCourse\create(), ilObjSession\create(), ilObjGroup\create(), ilObjCourse\create(), ilContainer\create(), ilObjStyleSheet\create(), ilObjRemoteCourse\createAuthResource(), ilContainer\createContainerDirectory(), ilObjContentObject\createExportDirectory(), ilObjGlossary\createExportDirectory(), ilObjSurveyQuestionPool\createExportDirectory(), ilObjQuestionPool\createExportDirectory(), ilObjTest\createExportDirectory(), ilObjStyleSheet\createExportDirectory(), ilObjSurvey\createExportDirectory(), ilObjStyleSheet\createFromXMLFile(), ilObjStyleSheet\createImagesDirectory(), ilObjContentObject\createImportDirectory(), ilObjGlossary\createImportDirectory(), ilObjSurveyQuestionPool\createImportDirectory(), ilObjStyleSheet\createImportDirectory(), ilObjSurvey\createImportDirectory(), ilObjContentObject\createLMTree(), ilObjFile\createMetaData(), createMetaData(), ilObjRole\createPermissionIntersection(), ilObjFile\createProperties(), ilObjContentObject\createProperties(), createRoleFolder(), ilObjSCORM2004LearningModule\createScorm2004Tree(), ilObjForum\createSettings(), ilObjRoleTemplate\delete(), ilObjCategory\delete(), ilObjAICCLearningModule\delete(), ilObjExternalFeed\delete(), ilObjBookingPool\delete(), ilObjLinkResource\delete(), ilObjChat\delete(), ilObjFileBasedLM\delete(), ilObjMediaCast\delete(), ilContainerReference\delete(), ilObjWiki\delete(), ilObjExercise\delete(), ilObjRole\delete(), ilObjContentObject\delete(), ilObjRemoteCourse\delete(), ilObjSession\delete(), ilObjSAHSLearningModule\delete(), ilObjForum\delete(), ilObjGroup\delete(), ilObjFile\delete(), ilObjGlossary\delete(), ilObjCourse\delete(), ilObjUser\delete(), ilObjStyleSheet\delete(), delete(), ilObjSurveyQuestionPool\deleteAllData(), ilObjStyleSheet\deleteCharacteristic(), ilObjRole\deleteLocalPolicies(), deleteMetaData(), ilObjUser\deletePref(), ilObjQuestionPool\deleteQuestionpool(), ilObjStyleSheet\deleteStylePar(), ilObjStyleSheet\deleteStyleParOfChar(), ilObjSurvey\deleteSurveyRecord(), ilObjTest\deleteTest(), ilObjSCORM2004LearningModule\deleteTrackingDataOfUsers(), ilObjUser\deleteUserDefinedFieldEntries(), ilObjFile\deleteVersions(), ilObjExercise\deliverFile(), ilObjExercise\determinStatusOfUser(), ilObjStyleSheet\do_3_10_Migration(), ilObjUser\dropDesktopItem(), ilObjQuestionPool\duplicateQuestion(), ilObjSCORM2004LearningModule\executeDragDrop(), ilObjContentObject\executeDragDrop(), ilObjFile\export(), ilObjExercise\exportGradesExcel(), ilObjGlossary\exportHTML(), ilObjSCORM2004LearningModule\exportHTML(), ilObjContentObject\exportHTML(), ilObjSCORM2004LearningModule\exportHTML4PDF(), ilObjContentObject\exportHTMLPages(), ilObjSCORM2004LearningModule\exportHTMLScoObjects(), ilObjSCORM2004LearningModule\exportPDF(), ilObjSCORM2004LearningModule\exportScorm(), ilObjContentObject\exportSCORM(), ilObjSCORM2004LearningModule\exportSelected(), ilObjSCORMLearningModule\exportSelected(), ilObjSCORMLearningModule\exportSelectedRaw(), ilObjGroup\exportXML(), ilObjQuestionPool\exportXMLMetaData(), ilObjGlossary\exportXMLMetaData(), ilObjContentObject\exportXMLMetaData(), ilObjSCORM2004LearningModule\exportXMLMetaData(), ilObjTest\exportXMLMetaData(), ilObjContentObject\exportXMLPageObjects(), ilObjSCORM2004LearningModule\exportXMLScoObjects(), ilObjSCORM2004LearningModule\exportXMLStructureObjects(), ilObjTest\fromXML(), ilObjGlossary\getAllGlossaryIds(), ilObjQuestionPool\getAllQuestionIds(), ilObjQuestionPool\getAllQuestions(), ilObjSCORMLearningModule\getAllScoIds(), ilObjUser\getAppliedUsers(), ilObjSCORMLearningModule\getAttemptsForUser(), ilObjSCORM2004LearningModule\getAttemptsForUser(), ilObjSurvey\getAuthor(), ilObjTest\getAuthor(), ilContainer\getBigIconPath(), ilObjUser\getClipboardObjects(), ilContainer\getContainerDirectory(), ilObjForum\getCountNew(), ilObjForum\getCountUnread(), ilObjSCORM2004LearningModule\getCourseCompletionForUser(), ilObjFileBasedLM\getDataDirectory(), ilObjSAHSLearningModule\getDataDirectory(), ilObjUser\getDesktopItems(), ilObjGlossary\getExportDirectory(), ilObjGlossary\getExportFiles(), ilObjExternalFeed\getFeedBlock(), ilContainer\getFirstColumn(), ilObjSystemFolder\getHeaderTitleTranslations(), ilObjTest\getImagePath(), ilObjTest\getImagePathWeb(), ilObjStyleSheet\getImagesDirectory(), ilObjMediaPool\getMediaObjects(), ilObjSCORMLearningModule\getModuleVersionForUser(), ilObjSCORM2004LearningModule\getModuleVersionForUser(), ilObjUser\getPCClipboardContent(), ilObjUser\getPersonalPicturePath(), ilObjSAHSLearningModule\getPointsInPercent(), ilObjQuestionPool\getPrintviewQuestions(), ilObjQuestionPool\getQplQuestions(), ilObjQuestionPool\getQuestionBrowserData(), ilObjQuestionPool\getQuestionList(), ilObjSurveyQuestionPool\getQuestions(), ilObjSurveyQuestionPool\getQuestionsData(), ilObjSCORM2004LearningModule\getSequencingSettings(), ilContainer\getSmallIconPath(), ilContainer\getSubItems(), ilObjSurvey\getSurveyTimes(), ilContainer\getTinyIconPath(), ilObjAICCLearningModule\getTrackedItems(), ilObjSCORMLearningModule\getTrackedItems(), ilObjSCORM2004LearningModule\getTrackedItems(), ilObjSCORMLearningModule\getTrackedUsers(), ilObjSCORM2004LearningModule\getTrackedUsers(), ilObjAICCLearningModule\getTrackingData(), ilObjSCORMLearningModule\getTrackingDataAgg(), ilObjSCORM2004LearningModule\getTrackingDataAgg(), ilObjSCORMLearningModule\getTrackingDataAggSco(), ilObjSCORMLearningModule\getTrackingDataPerUser(), ilObjSCORMLearningModule\getTrackingItems(), ilObjAICCLearningModule\getTrackingItems(), ilObjCategory\getTranslations(), ilObjRootFolder\getTranslations(), ilObjSCORM2004LearningModule\getTree(), ilObjFile\getUsages(), ilObjMediaPool\getUsedFormats(), ilObjStyleSheet\ilClone(), ilObjFile\ilObjFile(), ilObjStyleSheet\import(), ilObjContentObject\importFromDirectory(), ilObjSurvey\importObject(), ilObjSCORMLearningModule\importRaw(), ilObjSCORM2004LearningModule\importSuccess(), ilObjSCORMLearningModule\importSuccess(), ilObjSession\initAppointments(), ilObjCourse\initCourseMemberObject(), ilObjContentObject\initDefaultRoles(), ilObjChat\initDefaultRoles(), ilObjiLincCourse\initDefaultRoles(), ilObjForum\initDefaultRoles(), ilObjCourse\initDefaultRoles(), ilObjGroup\initDefaultRoles(), ilObjFile\initFileStorage(), ilObjLinkResource\initLinkResourceItemsObject(), ilObjGroup\initParticipants(), ilObjCourse\initWaitingList(), ilObjSurvey\inviteGroup(), ilObjSurvey\inviteRole(), ilObjUser\isChild(), ilObjUser\isDesktopItem(), ilObjSurvey\isSurveyStarted(), ilObjSurveyQuestionPool\loadFromDb(), ilObjQuestionPool\loadFromDb(), ilObjSurvey\loadFromDb(), ilObjTest\loadFromDb(), ilObjTest\logAction(), ilObjForum\markAllThreadsRead(), ilObjForum\markPostRead(), ilObjLinkResource\MDUpdateListener(), ilObjFile\MDUpdateListener(), MDUpdateListener(), ilObjGlossary\modifyExportIdentifier(), ilObjSurveyQuestionPool\paste(), ilObjSurveyQuestionPool\pasteFromClipboard(), ilObjQuestionPool\pasteFromClipboard(), ilObjExercise\processUploadedFile(), ilObjFolder\putInTree(), putInTree(), ilObjTest\randomSelectQuestions(), ilObjRoleFolder\read(), ilObjFileBasedLM\read(), ilObjGlossary\read(), ilObjChatServer\read(), ilObjBookingPool\read(), ilObjSAHSLearningModule\read(), ilObjMediaPool\read(), ilObjStyleSettings\read(), ilObjStyleSheetFolder\read(), ilObjContentObject\read(), ilObjChat\read(), ilContainerReference\read(), ilObjMediaCast\read(), ilObjWiki\read(), ilObjFolder\read(), ilObjFile\read(), ilObjExercise\read(), ilObjRemoteCourse\read(), ilObjSession\read(), ilObjGroup\read(), ilContainer\read(), ilObjStyleSheet\read(), ilObjMediaCast\readItems(), ilObjAICCLearningModule\readObject(), ilObjSCORM2004LearningModule\readObject(), ilObjContentObject\readProperties(), ilObjRoleGUI\readRoleProperties(), ilObjUser\readUserDefinedFields(), ilObjCourse\register(), ilObjGroup\register(), ilContainer\removeBigIcon(), ilObjSystemFolder\removeHeaderTitleTranslations(), ilObjUser\removeObjectFromClipboard(), ilContainer\removeSmallIcon(), ilContainer\removeTinyIcon(), ilObjCategory\removeTranslations(), ilObjRootFolder\removeTranslations(), ilObjFile\replaceFile(), ilObjStyleSheet\replaceStylePar(), ilObjUser\resetLastPasswordChange(), ilObjUser\resetOwner(), ilObjiLincCourse\saveActivationStatus(), ilObjiLincCourse\saveAKClassValues(), ilObjSurvey\saveAuthorToMetadata(), ilObjTest\saveAuthorToMetadata(), ilObjExercise\saveData(), ilObjForum\saveData(), ilObjStyleSheet\saveHideStatus(), ilContainer\saveIcons(), ilObjSurveyQuestionPool\saveToDb(), ilObjQuestionPool\saveToDb(), ilObjSurvey\saveToDb(), ilObjTest\saveToDb(), ilObjUser\setDesktopItemParameters(), ilObjSurvey\setInvitation(), ilObjLinkResource\toXML(), ilObjSurveyQuestionPool\toXML(), ilObjSurvey\toXML(), ilObjFileBasedLM\update(), ilObjBookingPool\update(), ilObjStyleSettings\update(), ilObjStyleSheetFolder\update(), ilObjNull\update(), ilObjiLincCourse\update(), ilObjWiki\update(), ilObjMediaCast\update(), ilContainerReference\update(), ilObjGlossary\update(), ilObjFile\update(), ilObjExercise\update(), ilObjSession\update(), ilObjSAHSLearningModule\update(), ilObjForum\update(), ilObjGroup\update(), update(), ilContainer\update(), ilObjCourse\update(), ilObjStyleSheet\update(), ilObjStyleSheet\updateColor(), ilObjRemoteCourse\updateFromECSContent(), ilObjForum\updateLastAccess(), ilObjUser\updateLogin(), ilObjQuestionPool\updateMetaData(), ilObjFile\updateMetaData(), updateMetaData(), ilObjRole\updateOperationStack(), updateOwner(), ilObjContentObject\updateProperties(), ilObjSCORM2004LearningModule\updateSequencingSettings(), ilObjCourse\updateSettings(), ilObjCategory\updateTranslation(), ilObjUser\updateUserDefinedFields(), ilObjExercise\updateUserStatus(), ilObjContentObject\validatePages(), ilObjUser\writeAccepted(), ilObjStyleSheet\writeCSSFile(), and ilObjContentObject\writeStyleSheetId().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getImportId | ( | ) | 
get import id
public
Reimplemented in ilObjMediaObject, ilObjContentObject, and ilObject2.
Definition at line 442 of file class.ilObject.php.
References $import_id.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getLastUpdateDate | ( | ) | 
get last update date public
Reimplemented in ilObject2.
Definition at line 550 of file class.ilObject.php.
References $last_update.
| ilObject::getLongDescription | ( | ) | 
get object long description (stored in object_description)
public
Reimplemented in ilObjLanguageExt, and ilObject2.
Definition at line 431 of file class.ilObject.php.
References $desc.
Referenced by _writeDescription(), cloneObject(), create(), createMetaData(), ilObjCourse\prepareAppointments(), ilObjGroup\prepareAppointments(), ilObjSession\prepareCalendarAppointments(), update(), and updateMetaData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getOwner | ( | ) | 
get object owner
public
Reimplemented in ilObject2.
Definition at line 479 of file class.ilObject.php.
References $owner.
Referenced by create(), getOwnerName(), ilObjTest\sendAdvancedNotification(), ilObjSurvey\sendCodes(), ilObjTest\sendSimpleNotification(), and updateOwner().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getOwnerName | ( | ) | 
Reimplemented in ilObject2.
Definition at line 490 of file class.ilObject.php.
References _lookupOwnerName(), and getOwner().
Referenced by ilObjUserTracking\getAccessTotalPerObj().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getPresentationTitle | ( | ) | 
get presentation title Normally same as title Overwritten for sessions
public
| @return | 
Reimplemented in ilObjSession, ilObjRole, and ilObject2.
Definition at line 357 of file class.ilObject.php.
References getTitle().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObject::getRefId | ( | ) | 
get reference id public
Reimplemented in ilObjStyleSheet, ilCourseStart, ilObjMediaObject, and ilObject2.
Definition at line 323 of file class.ilObject.php.
References $ref_id.
Referenced by ilObjCourse\__getLocalRoles(), ilObjCourse\__setCourseStatus(), ilObjFolder\addAdditionalSubItemInformation(), ilObjGroup\addAdditionalSubItemInformation(), ilObjChat\cloneAutoGeneratedRoles(), ilObjForum\cloneAutoGeneratedRoles(), ilObjGroup\cloneAutoGeneratedRoles(), ilObjCourse\cloneAutoGeneratedRoles(), ilObjFolder\cloneDependencies(), ilObjGroup\cloneDependencies(), ilObjCourse\cloneDependencies(), ilObjForum\cloneObject(), cloneObject(), ilObjTest\cloneObject(), ilObjTest\createRandomSolutions(), ilObjRoleFolder\createRole(), createRoleFolder(), ilObjTest\createTestSession(), ilObjRoleFolder\delete(), ilObjChat\delete(), delete(), ilObjSurvey\disinviteUser(), ilObjFolder\downloadFolder(), ilObjChat\formatBody(), ilObjiLincCourse\getAdminIds(), ilObjGlossary\getAllGlossaryIds(), ilObjCourse\getDefaultCourseRoles(), ilObjGroup\getDefaultGroupRoles(), ilObjiLincCourse\getDefaultRoles(), ilObjGroup\getGroupAdminIds(), ilObjCourse\getLocalCourseRoles(), ilObjGroup\getLocalGroupRoles(), ilObjiLincCourse\getLocalRoles(), ilContainer\getSubItems(), ilObjSurvey\getSurveyCodesForExport(), ilObjSurvey\getSurveyCodesTableData(), ilObjContentObject\importFromDirectory(), ilObjCourse\initCourseItemObject(), ilObjChat\initDefaultRoles(), ilObjiLincCourse\initDefaultRoles(), ilObjForum\initDefaultRoles(), ilObjCourse\initDefaultRoles(), ilObjGroup\initDefaultRoles(), ilObjGroup\initGroupStatus(), ilObjSurvey\inviteGroup(), ilObjSurvey\inviteRole(), ilObjSurvey\inviteUser(), ilObjRoleFolder\isDeleted(), ilObjGroup\leaveGroup(), ilObjTest\logAction(), MDUpdateListener(), ilObjRoleFolder\purge(), ilObjFolder\putInTree(), putInTree(), ilObjGroup\readGroupStatus(), ilObjCourse\register(), ilObjGroup\register(), ilObjSurvey\sendCodes(), ilObjSCORMLearningModule\sendExportFile(), ilObjExercise\sendFeedbackFileNotification(), setPermissions(), ilObjTest\setTestSession(), update(), and ilObjGroup\updateGroupType().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getTitle | ( | ) | 
get object title public
Reimplemented in ilObjQuestionPool, ilObjSurveyQuestionPool, ilObjGlossary, ilObjContentObject, ilObjMediaObject, and ilObject2.
Definition at line 368 of file class.ilObject.php.
References $title.
Referenced by ilObjExercise\__formatSubject(), appendCopyInfo(), create(), createMetaData(), delete(), ilObjTest\deliverPDFfromFO(), ilObjTest\deliverPDFfromHTML(), ilObjFolder\downloadFolder(), ilObjExercise\exportGradesExcel(), ilTermUsagesTableGUI\fillRow(), ilObjChat\formatBody(), ilObjChat\formatBodyForRoom(), ilObjFile\getFileExtension(), ilObjRoleTemplate\getFilterOfInternalTemplate(), ilObjChat\getHTMLDirectory(), ilObjRole\getPresentationTitle(), ilObjSession\getPresentationTitle(), getPresentationTitle(), ilObjStyleSheet\getXML(), ilObjStyleSheet\ilClone(), ilObjSurvey\isComplete(), ilObjRole\isDeletable(), ilObjFile\isHidden(), ilObjFile\isInline(), ilObjRoleTemplate\isInternalTemplate(), ilObjCourse\prepareAppointments(), ilObjGroup\prepareAppointments(), ilObjSession\prepareCalendarAppointments(), putInTree(), ilObjRoleGUI\readRoleProperties(), ilObjForum\saveData(), ilObjTest\sendAdvancedNotification(), ilObjFile\sendFile(), ilObjSurvey\sendNotificationMail(), ilObjTest\sendSimpleNotification(), ilObjSurvey\toXML(), ilObjTest\toXML(), ilObjiLincClassroom\update(), ilObjForum\update(), update(), updateMetaData(), ilObjRole\validate(), ilObjGroup\validate(), and ilObjCourse\validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getType | ( | ) | 
get object type public
Reimplemented in ilObject2.
Definition at line 333 of file class.ilObject.php.
References $type.
Referenced by ilObjExercise\__formatBody(), ilObjFile\addNewsNotification(), appendCopyInfo(), ilObjSurvey\cleanupMediaobjectUsage(), ilObjTest\cleanupMediaobjectUsage(), cloneMetaData(), ilObjSurveyQuestionPool\cloneObject(), ilContainer\cloneObject(), ilObjQuestionPool\cloneObject(), cloneObject(), ilObjGlossary\createExportDirectory(), ilObjFile\createMetaData(), ilObjMediaObject\createMetaData(), createMetaData(), ilObjExternalFeed\delete(), delete(), ilObjMediaObject\deleteMetaData(), deleteMetaData(), ilObjContentObject\executeDragDrop(), ilObjGlossary\exportHTML(), ilObjContentObject\exportHTML(), ilObjContentObject\exportHTMLPages(), ilObjContentObject\exportSCORM(), ilObjContentObject\exportXML(), ilObjQuestionPool\exportXMLMetaData(), ilObjGlossary\exportXMLMetaData(), ilObjContentObject\exportXMLMetaData(), ilObjSCORM2004LearningModule\exportXMLMetaData(), ilObjTest\exportXMLMetaData(), ilObjContentObject\exportXMLPageObjects(), ilObjSurvey\getAuthor(), ilObjTest\getAuthor(), ilObjGlossary\getExportDirectory(), ilObjGlossary\getExportFiles(), ilObjSCORM2004LearningModule\getExportFiles(), ilObjExternalFeed\getFeedBlock(), ilContainer\getGroupedObjTypes(), ilObjMediaObject\getXML(), ilObjStyleSheet\ilClone(), ilObjContentObject\importFromDirectory(), ilObjLinkResource\MDUpdateListener(), ilObjFile\MDUpdateListener(), ilObjMediaObject\MDUpdateListener(), MDUpdateListener(), ilObj< module_name >\notify(), ilObjAssessmentFolder\notify(), ilObjAccessibilitySettings\notify(), ilObjMediaObjectsSettings\notify(), ilObjExternalToolsSettings\notify(), ilObjRecoveryFolder\notify(), ilObjAdvancedEditing\notify(), ilObjSurveyAdministration\notify(), ilObjComponentSettings\notify(), ilObjLearningResourcesSettings\notify(), ilObjTaggingSettings\notify(), ilObjNewsSettings\notify(), ilObjMediaCastSettings\notify(), ilObjPersonalDesktopSettings\notify(), ilObjExternalFeed\notify(), ilObjStyleSheetFolder\notify(), ilObjAuthSettings\notify(), ilObjQuestionPool\notify(), ilObjBookingPool\notify(), ilObjStyleSettings\notify(), ilObjFileBasedLM\notify(), ilObjMediaPool\notify(), ilObjSurveyQuestionPool\notify(), ilObjMediaCast\notify(), ilObjWiki\notify(), ilObjSurvey\notify(), ilObjTest\notify(), ilObjSAHSLearningModule\notify(), ilObjGlossary\notify(), ilObjContentObject\notify(), putInTree(), ilObjMediaCast\readItems(), ilObjSurvey\saveAuthorToMetadata(), ilObjTest\saveAuthorToMetadata(), setPermissions(), ilObjSurveyQuestionPool\toXML(), ilObjSurvey\toXML(), ilObjNull\update(), update(), ilObjQuestionPool\updateMetaData(), ilObjMediaObject\updateMetaData(), ilObjFile\updateMetaData(), updateMetaData(), and ilObjContentObject\validatePages().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::getUntranslatedTitle | ( | ) | 
get untranslated object title public
Reimplemented in ilObject2.
Definition at line 378 of file class.ilObject.php.
References $untranslatedTitle.
| ilObject::getXMLZip | ( | ) | 
Reimplemented in ilObjTest, ilObjContentObject, ilObjGlossary, ilObjFile, ilObjDlBook, and ilObject2.
Definition at line 1585 of file class.ilObject.php.
| ilObject::ilObject | ( | $a_id = 0, | |
| $a_reference = true | |||
| ) | 
Constructor public.
| integer | reference_id or object_id | 
| boolean | treat the id as reference_id (true) or object_id (false) | 
Definition at line 98 of file class.ilObject.php.
References $ilBench, $ilias, $lng, and read().
Referenced by ilObject2\__construct(), ilObjBookingPool\__construct(), ilObjPrivacySecurity\__construct(), ilObjCalendarSettings\__construct(), ilObjChatServer\__construct(), ilObjChat\__construct(), ilObjRemoteCourse\__construct(), ilObjGroup\__construct(), ilObj< module_name >\ilObj< module_name >(), ilObjAccessibilitySettings\ilObjAccessibilitySettings(), ilObjAdvancedEditing\ilObjAdvancedEditing(), ilObjAICCLearningModule\ilObjAICCLearningModule(), ilObjAssessmentFolder\ilObjAssessmentFolder(), ilObjAuthSettings\ilObjAuthSettings(), ilObjCertificateSettings\ilObjCertificateSettings(), ilObjComponentSettings\ilObjComponentSettings(), ilObjContentObject\ilObjContentObject(), ilObjDiskQuotaSettings\ilObjDiskQuotaSettings(), ilObjExercise\ilObjExercise(), ilObjExternalFeed\ilObjExternalFeed(), ilObjExternalToolsSettings\ilObjExternalToolsSettings(), ilObjFile\ilObjFile(), ilObjFileAccessSettings\ilObjFileAccessSettings(), ilObjFileBasedLM\ilObjFileBasedLM(), ilObjForum\ilObjForum(), ilObjForumAdministration\ilObjForumAdministration(), ilObjGlossary\ilObjGlossary(), ilObjHACPLearningModule\ilObjHACPLearningModule(), ilObjiLincCourse\ilObjiLincCourse(), ilObjLanguage\ilObjLanguage(), ilObjLanguageFolder\ilObjLanguageFolder(), ilObjLearningResourcesSettings\ilObjLearningResourcesSettings(), ilObjMail\ilObjMail(), ilObjMDSettings\ilObjMDSettings(), ilObjMediaCast\ilObjMediaCast(), ilObjMediaCastSettings\ilObjMediaCastSettings(), ilObjMediaObject\ilObjMediaObject(), ilObjMediaObjectsSettings\ilObjMediaObjectsSettings(), ilObjMediaPool\ilObjMediaPool(), ilObjNewsSettings\ilObjNewsSettings(), ilObjNull\ilObjNull(), ilObjObjectFolder\ilObjObjectFolder(), ilObjPaymentSettings\ilObjPaymentSettings(), ilObjPersonalDesktopSettings\ilObjPersonalDesktopSettings(), ilObjQuestionPool\ilObjQuestionPool(), ilObjRecoveryFolder\ilObjRecoveryFolder(), ilObjRole\ilObjRole(), ilObjRoleFolder\ilObjRoleFolder(), ilObjRoleTemplate\ilObjRoleTemplate(), ilObjRootFolder\ilObjRootFolder(), ilObjSAHSLearningModule\ilObjSAHSLearningModule(), ilObjSCORM2004LearningModule\ilObjSCORM2004LearningModule(), ilObjSCORMLearningModule\ilObjSCORMLearningModule(), ilObjSearchSettings\ilObjSearchSettings(), ilObjStyleSettings\ilObjStyleSettings(), ilObjStyleSheet\ilObjStyleSheet(), ilObjStyleSheetFolder\ilObjStyleSheetFolder(), ilObjSurvey\ilObjSurvey(), ilObjSurveyAdministration\ilObjSurveyAdministration(), ilObjSurveyQuestionPool\ilObjSurveyQuestionPool(), ilObjSystemFolder\ilObjSystemFolder(), ilObjTaggingSettings\ilObjTaggingSettings(), ilObjTest\ilObjTest(), ilObjTypeDefinition\ilObjTypeDefinition(), ilObjUser\ilObjUser(), ilObjUserFolder\ilObjUserFolder(), ilObjUserTracking\ilObjUserTracking(), and ilObjWiki\ilObjWiki().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::initDefaultRoles | ( | ) | 
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public
Reimplemented in ilObjGroup, ilObjCourse, ilObjForum, ilObjTest, ilObjWiki, ilObjMediaCast, ilObjiLincCourse, ilObjMediaPool, ilObjFileBasedLM, ilObjStyleSettings, ilObjQuestionPool, ilObjBookingPool, ilObjAuthSettings, ilObject2, ilObjChat, ilObjExternalFeed, ilObjStyleSheetFolder, ilObjLearningResourcesSettings, ilObjMediaCastSettings, ilObjNewsSettings, ilObjPersonalDesktopSettings, ilObjTaggingSettings, ilObjComponentSettings, ilObjSurveyAdministration, ilObjAssessmentFolder, ilObjAdvancedEditing, ilObjRecoveryFolder, ilObjExternalToolsSettings, ilObjAccessibilitySettings, ilObjMediaObjectsSettings, ilObjContentObject, and ilObj< module_name >.
Definition at line 1471 of file class.ilObject.php.
Referenced by setPermissions().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::isUserRegistered | ( | $a_user_id = 0 | ) | 
| ilObject::MDUpdateListener | ( | $a_element | ) | 
Meta data update listener.
Important note: Do never call create() or update() method of ilObject here. It would result in an endless loop: update object -> update meta -> update object -> ... Use static _writeTitle() ... methods instead.
| string | $a_element | 
Reimplemented in ilObjCourse, ilObjMediaObject, ilObjFile, ilObject2, and ilObjLinkResource.
Definition at line 746 of file class.ilObject.php.
References $GLOBALS, $id, getId(), getRefId(), getType(), setDescription(), setTitle(), and update().
Referenced by ilObjContentObject\importFromDirectory().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::notify | ( | $a_event, | |
| $a_ref_id, | |||
| $a_parent_non_rbac_id, | |||
| $a_node_id, | |||
| $a_params = 0 | |||
| ) | 
notifys an object about an event occured Based on the event passed, each object may decide how it reacts.
TODO: add optional array to pass parameters
public
| string | event | 
| integer | reference id of object where the event occured | 
| integer | reference id of node in the tree which is actually notified | 
| array | passes optional parameters if required | 
Reimplemented in ilObjGroup, ilObjContentObject, ilObjGlossary, ilObjSAHSLearningModule, ilObjTest, ilObjSurvey, ilObjiLincCourse, ilObjWiki, ilObjMediaCast, ilObjSurveyQuestionPool, ilObjMediaPool, ilObjFileBasedLM, ilObjStyleSettings, ilObjBookingPool, ilObjQuestionPool, ilObjAuthSettings, ilObjExternalFeed, ilObjStyleSheetFolder, ilObject2, ilObjLearningResourcesSettings, ilObjMediaCastSettings, ilObjNewsSettings, ilObjPersonalDesktopSettings, ilObjTaggingSettings, ilObjComponentSettings, ilObjSurveyAdministration, ilObjAdvancedEditing, ilObjRecoveryFolder, ilObjExternalToolsSettings, ilObjAccessibilitySettings, ilObjMediaObjectsSettings, ilObjAssessmentFolder, ilObj< module_name >, and ilObjRootFolder.
Definition at line 1551 of file class.ilObject.php.
| ilObject::putInTree | ( | $a_parent_ref | ) | 
maybe this method should be in tree object!?
Reimplemented in ilObjContentObject, ilObject2, and ilObjFolder.
Definition at line 1266 of file class.ilObject.php.
References $log, getId(), getRefId(), getTitle(), and getType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObject::read | ( | $a_force_db = false | ) | 
read object data from db into object
| boolean | public | 
Reimplemented in ilObjCourse, ilObjTest, ilObjRemoteCourse, ilObjFileAccessSettings, ilObjSurvey, ilObjDiskQuotaSettings, ilObjQuestionPool, ilObjSurveyQuestionPool, ilObjForum, ilObjRoleFolder, and ilObject2.
Definition at line 156 of file class.ilObject.php.
References $ilBench, $ilDB, $log, $obj_data_record, $query, $res, $row, DB_FETCHMODE_OBJECT, and setDescription().
Referenced by ilObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::requireRegistration | ( | ) | 
Reimplemented in ilObject2.
Definition at line 1579 of file class.ilObject.php.
References $register.
| ilObject::setDescription | ( | $a_desc | ) | 
set object description
public
| string | $a_desc | object description | 
Reimplemented in ilObjQuestionPool, ilObjContentObject, ilObjMediaObject, ilObjGlossary, and ilObject2.
Definition at line 415 of file class.ilObject.php.
References ilUtil\shortenText().
Referenced by ilObjRole\assignData(), ilObjTest\fromXML(), ilObjLanguage\install(), ilObjRoleGUI\loadRoleProperties(), MDUpdateListener(), ilObjRoleFolder\read(), ilObjiLincClassroom\read(), read(), ilObjLanguageExt\setLocal(), and ilObjLanguage\uninstall().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::setId | ( | $a_id | ) | 
set object id public
| integer | $a_id | object id | 
Reimplemented in ilObjMediaObject, ilCourseStart, and ilObject2.
Definition at line 302 of file class.ilObject.php.
Referenced by ilObjUser\ilObjUser().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::setImportId | ( | $a_import_id | ) | 
set import id
public
| string | $a_import_id | import id | 
Reimplemented in ilObjMediaObject, ilObjContentObject, and ilObject2.
Definition at line 453 of file class.ilObject.php.
Referenced by ilCategoryImportParser\handlerBeginTag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::setObjDataRecord | ( | $a_record | ) | 
set object_data record (note: this method should only be called from the ilObjectFactory class)
| array | $a_record | assoc. array from table object_data public | 
Reimplemented in ilObject2.
Definition at line 580 of file class.ilObject.php.
| ilObject::setOwner | ( | $a_owner | ) | 
set object owner
public
| integer | $a_owner | owner id | 
Reimplemented in ilObject2.
Definition at line 528 of file class.ilObject.php.
Referenced by create(), and ilObjUser\setActive().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::setPermissions | ( | $a_parent_ref | ) | 
set permissions of object
| integer | reference_id of parent object public | 
Reimplemented in ilObject2.
Definition at line 1285 of file class.ilObject.php.
References getRefId(), getType(), and initDefaultRoles().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObject::setRefId | ( | $a_id | ) | 
set reference id public
| integer | $a_id | reference id | 
Reimplemented in ilCourseStart, and ilObject2.
Definition at line 312 of file class.ilObject.php.
| ilObject::setRegisterMode | ( | $a_bool | ) | 
Reimplemented in ilObject2.
Definition at line 1567 of file class.ilObject.php.
Referenced by ilObjGroup\__construct(), and ilObjiLincCourse\ilObjiLincCourse().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::setTitle | ( | $a_title | ) | 
set object title
public
| string | $a_title | object title | 
Reimplemented in ilObjQuestionPool, ilObjSurveyQuestionPool, ilObjGlossary, ilObjContentObject, ilObjMediaObject, and ilObject2.
Definition at line 390 of file class.ilObject.php.
References $title, and ilUtil\shortenText().
Referenced by ilObjRole\assignData(), ilObjTest\fromXML(), ilObjRoleGUI\loadRoleProperties(), MDUpdateListener(), ilObjRoleFolder\read(), ilObjiLincClassroom\read(), ilObjLanguage\uninstall(), and ilObjRemoteCourse\updateFromECSContent().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::setType | ( | $a_type | ) | 
set object type public
| integer | $a_type | object type | 
Reimplemented in ilObject2.
Definition at line 343 of file class.ilObject.php.
| ilObject::update | ( | ) | 
update object in db
public
Reimplemented in ilObjStyleSheet, ilObjCourse, ilContainer, ilObjGroup, ilObjTest, ilObjForum, ilObjSAHSLearningModule, ilObjUser, ilObjSession, ilObjRemoteCourse, ilObjExercise, ilObjFile, ilObjGlossary, ilObjFileAccessSettings, ilContainerReference, ilObjSurvey, ilObjContentObject, ilObjMediaCast, ilObjMediaPool, ilObjRole, ilObjiLincCourse, ilObjDiskQuotaSettings, ilObjNull, ilObjAuthSettings, ilObject2, ilObjSurveyQuestionPool, ilObjQuestionPool, ilObjLinkResource, ilObjStyleSettings, ilObjStyleSheetFolder, ilObjSurveyAdministration, ilObjAssessmentFolder, ilObjAdvancedEditing, ilObjLearningResourcesSettings, ilObjMediaCastSettings, ilObjRecoveryFolder, ilObjNewsSettings, ilObjPersonalDesktopSettings, ilObjTaggingSettings, ilObjExternalToolsSettings, ilObjComponentSettings, ilObjBookingPool, ilObjSearchSettings, ilObjFileBasedLM, ilObjPaymentSettings, ilObjForumAdministration, ilObj< module_name >, ilObjAccessibilitySettings, ilObjMediaObjectsSettings, and ilObjExternalFeed.
Definition at line 683 of file class.ilObject.php.
References $GLOBALS, $ilDB, $res, getDescription(), getId(), getImportId(), getLongDescription(), getRefId(), getTitle(), and getType().
Referenced by ilObjLanguage\install(), MDUpdateListener(), ilObjLanguageExt\setLocal(), ilObjLanguage\uninstall(), and ilObjMediaObject\update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::updateMetaData | ( | ) | 
update meta data entry
Reimplemented in ilObjFile, ilObjMediaObject, ilObject2, and ilObjQuestionPool.
Definition at line 808 of file class.ilObject.php.
References createMetaData(), getId(), getLongDescription(), getTitle(), and getType().
Referenced by ilObjFileBasedLM\update(), ilObjLinkResource\update(), ilObjSurveyQuestionPool\update(), ilObjContentObject\update(), ilObjSurvey\update(), ilObjGlossary\update(), ilObjSAHSLearningModule\update(), and ilObjCourse\update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::updateOwner | ( | ) | 
update owner of object in db
public
Reimplemented in ilObject2.
Definition at line 855 of file class.ilObject.php.
References $ilDB, getId(), and getOwner().
Referenced by ilObjUser\update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::withReferences | ( | ) | 
determines wehter objects are referenced or not (got ref ids or not)
Reimplemented in ilObject2.
Definition at line 144 of file class.ilObject.php.
References $referenced.
Referenced by ilObjFolder\putInTree().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObject::$add_dots | 
Definition at line 85 of file class.ilObject.php.
| ilObject::$create_date | 
Definition at line 50 of file class.ilObject.php.
Referenced by getCreateDate().
| ilObject::$desc | 
Definition at line 47 of file class.ilObject.php.
Referenced by ilObjUser\_lookupDesktopItems(), _writeDescription(), getDescription(), getLongDescription(), and ilObjLanguage\ilObjLanguage().
| ilObject::$id | 
Definition at line 40 of file class.ilObject.php.
Referenced by ilObjStyleSheet\_addMissingStyleClassesToAllStyles(), ilObjStyleSheet\_getClonableContentStyles(), ilObjSystemFolder\_getHeaderTitle(), ilObjSystemFolder\_getHeaderTitleDescription(), ilObjUser\_getImportedUserId(), ilObjTest\_lookupAuthor(), ilObjStyleSheet\_replaceStylePar(), ilObjStyleSheet\addParameter(), ilObjUserTracking\authorLms(), ilObjUser\checkUserId(), collectDeletionDependencies(), ilObjLanguageFolderGUI\confirmRefreshSelectedObject(), ilObject2\create(), ilObjRole\create(), create(), ilObjStyleSheet\create(), ilObjStyleSheet\createFromXMLFile(), ilObjBookingPool\delete(), ilObjSurvey\deleteUserSettings(), ilObjTest\getAccessCodeSession(), ilObjSurvey\getAnonymousId(), ilObjSurvey\getAuthor(), ilObjTest\getAuthor(), ilObjAssessmentFolder\getFullPath(), getId(), ilObjUserTracking\getObjId(), ilObjUserTracking\getOwnerName(), ilObjSurvey\getPrecondition(), ilObjUserTracking\getTestId(), ilObjLinkResource\MDUpdateListener(), ilObjFile\MDUpdateListener(), MDUpdateListener(), ilObjUser\preloadIsDesktopItem(), ilObjLanguageFolderGUI\refreshSelectedObject(), ilObjTest\setAccessCodeSession(), and ilObjTest\unsetAccessCodeSession().
| ilObject::$ilias | 
Definition at line 26 of file class.ilObject.php.
Referenced by ilObjUserTracking\__readSettings(), ilObjQuestionPool\_createImportDirectory(), ilObjTest\_createImportDirectory(), ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledTracking(), _exists(), ilObjiLincCourse\_getAKClassValues(), ilObjStyleSheet\_getStandardStyles(), ilObjUserTracking\_getValidTimeSpan(), ilObjiLincCourse\_isActivated(), ilObjContentObject\_moveLMStyles(), ilObjForum\_updateOldAccess(), ilObjUserFolder\buildExportFile(), ilObjTest\createImportDirectory(), ilObjGlossary\exportHTML(), ilObjChat\formatBodyForRoom(), ilObjTest\generateRandomQuestions(), ilObjStyleSheet\getContentStylePath(), ilObjFile\getXMLZip(), ilObjTest\hasPDFProcessing(), ilObject(), ilObjForum\ilObjForum(), ilObjiLincClassroom\ilObjiLincClassroom(), ilObjSCORM2004LearningModule\readObject(), ilObjTest\saveManualFeedback(), ilObjTest\saveToDb(), and ilObjUserTracking\updateSettings().
| ilObject::$import_id | 
Definition at line 52 of file class.ilObject.php.
Referenced by ilObjContentObject\getImportId(), ilObjMediaObject\getImportId(), and getImportId().
| ilObject::$last_update | 
Definition at line 51 of file class.ilObject.php.
Referenced by ilObjUser\getLastUpdate(), and getLastUpdateDate().
| ilObject::$lng | 
Definition at line 33 of file class.ilObject.php.
Referenced by ilObjExercise\__formatBody(), ilObjRole\__getPermissionDefinitions(), ilObjTest\_buildName(), ilObjLanguageExt\_deleteValues(), ilObjMediaObject\_determineWidthHeight(), ilObjiLincClassroom\_getDocent(), ilObjSurveyQuestionPool\_getQuestiontypes(), ilObjQuestionPool\_getQuestionTypes(), ilObjSurveyQuestionPool\_getQuestionTypeTranslations(), ilObjLanguageExt\_getRemarks(), ilObjSCORMLearningModule\_getStatusForUser(), ilObjRole\_getTranslation(), ilObjLanguageExt\_getValues(), ilObjGroup\_importFromFile(), _lookupOwnerName(), ilObjExercise\_lookupStatusTime(), _prepareCloneSelection(), ilObjLanguageExt\_saveValues(), ilObjAdvancedEditing\_setUsedHTMLTags(), ilObjExercise\addUploadedFile(), ilObjUser\assignData(), ilObjUserFolder\buildExportFile(), ilObjLanguageFolder\checkAllLanguages(), ilObjLanguageFolderGUI\confirmRefreshObject(), ilObjLanguageFolderGUI\confirmRefreshSelectedObject(), ilObjLanguage\countUsers(), ilObjFolder\downloadFolder(), ilObjChat\formatBodyForRoom(), ilObjGlossary\getDeletionDependencies(), ilObjLanguageFolder\getLanguages(), ilObjUser\getProfileAsString(), ilObjQuestionPool\getQuestionTypeTranslations(), ilObjTest\getQuestionTypeTranslations(), ilObjMediaPool\getUsedFormats(), ilObjStyleSheet\ilClone(), ilObject(), ilObjiLincClassroom\ilObjiLincClassroom(), ilObjLanguage\ilObjLanguage(), ilObjLanguageFolder\ilObjLanguageFolder(), ilObjTest\ilObjTest(), ilObjContentObject\importFromDirectory(), ilObjContentObject\importFromZipFile(), ilObjExercise\processUploadedFile(), ilObjSCORM2004LearningModule\readObject(), ilObjLanguageFolderGUI\refreshSelectedObject(), ilObjTest\saveManualFeedback(), and ilObjLanguageFolderGUI\viewObject().
| ilObject::$long_desc | 
Definition at line 48 of file class.ilObject.php.
| ilObject::$max_desc | 
Definition at line 79 of file class.ilObject.php.
| ilObject::$max_title | 
Definition at line 73 of file class.ilObject.php.
| ilObject::$obj_data_record | 
| ilObject::$objectList | 
Definition at line 67 of file class.ilObject.php.
| ilObject::$owner | 
Definition at line 49 of file class.ilObject.php.
Referenced by ilObjSurvey\_addQuestionblock(), _lookupOwner(), _lookupOwnerName(), create(), and getOwner().
| ilObject::$ref_id | 
Definition at line 41 of file class.ilObject.php.
Referenced by ilObjUser\_getAllUserData(), ilObjSurveyQuestionPool\_getAvailableQuestionpools(), ilObjQuestionPool\_getAvailableQuestionpools(), ilObjTest\_getAvailableTests(), ilObjStyleSheet\_getClonableContentStyles(), ilObjQuestionPool\_getFullPathToQpl(), ilObjGroup\_getMembers(), ilObjUser\_getUsersForFolder(), _hasUntrashedReference(), ilObjQuestionPool\_isWriteable(), ilObjDlBook\addTranslations(), ilContainer\cloneAllObject(), createReference(), ilObjDlBook\deleteTranslations(), ilObjAssessmentFolder\getFullPath(), ilObjSurvey\getGroupData(), ilObjTest\getGroupData(), getRefId(), and ilObjUser\searchUsers().
| ilObject::$referenced | 
Definition at line 60 of file class.ilObject.php.
Referenced by withReferences().
| ilObject::$register = false | 
Definition at line 53 of file class.ilObject.php.
Referenced by requireRegistration().
| ilObject::$title | 
Definition at line 43 of file class.ilObject.php.
Referenced by ilObjSurvey\_addQuestionblock(), ilObjTest\_buildName(), ilObjQuestionPool\_getAvailableQuestionpools(), ilObjSystemFolder\_getHeaderTitle(), ilObject2\_getIdsForTitle(), _getIdsForTitle(), ilObjUser\_lookupDesktopItems(), _prepareCloneSelection(), appendCopyInfo(), ilObjTest\buildName(), cloneObject(), ilObjSurvey\createQuestionblock(), ilObjMediaPool\deleteChild(), ilObjTest\deliverPDFfromFO(), ilObjTest\deliverPDFfromHTML(), ilObjUserTracking\getObjId(), ilObjTest\getQuestionTitle(), getTitle(), ilObjSCORM2004LearningModule\getTrackingDataAgg(), ilObjLanguage\ilObjLanguage(), ilObjSurvey\insertQuestionblock(), ilObjLinkResource\MDUpdateListener(), ilObjFile\MDUpdateListener(), ilObjSurvey\modifyQuestionblock(), ilObjFolder\recurseFolder(), ilObjSurvey\saveUserSettings(), setTitle(), and ilObjContentObject\validatePages().
| ilObject::$type | 
Definition at line 42 of file class.ilObject.php.
Referenced by ilObject2\_getIdsForTitle(), _getIdsForTitle(), ilObjAssessmentFolder\_getLog(), ilObjUserTracking\allAuthor(), ilObjUserTracking\authorLms(), collectDeletionDependencies(), ilObjRole\createPermissionIntersection(), ilObjMediaPool\deleteChild(), ilObjTest\fromXML(), ilObjSCORM2004LearningModule\getExportFiles(), ilObjContentObject\getExportFiles(), ilObjUserTracking\getObjId(), ilObjMediaObject\getParentObjectIdForUsage(), ilContainer\getSubItems(), ilObjStyleSheet\getTemplateXML(), getType(), and ilCourseStart\isFullfilled().
| ilObject::$untranslatedTitle | 
Definition at line 45 of file class.ilObject.php.
Referenced by getUntranslatedTitle().
| const ilObject::TITLE_LENGTH = 128 | 
max length of object title
Definition at line 18 of file class.ilObject.php.
Referenced by ilCopyWizardExplorer\__construct(), ilContainerSelectionExplorer\__construct(), ilConditionSelector\ilConditionSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), and ilSearchRootSelector\ilSearchRootSelector().