|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Class ilObject Basic functions for all objects. More...
Inheritance diagram for ilObject:
Collaboration diagram for ilObject:Public Member Functions | |
| getObjectProperties () | |
| flushObjectProperties () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| processAutoRating () | |
| read () | |
| getId () | |
| setId (int $id) | |
| setRefId (int $ref_id) | |
| getRefId () | |
| getType () | |
| setType (string $type) | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions More... | |
| getTitle () | |
| getUntranslatedTitle () | |
| Get untranslated object title WebDAV needs to access the untranslated title of an object. More... | |
| setTitle (string $title) | |
| getDescription () | |
| setDescription (string $description) | |
| getLongDescription () | |
| get object long description (stored in object_description) More... | |
| getImportId () | |
| setImportId (string $import_id) | |
| setOfflineStatus (bool $status) | |
| getOfflineStatus () | |
| supportsOfflineHandling () | |
| getOwner () | |
| getOwnerName () | |
| get full name of object owner More... | |
| setOwner (int $usr_id) | |
| getCreateDate () | |
| Get create date in YYYY-MM-DD HH-MM-SS format. More... | |
| getLastUpdateDate () | |
| Get last update date in YYYY-MM-DD HH-MM-SS format. More... | |
| create () | |
| note: title, description and type should be set when this function is called More... | |
| update () | |
| MDUpdateListener (string $element) | |
| Metadata update listener. More... | |
| createMetaData () | |
| updateMetaData () | |
| deleteMetaData () | |
| updateOwner () | |
| update owner of object in db More... | |
| putInTree (int $parent_ref_id) | |
| maybe this method should be in tree object!? More... | |
| setPermissions (int $parent_ref_id) | |
| setParentRolePermissions (int $parent_ref_id) | |
| Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g. More... | |
| createReference () | |
| creates reference for object More... | |
| countReferences () | |
| 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!! More... | |
| 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. More... | |
| applyDidacticTemplate (int $tpl_id) | |
| getXMLZip () | |
| getHTMLDirectory () | |
| appendCopyInfo (int $target_id, int $copy_id, int $new_obj_id) | |
| Prepend Copy info if object with same name exists in that container. More... | |
| cloneDependencies (int $target_id, int $copy_id) | |
| Clone object dependencies. More... | |
| cloneMetaData (ilObject $target_obj) | |
| Copy meta data. More... | |
| selfOrParentWithRatingEnabled () | |
| getPossibleSubObjects (bool $filter=true) | |
| get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
| static | _lookupObjIdByImportId (string $import_id) |
| Get (latest) object id for an import id. More... | |
| static | _lookupImportId (int $obj_id) |
| static | _lookupOwnerName (int $owner_id) |
| Lookup owner name for owner id. More... | |
| static | _getIdForImportId (string $import_id) |
| static | _getAllReferences (int $id) |
| get all reference ids for object ID More... | |
| static | _lookupTitle (int $obj_id) |
| static | lookupOfflineStatus (int $obj_id) |
| Lookup offline status using objectDataCache. More... | |
| static | _lookupOwner (int $obj_id) |
| Lookup owner user ID for object ID. More... | |
| static | _getIdsForTitle (string $title, string $type='', bool $partial_match=false) |
| static | _lookupDescription (int $obj_id) |
| static | _lookupLastUpdate (int $obj_id, bool $formatted=false) |
| static | _getLastUpdateOfObjects (array $obj_ids) |
| static | _lookupObjId (int $ref_id) |
| static | _setDeletedDate (int $ref_id, int $deleted_by) |
| static | setDeletedDates (array $ref_ids, int $user_id) |
| static | _resetDeletedDate (int $ref_id) |
| static | _lookupDeletedDate (int $ref_id) |
| static | _writeTitle (int $obj_id, string $title) |
| write title to db (static) More... | |
| static | _writeDescription (int $obj_id, string $desc) |
| write description to db (static) More... | |
| static | _writeImportId (int $obj_id, string $import_id) |
| write import id to db (static) More... | |
| static | _lookupType (int $id, bool $reference=false) |
| static | _isInTrash (int $ref_id) |
| static | _hasUntrashedReference (int $obj_id) |
| checks whether an object has at least one reference that is not in trash More... | |
| static | _lookupObjectId (int $ref_id) |
| static | _getObjectsDataForType (string $type, bool $omit_trash=false) |
| get all objects of a certain type More... | |
| static | _exists (int $id, bool $reference=false, ?string $type=null) |
| checks if an object exists in object_data More... | |
| static | _getObjectsByType (string $obj_type="", ?int $owner=null) |
| static | _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true) |
| Prepare copy wizard object selection. More... | |
| static | getIconForType (string $type) |
| static | _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false) |
| Get icon for repository item. More... | |
| static | collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0) |
| Collect deletion dependencies. More... | |
| static | getDeletionDependencies (int $obj_id) |
| Get deletion dependencies. More... | |
| static | getLongDescriptions (array $obj_ids) |
| static | getAllOwnedRepositoryObjects (int $user_id) |
| static | fixMissingTitles ($type, array &$obj_title_map) |
| Try to fix missing object titles. More... | |
| static | _lookupCreationDate (int $obj_id) |
| static | _getObjectTypeIdByTitle (string $type, ?\ilDBInterface $ilDB=null) |
Data Fields | |
| const | TITLE_LENGTH = 255 |
| const | DESC_LENGTH = 128 |
| const | LONG_DESC_LENGTH = 4000 |
| const | TABLE_OBJECT_DATA = "object_data" |
| array | $objectList |
| string | $untranslatedTitle |
Protected Member Functions | |
| doMDUpdateListener (string $a_element) | |
| beforeMDUpdateListener (string $a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| doDeleteMetaData () | |
| beforeDeleteMetaData () | |
| handleAutoRating () | |
| hasAutoRating () | |
Protected Attributes | |
| ilLogger | $obj_log |
| ILIAS | $ilias |
| ilObjectDefinition | $obj_definition |
| ilDBInterface | $db |
| ilLogger | $log |
| ilErrorHandling | $error |
| ilTree | $tree |
| ilAppEventHandler | $app_event_handler |
| ilRbacAdmin | $rbac_admin |
| ilRbacReview | $rbac_review |
| ilObjUser | $user |
| ilLanguage | $lng |
| LOMServices | $lom_services |
| bool | $call_by_reference |
| int | $max_title = self::TITLE_LENGTH |
| int | $max_desc = self::DESC_LENGTH |
| bool | $add_dots = true |
| int | $ref_id = null |
| string | $type = "" |
| string | $title = "" |
| string | $desc = "" |
| string | $long_desc = "" |
| int | $owner = 0 |
| string | $create_date = "" |
| string | $last_update = "" |
| string | $import_id = "" |
| bool | $register = false |
Private Member Functions | |
| appendCopyInfoToTranslations (Translations $obj_translations, array $other_children_of_same_type) | |
| getCallbackForTitlesPerLanguageTransformation () | |
| appendNumberOfCopiesToTitle (string $title, array $other_titles_for_lang) | |
| isTitleUnique (string $title, array $nodes) | |
| buildTitleWithoutCopySuffix (string $title) | |
Private Attributes | |
| const | DATABASE_DATE_FORMAT = 'Y-m-d H:i:s' |
| Properties | $object_properties = null |
| Aggregator | $properties_aggregator |
| TranslationsRepository | $translations_repository |
| bool | $process_auto_reating = false |
Class ilObject Basic functions for all objects.
Definition at line 37 of file class.ilObject.php.
|
static |
checks if an object exists in object_data
| integer | $id | object id or reference id |
| bool | $reference | true if id is a reference, else false (default) |
| string | null | $type | string restrict on a certain type. |
Reimplemented in ilObjOrgUnit, ilObjTalkTemplate, ilObjTalkTemplateAdministration, ilObjEmployeeTalk, ilObjEmployeeTalkSeries, and ilObjMediaObject.
Definition at line 1459 of file class.ilObject.php.
References $db, $DIC, $id, $type, ilDBInterface\numRows(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilBookingAssignObjectsTableGUI\__construct(), ilObjectFeedWriter\__construct(), ilBookingParticipant\__construct(), ilPCFileList\afterPageUpdate(), ILIAS\Course\Grouping\Table\GroupingRetrieval\buildLinkToObject(), ilExAssTypePortfolioGUI\buildSubmissionPropertiesAndActions(), ilExAssTypeWikiTeamGUI\buildSubmissionPropertiesAndActions(), ilSoapAdministration\checkObjectAccess(), ilExAssTypeWikiTeamGUI\createWiki(), ilPageObject\delete(), ilNewsItem\delete(), ilDclBaseRecordModel\deleteFile(), ILIAS\MetaData\OERHarvester\RepositoryObjects\Handler\deleteReference(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ILIAS\User\Profile\PublicProfileGUI\deliverVCard(), ILIAS\MetaData\OERHarvester\RepositoryObjects\Handler\doesReferenceExist(), ilForum\fetchPostNodeData(), ilAdvancedMDRecordTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilMediaCastManageTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilWikiContributorsTableGUI\fillRow(), ilCronFinishUnfinishedTestPasses\finishPassForUser(), ilStudyProgrammeExpandableProgressListGUI\getAccordionContentCoursesHTML(), ilObjStudyProgramme\getCompletedCourses(), ilSoapCourseAdministration\getCoursesForUser(), ILIAS\User\Profile\PublicProfileGUI\getEmbeddable(), ilPersonalSkillsGUI\getEvalItem(), ilSoapGroupAdministration\getGroupsForUser(), ilGoogleMapGUI\getHtml(), ilOpenLayersMapGUI\getHtml(), ilExAssignment\getMemberListData(), ilExSubmissionObjectGUI\getOverviewContentPortfolio(), ILIAS\LearningModule\Search\SubitemPropertiesReader\getSubitemProperties(), ILIAS\Wiki\Search\SubitemPropertiesReader\getSubitemProperties(), ilGoogleMapGUI\getUserListHtml(), ilOpenLayersMapGUI\getUserListHtml(), ILIAS\User\Settings\StartingPoint\Repository\getValidAndAccessibleStartingPointAsUrl(), ilAdvancedMDRecordParser\handlerBeginTag(), ilAdvancedMDFieldDefinitionInternalLink\importValueFromXML(), ilCalendarRemoteAccessHandler\initUser(), ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\isInRepository(), ilWikiExportOptionHTMLWithComments\isObjectSupported(), ilIndividualAssessmentSettingsStorageDB\loadInfoSettings(), ilIndividualAssessmentSettingsStorageDB\loadSettings(), ilSCORM2004TrackingItemsPerUserFilterGUI\parse(), ilSCORMTrackingItemsPerUserFilterGUI\parse(), ilDclMobRecordRepresentation\parseFormInput(), ilNewsTimelineItemGUI\render(), ilExAssTypeWikiTeamGUI\renderOverviewContent(), ILIAS\OrgUnit\Webservices\SOAP\AddUserIdToPositionInOrgUnit\run(), ILIAS\OrgUnit\Webservices\SOAP\RemoveUserIdFromPositionInOrgUnit\run(), ilEmployeeTalkTableGUI\setTalkData(), ilPageObjectGUI\showPage(), ilObjSCORM2004LearningModuleGUI\showTrackingItems(), ilObjSCORMLearningModuleGUI\showTrackingItems(), ILIAS\COPage\History\HistoryTableBuilder\transformRow(), ilSCORMTrackingItems\userDataArrayForExport(), and ilIndividualAssessmentMembers\userExists().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
get all reference ids for object ID
Definition at line 833 of file class.ilObject.php.
References $db, $DIC, $id, ilDBInterface\fetchAssoc(), ILIAS\Repository\int(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ILIAS\Skill\Service\SkillService\__construct(), ilTimingsUser\__construct(), ilAdvancedMDRecordGUI\__construct(), ilCourseParticipants\__construct(), ilGroupParticipants\__construct(), ilObjectCustomUserFieldsGUI\__construct(), ilLearningSequenceParticipants\__construct(), ilParticipant\__construct(), ilLPListOfProgressGUI\__initDetails(), ilCourseObjectiveMaterials\__read(), ilCourseObjectiveQuestion\__read(), ilEventParticipants\__read(), ilObjGlossaryAccess\_checkGoto(), ilObjContentObjectAccess\_checkGoto(), ilObjWikiAccess\_checkGoto(), ilObjStyleSheet\_getClonableContentStyles(), ilLMObject\_getIdForImportId(), ilInternalLink\_getIdForImportId(), ilSessionParticipants\_getInstanceByObjId(), ilObjGroup\_getMembers(), ilLPStatusCollectionManual\_getStatusInfo(), ilLPStatusCollectionTLT\_getStatusInfo(), ilLPStatusEvent\_getStatusInfo(), ilObjForumGUI\_goto(), ilLMPageObjectGUI\_goto(), ilObjWikiGUI\_goto(), ilObjUserTracking\_hasLearningProgressOtherUsers(), _hasUntrashedReference(), ilContainerReferenceAccess\_isAccessible(), ilObjCourseAccess\_isActivated(), ilObjQuestionPool\_isWriteable(), ilCalendarScheduleFilterTimings\addCustomEvents(), ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\addExternalData(), ilLPXmlWriter\addLPInformation(), ilStudyProgrammeAppEventListener\addMemberToProgrammes(), ilCalendarCategoryGUI\addReferenceLinks(), ilRepositorySearchGUI\addRole(), ilECSCourseCreationHandler\addUrlEntry(), ilLMPage\afterUpdate(), ilSoapCourseAdministration\assignCourseMember(), ilUserImportParser\assignToRole(), ilPCParagraph\autoLinkGlossaries(), ilCalendarExport\buildAppointmentUrl(), ilObjFileGUI\buildInfoScreen(), ilObjectGUI\buildInputsForAdditionalDeletionReferences(), ilLPPersonalGUI\buildLinkToCourse(), ilOrgUnitImporter\buildRef(), ILIAS\Certificate\Overview\CertificateOverviewTable\buildTableRows(), ilBookBookingInfoStakeholder\canBeAccessedByCurrentUser(), ilBookObjectInfoStakeholder\canBeAccessedByCurrentUser(), ilExcInstructionFilesStakeholder\canBeAccessedByCurrentUser(), ilExcPeerReviewFileStakeholder\canBeAccessedByCurrentUser(), ilExcSampleSolutionStakeholder\canBeAccessedByCurrentUser(), ilExcSubmissionStakeholder\canBeAccessedByCurrentUser(), ilExcTutorFeedbackFileStakeholder\canBeAccessedByCurrentUser(), ilExcTutorFeedbackZipStakeholder\canBeAccessedByCurrentUser(), ilExcTutorTeamFeedbackFileStakeholder\canBeAccessedByCurrentUser(), ilExportHTMLStakeholder\canBeAccessedByCurrentUser(), ilObjFileStakeholder\canBeAccessedByCurrentUser(), ilBadgeWAC\canBeDelivered(), ilObjBlogAccess\canBeDelivered(), ilContainerAccess\canBeDelivered(), ilObjectAccess\canBeDelivered(), ilObjPollAccess\canBeDelivered(), ilPortfolioAccessHandler\canBeDelivered(), ilObjDataCollectionAccess\checkAccessForDataCollectionId(), ilObjDataCollectionAccess\checkActionForObjId(), ilSearchAutoComplete\checkObjectPermission(), ilMDCopyrightUsageTableGUI\collectData(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilAppointmentPresentationEmployeeTalkGUI\collectPropertiesAndActions(), ilAppointmentPresentationGroupGUI\collectPropertiesAndActions(), ilAppointmentPresentationSessionGUI\collectPropertiesAndActions(), ilLORandomTestQuestionPools\copy(), ilObjCronGUI\create(), ilECSCourseCreationHandler\createCourseReference(), ilAccountRegistrationGUI\createUser(), ilSoapCourseAdministration\deleteCourse(), ilContainerReferenceAppEventListener\deleteReferences(), ilCalendarAppointmentGUI\distributeNotifications(), ilECSCourseCreationHandler\doAttributeMapping(), ilCourseAppEventListener\doAutoFill(), ilGroupAppEventListener\doAutoFill(), ilMailSearchObjectGUI\doesExposeMembers(), ilECSCourseCreationHandler\doSync(), ilECSEnrolmentStatusCommandQueueHandler\doUpdate(), ilConsultationHoursGUI\edit(), ilSoapCourseAdministration\excludeCourseMember(), ilMediaObjectUsagesTableGUI\fillRow(), ilECSImportedContentTableGUI\fillRow(), ilLuceneSearchResultFilter\filter(), ilContainerImporter\finalProcessing(), ilObjCourse\findCoursesWithNotEnoughMembers(), ilObjGroup\findGroupsWithNotEnoughMembers(), ilSoapUtils\findMappedReferenceForNode(), ilLPTableBaseGUI\findReferencesForObjId(), ilLPObjectStatisticsTableGUI\findReferencesForObjId(), ilSessionClassificationPathGUI\findSessionContainerForItem(), ilLPCronObjectStatistics\gatherCourseLPData(), ilGlossaryExporter\getActiveAdvMDRecords(), ILIAS\Skill\Profile\SkillProfileCompletionManager\getActualMaxLevels(), ilChatroomTabGUIFactory\getAdminTabsForCommand(), ilObjGlossary\getAllGlossaryIds(), ilMailAddressTypeHelperImpl\getAllRefIdsForObjId(), ILIAS\Skill\Usage\SkillUsageManager\getAssignedObjectsForSkillProfile(), ilExerciseGSToolProvider\getAssignmentInfo(), ILIAS\Blog\Exercise\BlogExercise\getAssignmentsOfBlog(), ilPortfolioExercise\getAssignmentsOfPortfolio(), ilObjAuthSettings\getAuthSettingsRefId(), ilForumAppEventListener\getCachedReferences(), ilCalendarSelectionBlockGUI\getCalendars(), ilAppointmentBaseFileHandler\getCatInfo(), ilTestRandomQuestionSetConfig\getCommaSeparatedSourceQuestionPoolLinks(), ilStudyProgrammeMembersTableGUI\getCompletionLink(), ilSoapCourseAdministration\getCoursesForUser(), ILIAS\components\ILIAS\Glossary\Table\TermUsagesTable\getDataRetrieval(), ILIAS\Skill\Table\AssignedObjectsTable\getDataRetrieval(), ilAppointmentCourseFileHandler\getFiles(), ilTestQuestionSetConfig\getFirstQuestionPoolRefIdByObjId(), ilForumDraftsDerivedTaskProvider\getFirstRefIdWithPermission(), ilMediaPoolPageUsagesTableGUI\getFirstWritableRefId(), ilSoapGroupAdministration\getGroupsForUser(), ilCalendarAppointmentPanelGUI\getHTML(), ilDidacticTemplateIconFactory\getIconPathForObject(), ILIAS\Wiki\Page\ImportResolver\getIdForImportId(), ilSoapSCORMAdministration\getIMSManifestXML(), ilExcRepoObjAssignmentInfo\getInfo(), ilContainerSortingSettings\getInheritedSettings(), assQuestion\getInstances(), ILIAS\Test\Settings\MainSettings\SettingsMainGUI\getIsOnlineSettingInput(), ilMediaObjectUsagesTableGUI\getItems(), ilMediaPoolPageUsagesTableGUI\getItems(), ilObjBibliographicStakeholder\getLocationURIForResourceUsage(), ilBookBookingInfoStakeholder\getLocationURIForResourceUsage(), ilBookObjectInfoStakeholder\getLocationURIForResourceUsage(), ilExcInstructionFilesStakeholder\getLocationURIForResourceUsage(), ilExcPeerReviewFileStakeholder\getLocationURIForResourceUsage(), ilExcSampleSolutionStakeholder\getLocationURIForResourceUsage(), ilExcSubmissionStakeholder\getLocationURIForResourceUsage(), ilExcTutorFeedbackFileStakeholder\getLocationURIForResourceUsage(), ilExcTutorFeedbackZipStakeholder\getLocationURIForResourceUsage(), ilExcTutorTeamFeedbackFileStakeholder\getLocationURIForResourceUsage(), ilExportHTMLStakeholder\getLocationURIForResourceUsage(), ilObjFileStakeholder\getLocationURIForResourceUsage(), ilMobStakeholder\getLocationURIForResourceUsage(), ilObjectLP\getMembers(), ilLPStatusCollection\getMembers(), ilLPStatusEvent\getMembers(), ILIAS\News\Domain\UserContextResolver\getMembershipContexts(), ilOrgUnitType\getOrgUnits(), ilObjStudyProgramme\getProgrammesMonitoringCategory(), ilObjStudyProgramme\getProgrammesMonitoringMemberSource(), ilTestQuestionSetConfig\getQuestionPoolPathString(), ilAppointmentPresentationGUI\getReadableRefIds(), ilObjStudyProgramme\getReferencesTo(), ilObjStudyProgramme\getRefIdFor(), ilPRGAssignmentDBRepository\getRefIdFor(), getRefIdFor(), ilSoapObjectAdministration\getRefIdsByImportId(), ilForumCronNotification\getRefIdsByObjId(), ilForumNotificationDataProvider\getRefIdsByObjId(), ilSoapObjectAdministration\getRefIdsByObjId(), ilLSEventHandler\getRefIdsOfObjId(), ilLSLPEventHandler\getRefIdsOfObjId(), ilTrQuery\getSubItemsStatusForUser(), ilNoteGUI\getTarget(), ilSoapTestAdministration\getTestResults(), ILIAS\Skill\Tree\SkillTreeManager\getTree(), ilGlossaryExporter\getXmlExportTailDependencies(), ilCategoryExporter\getXmlRepresentation(), ilContainerExporter\getXmlRepresentation(), ilContainerReferenceExporter\getXmlRepresentation(), ilCourseExporter\getXmlRepresentation(), ilGroupExporter\getXmlRepresentation(), ilObjSession\handleAutoFill(), ilRemoteObjectBase\handleDelete(), ilSkillAppEventListener\handleEvent(), ilTaggingAppEventListener\handleEvent(), ilTrackingAppEventListener\handleEvent(), ilCertificateAppEventListener\handleLPUpdate(), ilECSAppEventListener\handleMembership(), ilObjectLP\handleMove(), ilLTIAppEventListener\handleOutcomeWithoutLP(), ilCourseReferenceAppEventListener\handleReferences(), ilECSCmsTreeSynchronizer\handleTreeUpdate(), ilECSCategoryMapping\handleUpdate(), ilLTIAppEventListener\handleUpdateStatus(), ilParticipants\hasParticipantListAccess(), ilLPPersonalGUI\hasReadAccess(), ilSoapTestAdministration\hasWritePermissionForTest(), ilSurveySyncTableGUI\importData(), ilObjectGUI\importFile(), ilObjTestXMLParser\importRandomQuestionSourcePoolDefinition(), ilSessionDataSet\importRecord(), ilCategoryImporter\importXmlRepresentation(), ilCourseImporter\importXmlRepresentation(), ilGroupImporter\importXmlRepresentation(), ilCourseReferencePathInfo\init(), ilLSLocalDI\init(), ilObjPollGUI\initEditCustomForm(), ilContainerNewsSettingsGUI\initForm(), ilObjFilePreviewRendererGUI\isAccessGranted(), ilLPStatusCollection\isMember(), ILIAS\MetaData\OERHarvester\RepositoryObjects\Handler\isObjectDeleted(), ILIAS\MetaData\OERHarvester\RepositoryObjects\Handler\isOnlyReference(), ilLOTestQuestionAdapter\isQualifiedStartRun(), ilAssQuestionSkillAssignmentsGUI\isSyncOriginalPossibleAndAllowed(), ilObjDataCollectionAccess\isTableInDataCollection(), ilUserCertificateGUI\listCertificates(), ilRepositorySearchGUI\listUsers(), ilEmployeeTalkMyStaffBaseGUI\loadActionBar(), ilStudyProgrammeUserTable\lookupTitle(), ilMailSearchObjectGUI\mailObjects(), ilCalendarScheduleFilterTimings\modifyEvent(), ilStudyProgrammeAppEventListener\onServiceTrackingUpdateStatus(), ilECSExportedContentTableGUI\parse(), ilCalendarManageTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilExAssignmentReminder\parseGradeReminders(), ilExAssignmentReminder\parsePeerReminders(), ILIAS\Test\Logging\LogTable\prepareFilterData(), ilSkillObjDeletionHandler\processDeletion(), ilGlossaryObjDeletionHandler\processObjectDeletion(), ILIAS\Calendar\ConsultationHours\BookingDataProvider\read(), ilContainerReference\read(), ilLPCollectionOfRepositoryObjects\read(), ilSkillDataSet\readData(), ilSessionDataSet\readDidacticTemplateType(), ilCalendarCategoryGUI\readPermissions(), ilCalendarCategories\readSelectedCategories(), ilSoapWebLinkAdministration\readWebLink(), ilSoapObjectAdministration\removeFromSystemByImportId(), ilStudyProgrammeAppEventListener\removeMemberFromProgrammes(), ilCmiXapiAppEventListener\removeMembers(), ilTaggingSlateContentGUI\removeTagsWithoutAccess(), ilLearningHistoryTimelineItem\render(), ilTaggingSlateContentGUI\renderResourcesForTag(), ilContainerNewsSettingsGUI\save(), ilObjStudyProgrammeAutoMembershipsGUI\save(), ilSystemNotification\sendMailAndReturnRecipients(), ilMembershipCronMinMembers\sendMessage(), ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\sendNotification(), ILIAS\Repository\Ownership\OwnershipManagementRetrieval\setData(), ilObjectCopyCourseGroupSelectionTableGUI\setObjects(), ilObjStudyProgramme\setProgressesCompletedFor(), ilEmployeeTalkTableGUI\setTalkData(), ilCalendarAppointmentGUI\showInfoScreen(), ilObjGlossaryGUI\showSelectedGlossariesForCollection(), ilPageEditorGUI\showSnippetInfo(), ilECSCmsTreeSynchronizer\syncCategory(), SurveyQuestionGUI\syncCopies(), ilECSCourseCreationHandler\syncNodeToTop(), ILIAS\Data\ObjectId\toReferenceIds(), ilObjGroup\translateViewMode(), ilObjStudyProgrammeReferenceGUI\tryingToCreateCircularReference(), ilStudyProgrammeType\updateAssignedStudyProgrammesIcons(), ilECSCourseCreationHandler\updateCourseData(), ilECSCourseCreationHandler\updateParallelCourses(), ilECSCourseCreationHandler\updateParallelGroups(), ilObjectServiceSettingsGUI\updateServiceSettingsForm(), ilSoapWebLinkAdministration\updateWebLink(), and ilPDNotesGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Get icon for repository item.
| int | object id |
| string | size (big, small, tiny) |
| string | object type |
| bool | true: offline, false: online |
Definition at line 1915 of file class.ilObject.php.
Referenced by ilCourseContentGUI\__renderUserItem(), ilContainerStartObjectsGUI\askDeleteStarter(), ILIAS\Search\Presentation\Result\Object\PropertiesAggregatorImpl\buildIconPath(), ilObjWorkspaceFolderGUI\buildObjectType(), ilTestLearningObjectivesStatusGUI\buildStatusItems(), ilObjUserFolderGUI\confirmDeleteExportFileObject(), ilLTIConsumerAdministrationGUI\confirmDeleteProviders(), ilAdministrationCommandGUI\delete(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilObjMapsGUI\executeCommand(), ilObjectPluginGUI\executeCommand(), ilSearchGUI\fillHeaderAndTabs(), ilRegistrationGUI\fillMembershipLimitation(), ilSCTreeDuplicatesTableGUI\fillObjectRow(), ilCourseObjectiveMaterialAssignmentTableGUI\fillRow(), ilCourseObjectiveQuestionAssignmentTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilDashObjectsTableGUI\fillRow(), ilExportSelectionTableGUI\fillRow(), ilSubItemSelectionTableGUI\fillRow(), ilItemGroupItemsTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilAdminSubItemsTableGUI\fillRow(), ilModulesTableGUI\fillRow(), ilTrashTableGUI\fillRow(), ilSessionMaterialsTableGUI\fillRow(), ilLPObjectStatisticsDailyTableGUI\fillRow(), ilLPObjectStatisticsLPTableGUI\fillRow(), ilLPObjectStatisticsTableGUI\fillRow(), ilLPCollectionSettingsTableGUI\fillRow(), ilLPProgressTableGUI\fillRow(), ilTrSummaryTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilECSImportedContentTableGUI\fillRow(), ilObjClipboardTableGUI\fillRow(), ilObjectCopyProgressTableGUI\fillRow(), ilObjectCopySelectionTableGUI\fillRow(), ilObjectTableGUI\fillRow(), ilRepositoryExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatHeader(), ilECSNodeMappingLocalExplorer\formatHeader(), ilPasteIntoMultipleItemsExplorer\formatHeader(), ilPasteIntoMultipleItemsExplorer\formatObject(), ILIAS\Skill\Table\LevelResourcesTable\getComponent(), ilTrackingLearningHistoryProvider\getEntries(), ilLocatorGUI\getHTML(), ilTaggingGUI\getHTML(), ilPathGUI\getHTML(), ilObjLTIConsumerListGUI\getIconHref(), ilStudyProgrammeProgressListGUI\getIconPath(), ilLSItemsDB\getIconPathForType(), ilRepositoryExplorer\getImage(), ilUtil\getImageTagByType(), ilContainerContentGUI\getIntroduction(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilDashboardBlockGUI\getManageFields(), ilNewsForContextBlockGUI\getNewsForId(), ilAdministrationExplorerGUI\getNodeIcon(), ilForumExplorerGUI\getNodeIcon(), ilOrgUnitExplorerGUI\getNodeIcon(), ilRepositoryExplorerGUI\getNodeIcon(), ilRepositorySelectorExplorerGUI\getNodeIcon(), ILIAS\StaticURL\Shortlinks\UI\TreeSelectNodeRetrieval\getObjectIcon(), ilNoteGUI\getOriginHeader(), ilTrMatrixTableGUI\getSelectableColumns(), ilObjStudyProgrammeReferenceListGUI\getTypeIcon(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilCourseObjectivesGUI\initFormLimits(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilDashboardBlockGUI\manually(), ilLuceneUserSearchGUI\prepareOutput(), ilFavouritesListGUI\render(), ilNewsTimelineItemGUI\render(), ILIAS\Repository\Provider\RepositoryMainBarProvider\renderLastVisited(), ilTaggingSlateContentGUI\renderResourcesForTag(), ilObjContentPageGUI\setTitleAndDescription(), ilObjectGUI\setTitleAndDescription(), ilObjQuestionPoolGUI\setTitleAndDescription(), and ilObjGlossaryGUI\showSelectedGlossariesForCollection().
Here is the caller graph for this function:
|
staticfinal |
Definition at line 807 of file class.ilObject.php.
References $db, $DIC, $import_id, ilDBInterface\fetchAssoc(), ilDBInterface\query(), ilDBInterface\quote(), and ilDBInterface\setLimit().
Referenced by ilInternalLink\_getIdForImportId(), and ilDataSet\parseObjectExportId().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Definition at line 881 of file class.ilObject.php.
References $db, $DIC, $title, $type, ilDBInterface\fetchAssoc(), ILIAS\Repository\int(), ilDBInterface\like(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilLTIProviderObjectSettingGUI\checkLocalRole(), ilTestEvaluationData\getParticipants(), ilRoleXmlImporter\importSimpleXml(), ilObjLTIAdministrationGUI\listConsumers(), ilObjRoleGUI\mailToRoleObject(), and ILIAS\Test\Logging\LogTable\prepareFilterData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Definition at line 930 of file class.ilObject.php.
References $db, $DIC, ilDBInterface\fetchAssoc(), ilDBInterface\in(), and ilDBInterface\query().
Referenced by ilPageObject\getLastUpdateOfIncludedElements().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Definition at line 1497 of file class.ilObject.php.
References $db, $DIC, $owner, ilDBInterface\fetchAssoc(), ilDBInterface\numRows(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ILIAS\Skill\Service\SkillService\__construct(), ilLanguage\_getInstalledLanguages(), ilObjUserTracking\_hasLearningProgressOtherUsers(), ilChatroomServerConfigStoredObjective\achieve(), ilDashboardPage\afterConstructor(), ilBadgeWAC\canBeDelivered(), ilChatroomMetricsCollectedObjective\collectFrom(), ilObjLanguageFolderGUI\confirmRefreshObject(), ilObjLanguageFolderGUI\executeCommand(), ilLPCronObjectStatistics\gatherCourseLPData(), ilChatroomTabGUIFactory\getAdminTabsForCommand(), ILIAS\Help\GuidedTour\Tour\TourManager\getAll(), ilObjAuthSettings\getAuthSettingsRefId(), ilObjLanguage\getInstalledLanguages(), ilObjLanguage\getLangKeysOfInstalledLanguages(), ilObjLanguageFolder\getLanguages(), ilEmployeeTalkMyStaffBaseGUI\loadActionBar(), ilAdvancedMDRecordLanguageTableGUI\readLanguages(), and ilObjLanguage\refreshAll().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
get all objects of a certain type
| string | $type | desired object type |
| boolean | $omit_trash | omit objects, that are in trash only |
Definition at line 1153 of file class.ilObject.php.
References $db, $DIC, $type, _hasUntrashedReference(), ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilObjStyleSheet\_addMissingStyleClassesToAllStyles(), and ilObjCronGUI\create().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 2159 of file class.ilObject.php.
References $DIC, $ilDB, and $res.
Referenced by ilAccessCustomRBACOperationAddedObjective\achieve(), ilAccessRBACOperationDeletedObjective\achieve(), ilAccessRbacStandardOperationsAddedObjective\achieve(), ilDBUpdateNewObjectType\addAdminNode(), ilDBUpdateNewObjectType\addNewType(), ilDBUpdateNewObjectType\addRBACCreate(), ilDBUpdateNewObjectType\deleteRBACOperation(), ilAccessCustomRBACOperationAddedObjective\isApplicable(), ilAccessInitialPermissionGuidelineAppliedObjective\isApplicable(), ilAccessRbacStandardOperationsAddedObjective\isApplicable(), ILIAS\ILIASObject\Setup\NewTypeAddedObjective\isApplicable(), and ilTreeAdminNodeAddedObjective\isApplicable().
Here is the caller graph for this function:
|
staticfinal |
checks whether an object has at least one reference that is not in trash
Definition at line 1128 of file class.ilObject.php.
References $ref_id, _getAllReferences(), and _isInTrash().
Referenced by ilLMObject\_getIdForImportId(), _getObjectsDataForType(), ilObjQuestionPool\_isWriteable(), ilOrgUnitImporter\buildRef(), ilMailSearchObjectGUI\doesExposeMembers(), ilChatroomAdminViewGUI\forcePublicRoom(), ILIAS\Skill\Usage\SkillUsageManager\getAssignedObjectsForSkillProfile(), ILIAS\Wiki\Page\ImportResolver\getIdForImportId(), ilSoapObjectAdministration\getObjIdsByRefIds(), ILIAS\Notes\NotesManager\getRelatedObjectsOfUser(), ilObjSAHSLearningModule\getScormModulesForGlossary(), ilTaggingAppEventListener\handleEvent(), ilEmployeeTalkMyStaffBaseGUI\loadActionBar(), ilEmployeeTalkTableGUI\setTalkData(), and ilOrgUnitSimpleImport\simpleImportElement().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Definition at line 1119 of file class.ilObject.php.
Referenced by _hasUntrashedReference(), ilSoapCourseAdministration\addCourse(), ilSoapExerciseAdministration\addExercise(), ilSoapFileAdministration\addFile(), ilSoapGroupAdministration\addGroup(), ilSoapRBACAdministration\addRole(), ilSoapRBACAdministration\addRoleFromTemplate(), ilOrgUnitImporter\buildRef(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildTestTitleAsLink(), ilSoapAdministration\checkObjectAccess(), ilSoapWebLinkAdministration\createWebLink(), ilSoapDataCollectionAdministration\exportDataCollectionContent(), ilMStListCoursesTableGUI\fillRow(), ilMStShowUserCoursesTableGUI\fillRow(), ilStudyProgrammeMembersTableGUI\getCompletionLink(), ilSoapCourseAdministration\getCoursesForUser(), ilSoapGroupAdministration\getGroupsForUser(), ilSoapSCORMAdministration\getIMSManifestXML(), ilSoapObjectAdministration\getObjectByReference(), ilSoapRBACAdministration\getObjectTreeOperations(), ilOrgUnitType\getOrgUnits(), ilSoapObjectAdministration\getPathForRefId(), ilSoapTestAdministration\getTestResults(), ilCopyWizardSettingsXMLParser\handlerBeginTag(), ilSoapSCORMAdministration\hasSCORMCertificate(), ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\isInRepository(), ILIAS\MetaData\OERHarvester\RepositoryObjects\Handler\isOnlyReference(), ilStudyProgrammeUserTable\lookupTitle(), ilSoapObjectAdministration\moveObject(), ilSoapWebLinkAdministration\readWebLink(), ilCollectFilesJob\recurseFolder(), ilSoapTestAdministration\removeTestResults(), ilSoapWebLinkAdministration\updateWebLink(), and ilCheckSumOfFileSizesJob\validateAccess().
Here is the caller graph for this function:
|
static |
Definition at line 2131 of file class.ilObject.php.
References $DIC, ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ILIAS\Help\Module\ModuleDBRepository\getHelpModules(), and ILIAS\Search\Presentation\Result\Object\PropertiesAggregatorImpl\lookupCreationDate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Definition at line 1004 of file class.ilObject.php.
References $db, $DIC, $ref_id, ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilStudyProgrammeExpandableProgressListGUI\getAccordionContentCoursesHTML(), and ilObjStudyProgramme\getCompletedCourses().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Definition at line 911 of file class.ilObject.php.
References $DIC.
Referenced by ilLPStatusEvent\_getStatusInfo(), ilDidacticTemplateLocalRoleAction\apply(), ilMDCopyrightUsageTableGUI\collectData(), ilECSSettingsGUI\exportImported(), ilECSSettingsGUI\exportReleased(), ilTaxonomyListTableGUI\fillRow(), ilFavouritesDBRepository\getFavouritesOfUser(), ilObjTest\getGroupData(), ilObjTest\getRoleData(), ilDashboardRecommendedContentGUI\initData(), ilCourseObjectivesGUI\initFormLimits(), ILIAS\Search\Presentation\Result\Object\PropertiesAggregatorImpl\lookupDescription(), ilCalendarSharedListTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilObjectCopyProgressTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilScorm2004DataSet\readData(), ilObjTaxonomyGUI\setTabs(), and ilRoleXmlExport\writeRole().
Here is the caller graph for this function:
|
static |
Definition at line 471 of file class.ilObject.php.
References $db, $DIC, $res, ilDBConstants\FETCHMODE_OBJECT, ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ILIAS\COPage\PC\MediaObject\MediaObjectManager\resolveMediaAliases().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Definition at line 917 of file class.ilObject.php.
References $DIC, $last_update, ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Here is the call graph for this function:
|
staticfinal |
Definition at line 1140 of file class.ilObject.php.
Referenced by ilSCORM13PlayerGUI\__construct(), ILIAS\Glossary\Flashcard\FlashcardManager\__construct(), ilGlossaryAdvMetaDataAdapter\__construct(), ilGlossaryTermGUI\__construct(), ilLOXmlWriter\__construct(), ilObject2GUI\__construct(), ILIAS\Exercise\Object\ObjectManager\__construct(), ilDclDetailedViewDefinitionGUI\__construct(), ILIAS\WebDAV\Mount\ObjectInstructions\__construct(), ilObjForumGUI\_goto(), ilAppointmentPresentationGUI\addContainerInfo(), ilObjStudyProgramme\addCrsToProgrammes(), ilBookingGatewayGUI\checkBookingPoolsForSchedules(), ilLTIProviderObjectSettingGUI\checkLocalRole(), ILIAS\MediaCast\Comments\GUIService\commentGUI(), ilRecommendedContentRoleConfigGUI\confirmRemoveItems(), ilObjPortfolioGUI\createPortfolioFromAssignment(), ilExSubmissionObjectGUI\createPortfolioFromAssignmentObject(), ilLPListOfProgressGUI\details(), ilSAHSPresentationGUI\executeCommand(), ilSAHSEditGUI\executeCommand(), ilObjSAHSLearningModuleGUI\exportModule(), ilMStListCoursesTableGUI\fillRow(), ilMStShowUserCoursesTableGUI\fillRow(), ilLPCollectionSettingsTableGUI\fillRow(), ILIAS\Skill\Profile\SkillProfileCompletionManager\getActualMaxLevels(), ilContainerPageGUI\getAdditionalPageActions(), ilObjFileInfoRepository\getByRefId(), ILIAS\Skill\Table\ProfileTable\getDataRetrieval(), ilExAssTypeWikiTeam\getExportObjIdForResourceId(), ilOrgUnitExporter\getExternalId(), ilNewsForContextBlockGUI\getHTML(), ilSoapSCORMAdministration\getIMSManifestXML(), ilRecommendedContentRoleTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilLPProgressBlockGUI\getLegacyContent(), ILIAS\StaticURL\Shortlinks\UI\TreeSelectNodeRetrieval\getObjectIcon(), ilPRGAssignmentDBRepository\getObjIdFor(), ilOrgUnitPositionAccess\getObjIdForRefId(), ilSoapObjectAdministration\getObjIdsByRefIds(), ilTrQuery\getParticipantsForObject(), ilLPCollectionOfLMChapters\getPossibleItems(), ilSoapSCORMAdministration\getSCORMCompletionStatus(), ilBookingReservationsTableGUI\getSelectableUserColumns(), ilDclReferenceFieldRepresentation\getSortedRecords(), ilDclIliasReferenceRecordFieldModel\getStatus(), ilObjEmployeeTalkSeriesGUI\getTemplateRefId(), ilGlossaryTerm\getTermList(), ilSoapTestAdministration\getTestAccess(), ilSoapTestAdministration\getTestResults(), ilBadgeHandler\getUserIds(), ilMembershipRegistrationCodeUtils\handleCode(), ilDclTable\hasPermissionToDeleteRecord(), ilDclTable\hasPermissionToDeleteRecords(), ilDclTable\hasPermissionToEditRecord(), ilDclTable\hasPermissionToViewRecord(), ilSoapSCORMAdministration\hasSCORMCertificate(), ilDashboardRecommendedContentGUI\initData(), ilObjContentObjectGUI\initMenuEntryForm(), ilRepositoryExplorer\isClickable(), ilAuthProviderLTI\lookupConsumer(), ilPollCommentsHandler\lookupObjectId(), ilObjForum\lookupStatisticsByRefId(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ILIAS\AccessControl\Log\Table\parseChangesFaPa(), ilSoapWebLinkAdministration\readWebLink(), ilContainerGUI\redrawListItemObject(), ilCmiXapiAppEventListener\removeMembers(), ilObjGlossary\removeOfflineGlossaries(), ILIAS\Repository\Provider\RepositoryMainBarProvider\renderLastVisited(), ilNewsTimelineGUI\save(), ilSAHSPresentationGUI\setInfoTabs(), ILIAS\Data\ReferenceId\toObjectId(), ilNewsTimelineGUI\update(), ilSoapWebLinkAdministration\updateWebLink(), and ilLearningSequenceXMLWriter\writeLSItems().
Here is the caller graph for this function:
|
staticfinal |
Definition at line 947 of file class.ilObject.php.
Referenced by ilCalendarPresentationGUI\__construct(), ilClassificationBlockGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilCalendarSelectionBlockGUI\__construct(), ilBookingScheduleGUI\__construct(), ilRegistrationGUI\__construct(), ilSessionOverviewGUI\__construct(), ilLMTracker\__construct(), ilItemGroupItems\__construct(), ilMemberAgreementGUI\__construct(), ilMemberExportGUI\__construct(), ilObjNotificationSettingsGUI\__construct(), ilSessionParticipants\__construct(), ilObjectFeedWriter\__construct(), ilCalendarCategoryGUI\__construct(), ilCalendarVisibility\__construct(), ilBookingObjectServiceGUI\__construct(), ilTimingCache\__construct(), ILIAS\Style\Content\Object\ObjectFacade\__construct(), ILIAS\Container\Content\ItemSetManager\__construct(), ilObjectContentStyleSettingsGUI\__construct(), ILIAS\Style\Content\Object\ObjectManager\__construct(), ilBadgeManagementGUI\__construct(), ilCourseParticipantsGroupsTableDataRetrieval\__construct(), ilPRGMembersExportGUI\__construct(), ilForumNotificationDataProvider\__construct(), ilParticipants\__construct(), ilInternalLinkGUI\__construct(), ilLearningProgressGUI\__getNextClass(), ilCourseContentGUI\__renderUserItem(), ilLearningProgressBaseGUI\__showEditUser(), ilObjSurveyQuestionPoolAccess\_checkAccess(), ilCourseObjectiveMaterials\_getAssignableMaterials(), ilObjTest\_getAvailableTests(), ilObjStudyProgrammeReferenceAccess\_getCommands(), ilLPStatusCollection\_getInProgress(), ilLPStatusEvent\_getStatusInfo(), ilObjCourseReferenceGUI\_goto(), ilObjGroupReferenceGUI\_goto(), ilObjFileGUI\_goto(), ilObjForumGUI\_goto(), ilObjCourseGUI\_goto(), ilObjChatroomGUI\_goto(), ilObjTestGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjCategoryReferenceGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjItemGroupGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjPollGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjSessionGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjGroupGUI\_goto(), ilObjUserFolderGUI\_goto(), ilObjContentPageGUI\_goto(), ilObjLearningSequenceGUI\_goto(), ilObjMailGUI\_goto(), ilObjStudyProgrammeReferenceGUI\_goto(), ilObjLearningSequence\_goto(), ilContainerReferenceAccess\_isAccessible(), ilObjGroup\_isMember(), ilSessionParticipants\_isParticipant(), ilObjectActivation\addAdditionalSubItemInformation(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjTalkTemplateGUI\addAdminLocatorItems(), ilObjUserGUI\addAdminLocatorItems(), ilForumModeratorsGUI\addModeratorCommand(), ILIAS\Container\Content\ItemSetManager\addObjectiveItems(), ilAppointmentPresentationGUI\addObjectLinks(), ilCalendarCategoryGUI\addReferenceLinks(), ilLocatorGUI\addRepositoryItems(), ilCalendarPresentationGUI\addStandardTabs(), ilExportContainer\addSubitems(), ILIAS\Repository\Deletion\EventStandardAdapter\afterMoveToTrash(), ilContainerReferenceGUI\afterSave(), ilContainerStartObjectsGUI\askDeleteStarter(), ilSoapCourseAdministration\assignCourseMember(), ilRbacAdmin\assignUser(), ilObjectGUI\buildDeletionModalItems(), ilObjectGUI\buildInputsForAdditionalDeletionReferences(), ILIAS\StaticURL\Shortlinks\TargetLinkResolver\buildName(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildTestTitleAsLink(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildTestTitleAsText(), ilSurveyEvaluationGUI\checkAnonymizedEvaluationAccess(), ilSoapAdministration\checkObjectAccess(), ilChatroom\checkPermissions(), ILIAS\Wiki\Wiki\DomainService\checkRefId(), ilLOEditorStatus\checkTestOnline(), ilECSMappingSettingsGUI\cInitMappingForm(), ilLPCollection\cloneCollection(), ilLPCollectionOfRepositoryObjects\cloneCollection(), ilLPCollectionOfSCOs\cloneCollection(), ilLPCollectionOfMediaObjects\cloneCollection(), ilConditionHandler\cloneDependencies(), ilObjCategory\cloneDependencies(), ilObjCourse\cloneDependencies(), ilObjCourseGrouping\cloneGrouping(), ilAppointmentPresentationConsultationHoursGUI\collectPropertiesAndActions(), ilGroupAddToGroupActionGUI\confirmAddUser(), ilPortfolioRoleAssignmentGUI\confirmAssignmentDeletion(), ilMembershipBlockGUI\confirmedRemove(), ilContainerGUI\copyObject(), ilECSCourseCreationHandler\createCourseReferenceObjects(), ilGroupAddToGroupActionGUI\createGroup(), ilConsultationHoursGUI\createNewBookingEntry(), ilECSCourseCreationHandler\createParallelCourse(), ilObjRole\createPermissionIntersection(), ilObjectRolePermissionTableGUI\createTooltip(), ilExportGUI\createXMLContainerExport(), ilContainerGUI\cutObject(), ilRbacAdmin\deassignUser(), ilAdministrationCommandGUI\delete(), ilSoapCourseAdministration\deleteCourse(), ilObjRole\deleteLocalPolicies(), ilObjBlog\deliverRSS(), ilForumModeratorsGUI\detachModeratorRole(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\determineBlockItems(), ilObjTestGUI\determineObjectiveOrientedContainer(), ilLPStatusCollection\determinePercentage(), ilECSMappingSettingsGUI\dMap(), ilECSCourseCreationHandler\doAttributeMapping(), ilLTIAppEventListener\doCronUpdate(), ilSCORMPresentationGUI\downloadCertificate(), ilLearningProgressGUI\editManual(), ilCalendarScheduleFilterTimings\enabledCourseTimings(), ilCourseLPBadge\evaluate(), ilSoapCourseAdministration\excludeCourseMember(), ilObjectPluginGUI\executeCommand(), ilWikiHandlerGUI\executeCommand(), ilWikiPageGUI\executeCommand(), ilSurveyEditorGUI\executeCopyQuestionsToPoolObject(), ilObjectCopyGUI\executeNextStepAfterSourceSelection(), ilRegistrationGUI\fillMembershipLimitation(), ilAdvancedMDRecordTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilExportSelectionTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilSkillLevelTableGUI\fillRow(), ilContentStylesTableGUI\fillRow(), ilSysStyleCatAssignmentTableGUI\fillRow(), ilSystemStylesTableGUI\fillRow(), ilRoleAssignmentTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilECSImportedContentTableGUI\fillRow(), ilObjectCopySelectionTableGUI\fillRow(), ilObjectLP\findMembershipsByPath(), ilChatroomAdminViewGUI\forcePublicRoom(), ilContainerContentGUI\forwardToColumnGUI(), ilObjFolderGUI\forwardToTimingsView(), ilMailMemberSearchGUI\generateContextArray(), ILIAS\Portfolio\Administration\PortfolioRoleAssignmentDBRepository\getAllAssignmentData(), ilCourseObjectiveMaterialAssignmentTableGUI\getAllSubObjects(), ilPersonalSkillsGUI\getAllSuggestedResources(), ILIAS\Help\Module\ModuleManager\getAuthoringLMId(), ilObjectGUI\getCenterColumnHTML(), ILIAS\Skill\Table\LevelResourcesTable\getComponent(), ilConditionHandler\getConditionController(), ILIAS\Skill\Table\LevelResourcesTable\getDataRetrieval(), ilParticipants\getDefaultMemberRole(), ilObjWikiGUI\getGotoLink(), ilObjTest\getGroupData(), ilCalendarAppointmentPanelGUI\getHTML(), ilADTInternalLinkPresentationBridge\getHTML(), ilLocatorGUI\getHTML(), ilPathGUI\getHTML(), ilDidacticTemplateIconFactory\getIconPathForReference(), ilContainerSortingSettings\getInheritedSettings(), ilParticipants\getInstance(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\getItemGroupItemRefIds(), ilNavigationHistory\getItems(), ilUserRoleStartingPointTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilLMPageObjectGUI\getLinkXML(), ilPDTasksBlockGUI\getListItemForData(), ilContainerObjectiveGUI\getMainContent(), ilObjectLP\getMembers(), ilLPStatusCollection\getMembers(), ilLPStatusEvent\getMembers(), ilObjStudyProgrammeMembersGUI\getMembersTableGUI(), ILIAS\Container\Screen\MemberViewLayoutProvider\getMemberViewModeInfo(), ilCalendarSubscriptionGUI\getModalForSubscription(), ilAdministrationExplorerGUI\getNodeIcon(), ilOrgUnitExplorerGUI\getNodeIcon(), ilRepositoryExplorerGUI\getNodeIcon(), ilRepositorySelectorExplorerGUI\getNodeIcon(), ilObjectRolePermissionTableGUI\getObjId(), ilObjectRoleTemplatePermissionTableGUI\getObjId(), ilOrgUnitPermissionTableGUI\getObjId(), ilObjLearningSequenceContentTableGUI\getObjIdFor(), ilConditionObjectAdapter\getObjIdForRefId(), ilNewsObjectAdapter\getObjIdForRefId(), ilSkillObjectAdapter\getObjIdForRefId(), ilLearnerProgressDB\getObjIdForRefId(), LSItemOnlineStatus\getOnlineStatus(), ilBlogPostingGUI\getParentObjId(), ilAdvancedMDSettingsGUI\getParsedRecordObjects(), ilMembershipNotifications\getParticipants(), ilBookingInfoScreenAdapter\getPoolIds(), ilTestRandomQuestionSetSourcePoolDefinition\getPoolInfoLabel(), ilLTIProviderReleasedObjectsTableGUI\getRecords(), ilDidacticTemplateSettingsTableDataRetrieval\getRecords(), ILIAS\User\Settings\StartingPoint\SettingsGUI\getRepositoryObjectInput(), ilContainerContentGUI\getRightColumnHTML(), ilObjectGUI\getRightColumnHTML(), ILIAS\Style\Content\Object\ObjectManager\getSelectableStyles(), ILIAS\Wiki\WikiPrintViewProviderGUI\getSelectionForm(), ilObjSessionGUI\getTabs(), ilLOUtils\getTestResultLinkForUser(), ilLearningSequenceParticipantsTableGUI\getTitleFor(), ilRepositorySelector2InputGUI\getTitleForNodeId(), ilRoleAssignmentTableGUI\getTitleForReference(), ilObjOrgUnitTree\getTitles(), ilRepositoryExplorerGUI\getTopNodeForRefId(), ilLinkInputGUI\getTranslatedValue(), ilTutorialSupportBlockGUI\getTutorIds(), ilObjStudyProgrammeReferenceListGUI\getTypeIcon(), ilSoapUserAdministration\getUsersForContainer(), ilObjFolder\getViewMode(), ilObjGroup\getViewMode(), ilItemGroupDataSet\getXmlRecord(), ilSessionDataSet\getXmlRecord(), ilECSCourseCreationHandler\handle(), ILIAS\StaticURL\Handler\LegacyGotoHandler\handle(), ilLOTestAssignmentTableGUI\handleCommands(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilECSCategoryMapping\handleUpdate(), ILIAS\Style\Content\Object\ObjectManager\inheritFromParent(), ilCourseReferencePathInfo\init(), ilObjectCopyGUI\init(), ilTrashTableGUI\init(), ilConditionHandlerGUI\initConditionTriggerForm(), ilCourseLPBadgeGUI\initConfigForm(), ilObjSessionGUI\initContainer(), ILIAS\AdvancedMetaData\Services\SubObjectModes\DataTable\Supplier\initData(), ilSessionParticipantsTableGUI\initFilter(), ilUserTableGUI\initFilter(), ilLOTestAssignmentForm\initForm(), ilPCResourcesGUI\initForm(), ilObjGroupGUI\initForm(), ilCourseObjectivesGUI\initFormRandom(), ilContainerXmlParser\initItem(), ilCourseMembershipMailNotification\initMail(), ilGroupMembershipMailNotification\initMail(), ilBookingGatewayGUI\initPool(), ilLOTestQuestionAdapter\initTestRun(), ilPCContentIncludeGUI\insertFromPool(), ilPCQuestionGUI\insertFromPool(), ilPCMediaObjectGUI\insertFromPool(), ILIAS\COPage\Page\PageContentManager\insertInstIntoIDs(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilObjectListGUI\insertSubscribeCommand(), ilPRGAssignmentDBRepository\interimOrguLookup(), ilContSkillPresentationGUI\isAccessible(), ilMembershipNotifications\isActiveForRefId(), ilRepositoryExplorer\isClickable(), ilADTInternalLinkSearchBridgeSingle\isInCondition(), ilLPStatusCollection\isMember(), ILIAS\MetaData\OERHarvester\RepositoryObjects\Handler\isOnlyReference(), ilTestAccess\isParticipantAllowed(), ilCourseObjectivesGUI\isRandomTestType(), ilLOSettings\isRandomTestType(), ilBookingEntry\isTargetObjectVisible(), ilAdministrationGUI\jump(), ilMediaCreationGUI\listPoolItems(), ilPCQuestionGUI\listPoolQuestions(), ilContainerReferenceGUI\loadPropertiesFromSettingsForm(), ilCertificateObjectHelper\lookupObjId(), ilObjectPluginGUI\lookupParentTitleInCreationMode(), ilLOEditorStatus\lookupQuestionsAssigned(), ilCalendarScheduleFilterTimings\modifyEvent(), ilObjFolderGUI\modifyItemGUI(), ilObjGroupGUI\modifyItemGUI(), ilObjSessionGUI\modifyItemGUI(), ilObjectCopyProgressTableGUI\parse(), ilObjectTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilECSCategoryMappingTableGUI\parse(), ilLPCollectionSettingsTableGUI\parse(), ilLOXmlParser\parseMaterials(), ilLOXmlParser\parseTests(), ilTimingsManageTableGUI\parseTitle(), ilTimingsPersonalTableGUI\parseTitle(), ilDclIliasReferenceFieldRepresentation\passThroughFilter(), ilAdministrationCommandGUI\paste(), ilContainerGUI\pasteObject(), ilAdministrationCommandGUI\performPasteIntoMultipleObjects(), ilObjWorkspaceFolderGUI\performPasteIntoMultipleObjects(), ilRepositoryObjectSearchGUI\performSearch(), ilRepositorySearchGUI\performSearch(), ilContainer\putInTree(), ilObjStudyProgrammeReferenceGUI\putObjectInTree(), ilCalendarCategories\readAllConsultationHoursCalendarOfContainer(), ilCalendarAppointmentGUI\readAndPrepareCalendarSelection(), ilCalendarCategories\readConsultationHoursCalendar(), ilLPStatusCourseReference\readTargetObjId(), ilBookingScheduleGUI\render(), ilLearningHistoryTimelineItem\render(), ILIAS\Containter\Content\ObjectiveRenderer\renderObjectives(), ilAccountMail\replacePlaceholders(), ilObjectLP\resetLPDataForUserIds(), ilCourseObjectivesGUI\saveRandom(), ilConsultationHoursGUI\saveSequence(), ILIAS\User\Settings\StartingPoint\SettingsGUI\saveStartingPoint(), ilObjectCopyGUI\saveTarget(), ilObjGlossaryGUI\selectGlossary(), ilObjContentObjectGUI\selectLMGlossary(), selfOrParentWithRatingEnabled(), ilMembershipCronNotifications\sendMail(), ilContainerContentGUI\setOutput(), ilQuestionEditGUI\setPoolRefId(), ilMailNotification\setRefId(), ilObjItemGroupGUI\setTabs(), ilObjectGUI\setTitleAndDescription(), ilCalendarSubscriptionGUI\show(), ilDerivedTasksGUI\show(), ilObjBibliographicGUI\showContent(), ilInternalLinkGUI\showLinkHelp(), ilAdministrationCommandGUI\showLinkIntoMultipleObjectsTree(), ilMemberViewGUI\showMemberViewSwitch(), ilAdministrationCommandGUI\showMoveIntoObjectTree(), ilBookingGatewayGUI\showPoolSelector(), ilAdministrationExplorerGUI\sortChilds(), ilRepositoryExplorerGUI\sortChilds(), ilRepositorySelectorExplorerGUI\sortChilds(), ilBadgeManagementGUI\splitBadgeAndUserIdsFromString(), ilAdvancedMDRecord\toXML(), ilObjGroup\translateViewMode(), ilObjStudyProgrammeReferenceGUI\tryingToCreateCircularReference(), ilConditionsImporter\updateConditionsWithMapping(), ilLOTestQuestionAdapter\updateFixedQuestions(), ilConditionsImporter\updateInfosWithMapping(), ilLearningProgressGUI\updateManual(), ilLOTestQuestionAdapter\updateRandomQuestions(), ilContainerObjectiveGUI\updateResult(), ilMembershipRegistrationCodeUtils\useCode(), ilECSCategoryMappingRule\validate(), ilLPCollectionOfRepositoryObjects\validateEntry(), ilCourseLPBadgeGUI\validateForm(), ilSoapObjectAdministration\validateReferences(), and ilContainerXmlWriter\writeSubitems().
Here is the caller graph for this function:
|
staticfinal |
Get (latest) object id for an import id.
Definition at line 426 of file class.ilObject.php.
References $db, $DIC, $import_id, ilDBInterface\fetchObject(), ilDBInterface\numRows(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilOrgUnitImporter\buildRef(), ilOrgUnitSimpleUserImport\buildUserId(), ilSoapObjectAdministration\getObjIdByImportId(), ilSoapObjectAdministration\getRefIdsByImportId(), ilAuthProviderECS\handleLogin(), ilGlossaryDataSet\importRecord(), ilRoleXmlImporter\initRole(), ilSoapObjectAdministration\removeFromSystemByImportId(), and ilOrgUnitSimpleImport\simpleImportElement().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Lookup owner user ID for object ID.
Definition at line 872 of file class.ilObject.php.
References $DIC.
Referenced by ilMDCopyrightUsageTableGUI\collectData(), ilPageObjectGUI\executeCommand(), ilLPTableBaseGUI\getExportMeta(), ilPCLearningHistory\getPresentation(), ilNoteGUI\getTarget(), ilPortfolioPageGUI\makePlaceHoldersClickable(), ilPortfolioRepositoryGUI\setOffline(), ilPortfolioRepositoryGUI\setOnline(), and ilObjPortfolioGUI\setOnlineAndShare().
Here is the caller graph for this function:
|
staticfinal |
Lookup owner name for owner id.
Definition at line 506 of file class.ilObject.php.
References $DIC, $lng, $owner, ilLanguage\txt(), and ilObjUser\userExists().
Referenced by getOwnerName(), and ilNoteGUI\getTarget().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Reimplemented in ilContainerReference.
Definition at line 854 of file class.ilObject.php.
References $DIC.
Referenced by ilLMGlossaryTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilObjectFeedWriter\__construct(), ilTaxSelectInputGUI\__construct(), ilAttendanceList\__construct(), ilMediaPoolTableGUI\__construct(), ILIAS\WebDAV\Mount\ObjectInstructions\__construct(), ilObjStyleSheet\_getClonableContentStyles(), ilForum\_getModerators(), ilLPStatusEvent\_getStatusInfo(), ilObjFileGUI\_goto(), ilObjForumGUI\_goto(), ilObjCourseGUI\_goto(), ilObjChatroomGUI\_goto(), ilObjTestGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjItemGroupGUI\_goto(), ilLMPageObjectGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjLTIConsumerGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjSessionGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjGroupGUI\_goto(), ilObjUserFolderGUI\_goto(), ilObjContentPageGUI\_goto(), ilObjLearningSequenceGUI\_goto(), ilObjMailGUI\_goto(), ilObjLearningSequence\_goto(), ilBookingInfoScreenAdapter\add(), ilObjTalkTemplateGUI\addAdminLocatorItems(), ilAppointmentPresentationGUI\addContainerInfo(), ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\addExternalData(), ilAppointmentPresentationGUI\addObjectLinks(), ilInfoScreenGUI\addPreconditions(), ilCalendarCategoryGUI\addReferenceLinks(), ilContentStyleSettings\addStyle(), ilECSCourseCreationHandler\addUrlEntry(), ilObjRoleGUI\adoptPermSaveObject(), ilObjRoleTemplateGUI\adoptPermSaveObject(), ilContainerReferenceGUI\afterSave(), ILIAS\Portfolio\Notification\SharedNotification\appendObjectInformation(), ilBookingInfoListItemPropertiesAdapter\appendProperties(), ilDidacticTemplateLocalRoleAction\apply(), ilContainerStartObjectsGUI\askDeleteStarter(), ilObjLanguageFolderGUI\buildConfirmModal(), ilObjectGUI\buildDeletionModalItems(), ILIAS\Authentication\Form\ApacheAuthSettingsForm\buildEnableAuthInput(), ILIAS\Course\Grouping\Table\GroupingRetrieval\buildLinkToObject(), ILIAS\StaticURL\Shortlinks\TargetLinkResolver\buildName(), ILIAS\Certificate\Overview\CertificateOverviewTable\buildTableRows(), ilObjRoleFolderGUI\buildTargetNamesString(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildTestTitleAsLink(), ilSessionClassificationPathGUI\buildTitle(), ilPathGUI\buildTitle(), ilECSMappingSettingsGUI\cInitMappingForm(), ilMDCopyrightUsageTableGUI\collectData(), ilAppointmentPresentationConsultationHoursGUI\collectPropertiesAndActions(), ilGroupAddToGroupActionGUI\confirmAddUser(), ilPortfolioRoleAssignmentGUI\confirmAssignmentDeletion(), ilConditionHandlerGUI\confirmDeleteConditionTrigger(), ilContentStyleSettingsGUI\confirmDeleteIndividualStyles(), ilObjRoleFolderGUI\confirmDeleteObject(), ilAuthShibbolethSettingsGUI\confirmDeleteRules(), ilPortfolioRepositoryGUI\confirmPortfolioDeletion(), ilObjLanguageFolderGUI\confirmRefreshSelectedObject(), ilRecommendedContentRoleConfigGUI\confirmRemoveItems(), ilObjLanguageFolderGUI\confirmUninstallChangesObject(), ilObjLanguageFolderGUI\confirmUninstallObject(), ILIAS\MediaPool\MediaPoolManager\copyItemFromEditClipboard(), ilPageEditorGUI\copyLinkedMediaToClipboard(), ilRbacAdmin\copyLocalRoles(), ilContainerGUI\copyObject(), ilECSCourseCreationHandler\createCourseReferenceObjects(), ilGroupAddToGroupActionGUI\createGroup(), ilObjectRolePermissionTableGUI\createTooltip(), ilContainerGUI\cutObject(), ilDidacticTemplateBlockRoleAction\deleteLocalPolicy(), ilObjStyleSheetGUI\deleteObject(), ilContentStyleSettingsGUI\deleteStyle(), ilObjLTIConsumer\determineLTIRole(), ilShibbolethRoleAssignmentRules\doAssignments(), ilAccess\doConditionCheck(), ilPortfolioExerciseGUI\downloadExcSubFile(), ilWikiPageGUI\downloadExcSubFile(), ilBlogPostingGUI\executeCommand(), ilPageEditorGUI\executeCommand(), ilSharedResourceGUI\executeCommand(), ilWikiHandlerGUI\executeCommand(), ilWikiPageGUI\executeCommand(), ilRatingCategoryGUI\export(), ilWikiStatGUI\export(), ilECSSettingsGUI\exportImported(), ilECSSettingsGUI\exportReleased(), ilRegistrationGUI\fillMembershipLimitation(), ilAdvancedMDRecordTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilLMGlossaryTableGUI\fillRow(), ilMediaObjectUsagesTableGUI\fillRow(), ilMediaPoolPageUsagesTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilMStListCoursesTableGUI\fillRow(), ilMStShowUserCoursesTableGUI\fillRow(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilWorkspaceShareTableGUI\fillRow(), ilRepDependenciesTableGUI\fillRow(), ilSkillLevelTableGUI\fillRow(), ilContentStylesTableGUI\fillRow(), ilSysStyleCatAssignmentTableGUI\fillRow(), ilSystemStylesTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilECSImportedContentTableGUI\fillRow(), ilLPObjectStatisticsDailyTableGUI\fillRowCSV(), ilLPObjectStatisticsTableGUI\fillRowCSV(), ilDidacticTemplateAction\filterRoles(), ILIAS\Skill\Table\AssignMaterialsTable\getActions(), ilTaxonomyClassificationProvider\getActiveTaxonomiesForParentRefId(), ilPersonalSkillsGUI\getActualGapItem(), ILIAS\Portfolio\Administration\PortfolioRoleAssignmentDBRepository\getAllAssignmentData(), ilObjBlog\getAllLocalRoles(), ilPersonalSkillsGUI\getAllSuggestedResources(), ilExerciseGSToolProvider\getAssignmentInfo(), ilLDAPRoleAssignmentRules\getAssignmentsForCreation(), ilLDAPRoleAssignmentRules\getAssignmentsForUpdate(), ILIAS\Skill\Table\ProfileUserAssignmentTable\getAssignmentTitle(), ilObjUser\getClipboardChilds(), ILIAS\components\ILIAS\Glossary\Table\GlossaryAutoLinkTable\getComponent(), ILIAS\Skill\Table\LevelResourcesTable\getComponent(), ILIAS\News\Dashboard\DashboardNewsManager\getContextOptions(), ILIAS\components\ILIAS\Glossary\Table\GlossaryAutoLinkTable\getDataRetrieval(), ILIAS\components\ILIAS\Glossary\Table\TermListTable\getDataRetrieval(), ILIAS\components\ILIAS\Glossary\Table\TermUsagesTable\getDataRetrieval(), ILIAS\Skill\Table\AssignedObjectsTable\getDataRetrieval(), ILIAS\Skill\Table\AssignMaterialsTable\getDataRetrieval(), ILIAS\Skill\Table\LevelResourcesTable\getDataRetrieval(), ILIAS\Skill\Table\ProfileTable\getDataRetrieval(), ilObjCourse\getDefaultMemberRole(), ilObjSessionGUI\getDefaultMemberRole(), ilParticipants\getDefaultMemberRole(), ilPersonalSkillsGUI\getEvalItem(), ilFavouritesDBRepository\getFavouritesOfUser(), ilPDNotesGUI\getFilter(), ILIAS\Registration\RegistrationFilterComponent\getFilterFields(), ILIAS\Style\Content\Object\ObjectManager\getGlobalDefaultTitle(), ILIAS\Style\Content\Object\ObjectManager\getGlobalFixedTitle(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), ilObjTest\getGroupData(), ilExAssignmentTeam\getGroupMembersMap(), ilObjectListGUI\getHeaderAction(), ILIAS\Help\Module\ModuleDBRepository\getHelpModules(), ilCalendarAppointmentPanelGUI\getHTML(), ilADTInternalLinkPresentationBridge\getHTML(), ilTaggingGUI\getHTML(), ilExcRepoObjAssignmentInfo\getInfo(), assQuestion\getInstances(), ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\getInternalData(), ilNoteGUI\getItemGroupTitle(), ilObjStudyProgrammeAutoCategoriesGUI\getItemPath(), ilNavigationHistory\getItems(), ilRecommendedContentRoleTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilLPObjectStatisticsLPTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilRoleAutoComplete\getListByObject(), ilPDTasksBlockGUI\getListItemForData(), ilObjBlog\getLocalContributorRole(), ilObjBlog\getLocalEditorRole(), ilSearchAutoComplete\getLuceneList(), ilMailMemberCourseRoles\getMailRoles(), ilMailMemberGroupRoles\getMailRoles(), ilMailMemberLearningSequenceRoles\getMailRoles(), ilMailMemberSessionRoles\getMailRoles(), ilPersonalSkillsGUI\getMaterialInfo(), ilCourseParticipants\getMemberRoles(), ilGroupParticipants\getMemberRoles(), ilLearningSequenceParticipants\getMemberRoles(), ilParticipant\getMembershipRoleType(), ilNewsForContextBlockGUI\getNewsForId(), ilTaxonomyClassificationExplorerGUI\getNodeContent(), ilTaxonomyExplorerGUI\getNodeContent(), ilMailNotification\getObjectTitle(), ilNoteGUI\getOriginHeader(), ilSessionParticipantsTableGUI\getParentLocalRoles(), ilBadge\getParentMeta(), ilAdvancedMDSettingsGUI\getParsedRecordObjects(), ilObjUser\getProfileAsString(), ilLTIProviderReleasedObjectsTableGUI\getRecords(), ilDidacticTemplateSettingsTableDataRetrieval\getRecords(), ILIAS\Registration\RegistrationCodesTable\getRecords(), ILIAS\User\Settings\StartingPoint\SettingsGUI\getRepositoryObjectInput(), ilObjTest\getRoleData(), ilLTIProviderObjectSettingGUI\getRoleSelection(), ilAuthShibbolethSettingsGUI\getRuleValues(), ILIAS\Style\Content\Object\ObjectManager\getSelectableStyles(), ilDclReferenceFieldRepresentation\getSortedRecords(), ilNoteGUI\getTarget(), ILIAS\Survey\Tasks\DerivedTaskProvider\getTasks(), ILIAS\COPage\PC\Question\CopySelfAssQuestionTableBuilder\getTitle(), ilLearningSequenceParticipantsTableGUI\getTitleFor(), ilRepositorySelector2InputGUI\getTitleForNodeId(), ilSkillObjectAdapter\getTitleForObjId(), ilRoleAssignmentTableGUI\getTitleForReference(), ilObjStudyProgrammeAutoMembershipsGUI\getTitleRepresentation(), ilObjOrgUnitTree\getTitles(), ilLinkInputGUI\getTranslatedValue(), ILIAS\Taxonomy\Usage\UsageDBRepository\getUsageOfObject(), ilNewsItemGUI\getValuesNewsItem(), ILIAS\Export\ExportHandler\Part\ContainerManifest\Handler\getXML(), ILIAS\Export\ExportHandler\Part\Manifest\Handler\getXML(), ilECSCourseCreationHandler\handle(), ILIAS\StaticURL\Handler\LegacyGotoHandler\handle(), ilMembershipRegistrationCodeUtils\handleCode(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilCourseReferenceAppEventListener\handleReferences(), ilWorkspaceAccessTableGUI\importData(), ilSurveySyncTableGUI\importData(), ilSoapUserAdministration\importUsers(), ilTrashTableGUI\init(), ilRegistrationSettingsGUI\initAddCodesForm(), ilConditionHandlerGUI\initConditionTriggerForm(), ilCourseLPBadgeGUI\initConfigForm(), ilECSUserConsentModalGUI\initConsentForm(), ilObjRoleFolderGUI\initCopyBehaviourForm(), ilDashboardRecommendedContentGUI\initData(), ILIAS\AdvancedMetaData\Services\SubObjectModes\DataTable\Supplier\initData(), ilRegistrationSettingsGUI\initEmailAssignmentForm(), ilWorkspaceShareTableGUI\initFilter(), ilUserTableGUI\initFilter(), ilLOTestAssignmentForm\initForm(), ilObjCourseGroupingGUI\initForm(), ilPCBlogGUI\initForm(), ilAttendanceList\initForm(), ilCourseObjectivesGUI\initFormLimits(), ilAttendanceList\initFromForm(), ilAttendanceList\initFromSettings(), ilObjContentObjectGUI\initMenuEntryForm(), ilSharedResourceGUI\initPasswordForm(), ilRegistrationSettingsGUI\initRolesForm(), ilObjectContentStyleSettingsGUI\initStylePropertiesForm(), ilObjectListGUI\insertPreconditions(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilPRGAssignmentDBRepository\interimOrguLookup(), ilRbacReview\isDeleteable(), ilADTInternalLinkSearchBridgeSingle\isInCondition(), ilRbacReview\isSystemGeneratedRole(), ilMStShowUserCoursesGUI\listUsers(), ilContainerReferenceGUI\loadPropertiesFromSettingsForm(), ilAuthProviderLTI\lookupConsumer(), ilObjectPluginGUI\lookupParentTitleInCreationMode(), ILIAS\Search\Presentation\Result\Object\PropertiesAggregatorImpl\lookupTitle(), ilStudyProgrammeUserTable\lookupTitle(), ilCertificateObjectHelper\lookupTitle(), ilExportContainer\manifestWriterBegin(), ilLDAPRoleAssignmentRule\matches(), ilCalendarScheduleFilterTimings\modifyEvent(), ilLearningSequenceAppEventListener\onServiceTrackingUpdateStatus(), ilCalendarSharedListTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilObjectCopyProgressTableGUI\parse(), ilObjectTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilECSCategoryMappingTableGUI\parse(), ilRoleSelectionTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ILIAS\AccessControl\Log\Table\parseChangesFaPa(), ilObjectListGUI\parseConditions(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilDclIliasReferenceFieldRepresentation\passThroughFilter(), ilContainerGUI\pasteObject(), ilRegistrationSettingsGUI\prepareAutomaticRoleList(), ilAdvancedMDFieldDefinitionSelect\prepareCustomDefinitionFormConfirmation(), ilLDAPSettingsGUI\prepareGlobalRoleSelection(), ilAuthShibbolethSettingsGUI\prepareRoleSelect(), ilECSSettingsGUI\prepareRoleSelect(), ilSamlSettingsGUI\prepareRoleSelection(), ilOpenIdConnectSettingsGUI\prepareRoleSelection(), ilCalendarCategory\read(), ILIAS\Calendar\ConsultationHours\BookingDataProvider\read(), ILIAS\Conditions\Configuration\ConditionTriggerProvider\read(), ilContainerReference\read(), ilContentStyleSettings\read(), ilScorm2004DataSet\readData(), ilCalendarCategories\readSelectedCategories(), ilECSCmsCourseMemberCommandQueueHandler\refreshAssignmentStatus(), ilLearningHistoryTimelineItem\render(), ilMediaPoolTableGUI\render(), ilNewsTimelineItemGUI\render(), ilTaxonomyClassificationProvider\render(), ilLMContentRendererGUI\renderPreconditionsOfPage(), ilTaggingSlateContentGUI\renderResourcesForTag(), ILIAS\Badge\ilBadgeUserTableGUI\renderTable(), ilAccountMail\replacePlaceholders(), ILIAS\Test\Questions\Presentation\QuestionsBrowserTable\resolveTaxonomiesRowData(), ilObjRoleFolderGUI\roleSearchListObject(), ilObjRoleFolderGUI\roleSearchObject(), ILIAS\MediaCast\BackgroundTasks\DownloadAllBackgroundTask\run(), ilCollectWorkspaceFilesJob\run(), ilObjectCopyGUI\saveTarget(), ilDataCollectionMailNotification\send(), ilMembershipCronNotifications\sendMail(), ilBookCronNotification\sendMails(), ilMembershipCronMinMembers\sendMessage(), ilBookCronNotification\sendNotifications(), ilExAssignmentReminder\sendReminders(), ilWorkspaceAccessGUI\setObjectTitle(), ilObjTaxonomyGUI\setTabs(), ilObjectGUI\setTitleAndDescription(), ilLDAPSettingsGUI\setValuesByArray(), ilDerivedTasksGUI\show(), ilPermissionGUI\showConfirmBlockRole(), ilObjBibliographicGUI\showContent(), ilNewsForContextBlockGUI\showFeedUrl(), ilInternalLinkGUI\showLinkHelp(), ilPageObjectGUI\showMediaFullscreen(), ilPageObjectGUI\showPage(), ilBookingGatewayGUI\showPoolSelector(), ilPageEditorGUI\showSnippetInfo(), ilShibbolethRoleAssignmentRules\updateAssignments(), ilCourseLPBadgeGUI\validateForm(), ilRoleXmlExport\writeRole(), and ilContainerXmlWriter\writeSubitems().
Here is the caller graph for this function:
|
staticfinal |
Definition at line 1108 of file class.ilObject.php.
Referenced by ilObjCourseGrouping\__addCondition(), ilClassificationBlockGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ILIAS\Skill\Access\SkillTreeAccess\__construct(), ilNoteGUI\__construct(), ilRegistrationGUI\__construct(), ilObjCourseGroupingGUI\__construct(), ilObjectCustomUserFieldsGUI\__construct(), ilRepositoryObjectDetailSearch\__construct(), ilMemberAgreementGUI\__construct(), ilMemberExportGUI\__construct(), ilObjectFeedWriter\__construct(), ilMemberExport\__construct(), ilMemberAgreement\__construct(), ILIAS\Container\Content\ItemSetManager\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ILIAS\Badge\ilBadgeUserTableGUI\__construct(), ilUserCertificateZip\__construct(), ilBadgeManagementGUI\__construct(), ilParticipant\__construct(), ilParticipants\__construct(), ilInternalLinkGUI\__construct(), ilCmiXapiStatementsReport\__construct(), ilAdvancedMDValues\_appendXMLByObjId(), ilExport\_createExportDirectory(), ilExport\_generateIndexFile(), ilPCMediaObjectGUI\_getCharacteristics(), ilPCParagraphGUI\_getCharacteristics(), ilPCSectionGUI\_getCharacteristics(), ilExport\_getExportDirectory(), ilExport\_getExportFiles(), ilConditionHandler\_getPersistedConditionsOfTarget(), ilObjCourseGUI\_goto(), ilObjGroupGUI\_goto(), ilObjLearningSequence\_goto(), ilObjectAccess\_isOffline(), ilBibliographicDataSet\_readData(), ilDataCollectionDataSet\_readData(), ilIndividualAssessmentDataSet\_readData(), _writeDescription(), ilFavouritesDBRepository\add(), ilObjectActivation\addAdditionalSubItemInformation(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjUserGUI\addAdminLocatorItems(), ilObjGlossary\addAutoGlossary(), assQuestionGUI\addBackTab(), ilCalendarPresentationGUI\addCategoryTabs(), SurveyQuestionGUI\addCommandButtons(), ilAppointmentPresentationGUI\addContainerInfo(), ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\addExternalData(), ilLPXmlWriter\addLPInformation(), ilAppointmentPresentationGUI\addObjectLinks(), ilBookingParticipantGUI\addParticipantObject(), ilCalendarCategoryGUI\addReferenceLinks(), ilBlockGUI\addRepoCommands(), ilRepositorySearchGUI\addRole(), ilSoapRBACAdministration\addRoleFromTemplate(), ilCalendarPresentationGUI\addStandardTabs(), ilExportContainer\addSubitems(), ilPCFileList\afterPageUpdate(), ILIAS\Portfolio\Notification\SharedNotification\appendObjectInformation(), ilContainerStartObjectsGUI\askDeleteStarter(), ilSoapCourseAdministration\assignCourseMember(), ILIAS\Portfolio\Administration\PortfolioRoleAssignmentManager\assignPortfoliosOnLogin(), ilUserImportParser\assignToRole(), ilRbacAdmin\assignUser(), ilPCParagraph\autoLinkGlossaries(), ILIAS\Course\Grouping\Table\AssignmentHandler\buildColumns(), ILIAS\Course\Grouping\Table\GroupingHandler\buildColumns(), ilCmiXapiHighscoreReportLinkBuilder\buildFilterStage(), ILIAS\Course\Grouping\Table\GroupingRetrieval\buildLinkToObject(), ilCmiXapiStatementsReportLinkBuilder\buildOrderingStage(), ilCalendarSelectionBlockGUI\buildPath(), ilCmiXapiHighscoreReportLinkBuilder\buildPipeline(), ilOrgUnitImporter\buildRef(), ilSessionClassificationPathGUI\buildTitle(), ilPathGUI\buildTitle(), ilCheckSumOfFileSizesJob\calculateRecursive(), ilCheckSumOfWorkspaceFileSizesJob\calculateRecursive(), ilPortfolioAccessHandler\canBeDelivered(), ilInternalLinkGUI\changeLinkType(), ilMobStakeholder\checkAccessMobUsage(), ilMobStakeholder\checkAccessObject(), ilObjMediaObjectAccess\checkAccessObject(), ilObjGroupListGUI\checkCommandAccess(), ilPrivacySettings\checkExportAccess(), ilLTIProviderObjectSettingGUI\checkLocalRole(), ilObjLearningSequenceGUI\checkLPAccess(), ilSoapAdministration\checkObjectAccess(), ILIAS\Test\Questions\Presentation\QuestionsTableActions\checkQuestionParametersForCopyToPool(), ILIAS\Wiki\Wiki\DomainService\checkRefId(), ilConditionHandler\cloneDependencies(), ilObjCategory\cloneDependencies(), ilObjCourseGrouping\cloneGrouping(), ILIAS\COPage\PC\FileList\FileListRetrieval\collectData(), ilMDCopyrightUsageTableGUI\collectData(), ilMembershipBlockGUI\confirmedRemove(), ilDashboardLearningSequenceGUI\confirmedRemove(), ilObjWorkspaceFolderGUI\copy(), ilObjectCopyGUI\copyMultipleNonContainer(), ilMDKeywordExposer\copyrightReader(), ilUserCertificateZip\createArchiveDirectory(), ilAdvancedMDParser\createLocalRecord(), ilConsultationHoursGUI\createNewBookingEntry(), ilObjectRolePermissionTableGUI\createTitle(), ilObjectRolePermissionTableGUI\createTooltip(), ilAccountRegistrationGUI\createUser(), ilExportGUI\createXMLContainerExport(), ilObjWorkspaceFolderGUI\cut(), ilRbacAdmin\deassignUser(), ilAdministrationCommandGUI\delete(), ilPageObject\delete(), delete(), ilObjMediaPool\delete(), ilObjMediaPool\deleteChild(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilSoapCourseAdministration\deleteCourse(), ilPCFileList\deleteHistoryLowerEqualThan(), ilObjRole\deleteLocalPolicies(), ilCalendarSharedStatus\deleteStatus(), ilExSubmission\deleteUser(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\determineBlockItems(), ilObjLTIConsumer\determineLTIRole(), ilAssQuestionSkillAssignmentsGUI\doesObjectTypeMatch(), ilStartUpGUI\doLTIAuthentication(), ilContainerGUI\downloadObject(), ilSoapCourseAdministration\excludeCourseMember(), ilAdministrationGUI\executeCommand(), ilExportGUI\executeCommand(), ilRepositoryGUI\executeCommand(), ilObjectPluginGUI\executeCommand(), ilLearningProgressGUI\executeCommand(), ilRatingCategoryGUI\export(), ilObjContentObject\exportXMLMediaObjects(), ilRegistrationGUI\fillAgreement(), ilRegistrationGUI\fillMembershipLimitation(), ilStudyProgrammeMembersTableGUI\fillRow(), ilCalendarManageTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilMediaObjectUsagesTableGUI\fillRow(), ilMediaPoolPageUsagesTableGUI\fillRow(), ilMediaPoolTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilWorkspaceShareTableGUI\fillRow(), ilRepDependenciesTableGUI\fillRow(), ilSkillLevelTableGUI\fillRow(), ilLPObjectStatisticsDailyTableGUI\fillRow(), ilLPObjectStatisticsLPTableGUI\fillRow(), ilLPObjectStatisticsTableGUI\fillRow(), ilRoleAssignmentTableGUI\fillRow(), ilECSImportedContentTableGUI\fillRow(), ilUnitCategoryTableGUI\fillRow(), ilOrgUnitOperationContextQueries\findByObjId(), ilOrgUnitOperationContextQueries\findByRefId(), ilObjectLP\findMembershipsByPath(), ilAdministrationGUI\forward(), ilObjPluginDispatchGUI\forward(), ilContainerContentGUI\forwardToColumnGUI(), ilMDKeywordExposer\generalReader(), ilMailMemberSearchGUI\generateContextArray(), ilStudyProgrammeMailMemberSearchGUI\generateContextArray(), ilStudyProgrammeSettingsDBRepository\get(), ilTaxonomyClassificationProvider\getActiveTaxonomiesForParentRefId(), ILIAS\Skill\Profile\SkillProfileCompletionManager\getActualMaxLevels(), ilContainerPageGUI\getAdditionalPageActions(), ILIAS\Course\Grouping\Table\AssignmentRetrieval\getAllEligibleRefIDs(), ilPersonalSkillsGUI\getAllSuggestedResources(), ILIAS\Skill\Table\ProfileUserAssignmentTable\getAssignmentTitle(), ilBadgeHandler\getAvailableManualBadges(), ilOrgUnitOperationContextDBRepository\getByObjId(), ilOrgUnitOperationContextDBRepository\getByRefId(), ilCalendarSelectionBlockGUI\getCalendars(), ilAppointmentBaseFileHandler\getCatInfo(), ilPCTableGUI\getCellContent(), ilObjectGUI\getCenterColumnHTML(), ilPageContentGUI\getCharacteristicsOfCurrentStyle(), ilCalendarAppointmentBaseFactory\getClassBaseName(), ILIAS\Skill\Table\LevelResourcesTable\getComponent(), ilConditionHandler\getConditionController(), ilLTIViewGUI\getContextId(), ilObjItemGroupGUI\getCreatableObjectTypes(), ilObjSessionGUI\getCreatableObjectTypes(), ilObjStudyProgramme\getCreatableSubObjects(), ilObjectLP\getCurrentMode(), ilGuidedTourGUI\getData(), ILIAS\Skill\Table\AssignedObjectsTable\getDataRetrieval(), ILIAS\Skill\Table\LevelResourcesTable\getDataRetrieval(), ilParticipants\getDefaultMemberRole(), ilStyleDataSet\getDependencies(), ILIAS\Style\Content\Object\ObjectManager\getEffectiveStyleId(), ilTrackingLearningHistoryProvider\getEntries(), ilObjectCopyGUI\getErrorMessageOnDisallowedObjectTypeForTarget(), ILIAS\Exercise\GUIRequest\getExercise(), ilExportFilesToIRSSMigration\getExportDirectory(), ilLPTableBaseGUI\getExportMeta(), ILIAS\ILIASObject\Properties\AdditionalProperties\LegacyRepository\getFor(), ilObjGlossary\getGlossariesForCollection(), ilNoteGUI\getGlyph(), ilWorkspaceAccessHandler\getGotoLink(), ilPDNotesGUI\getGui(), ilObjectListGUI\getHeaderAction(), ILIAS\Help\Module\ModuleDBRepository\getHelpModules(), ilRepositorySelectorInputGUI\getHighlightedNode(), ilCalendarAppointmentPanelGUI\getHTML(), ilLocatorGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilPathGUI\getHTML(), ilDidacticTemplateIconFactory\getIconPathForObject(), ilDidacticTemplateIconFactory\getIconPathForReference(), ilParticipants\getInstance(), ilObjectLP\getInstance(), ilParticipants\getInstanceByObjId(), ilObjStudyProgrammeCache\getInstanceByRefId(), ilAdvancedMDValues\getInstancesForObjectId(), ilBookingReservationsTableGUI\getItems(), ilCalendarSelectionBlockGUI\getLegacyContent(), ilLMPageObjectGUI\getLinkXML(), ilPageLinker\getLinkXML(), ilPDTasksBlockGUI\getListItemForData(), ilPersonalSkillsGUI\getMaterialInfo(), ilPersonalSkillsGUI\getMaterials(), ILIAS\Container\Screen\MemberViewLayoutProvider\getMemberViewModeInfo(), ILIAS\Init\Provider\StartUpMetaBarProvider\getMetaBarItems(), ILIAS\COPage\PC\MediaObject\MediaObjectManager\getMultimediaXML(), ilCalendarCategories\getNotificationCalendars(), ilNoteGUI\getNumber(), ilCmiXapiAbstractReportLinkBuilder\getObj(), ilObjectRolePermissionTableGUI\getObjType(), ilObjectRoleTemplatePermissionTableGUI\getObjType(), ilOrgUnitPermissionTableGUI\getObjType(), ilMemberExport\getOrderedExportableFields(), ilAppointmentPresentationSessionGUI\getOtherMaterials(), ilSessionParticipantsTableGUI\getParentLocalRoles(), ilBadge\getParentMeta(), ilTrQuery\getParticipantsForObject(), ilExPeerReviewGUI\getPeerReviewReceiverPanel(), ilObjFileAbstractZipProcessor\getPossibleContainerObj(), ilLTIProviderReleasedObjectsTableGUI\getRecords(), ilDidacticTemplateSettingsTableDataRetrieval\getRecords(), ilExerciseManagementGUI\getReportPanel(), ILIAS\User\Settings\StartingPoint\SettingsGUI\getRepositoryObjectInput(), ilContainerContentGUI\getRightColumnHTML(), ilObjectGUI\getRightColumnHTML(), ilRegistrationRoleAssignments\getRoleByEmail(), ilRbacReview\getRoleFolderOfRole(), ilAdministrationSettingsFormHandler\getSettingsGUIInstance(), ilAdvancedMDRecord\getSharedRecords(), ilWorkspaceFolderUserSettings\getSortation(), ilPageContentGUI\getStyle(), ilClassificationBlockGUI\getSubItemIds(), ilTrQuery\getSubItemType(), ilTaggingClassificationProvider\getSubTreeTags(), ilLPCollectionOfLMChapters\getTableGUIData(), ilObjSessionGUI\getTabs(), ilNoteGUI\getTarget(), ilCalendarBlockGUI\getTargetGUIClassPath(), ilConsultationHoursCalendarBlockGUI\getTargetGUIClassPath(), ilRoleAssignmentTableGUI\getTitleForReference(), ilObjStudyProgrammeAutoMembershipsGUI\getTitleRepresentation(), ilRepositoryExplorerGUI\getTopNodeForRefId(), ilContainerGUI\getTreeSelectorGUI(), ilNoteGUI\getTriggerShyButton(), ilConditionObjectAdapter\getTypeForObjId(), ilNewsObjectAdapter\getTypeForObjId(), ilSkillObjectAdapter\getTypeForObjId(), ilOrgUnitPositionAccess\getTypeForRefId(), ILIAS\MetaData\OERHarvester\RepositoryObjects\Handler\getTypeOfObject(), ilSoapUserAdministration\getUserForRole(), ilAppointmentPresentationGUI\getUserName(), ilAdvancedMDFieldDefinitionInternalLink\getValueForXML(), ilNoteGUI\getWidget(), ILIAS\Export\ExportHandler\Part\ContainerManifest\Handler\getXML(), ilCOPageExporter\getXmlExportHeadDependencies(), ilFileExporter\getXmlRepresentation(), ilForumExporter\getXmlRepresentation(), ilObject2GUI\handleAfterSaveCallback(), ilCourseAppEventListener\handleEvent(), ilOrgUnitAppEventListener\handleEvent(), ilSearchAppEventListener\handleEvent(), ilTaggingAppEventListener\handleEvent(), ilECSEventQueueReader\handleImportReset(), ilECSAppEventListener\handleMembership(), ilObjectLP\handleMove(), ilLTIProviderObjectSettingGUI\hasSettingsAccess(), ilWorkspaceAccessTableGUI\importData(), ilCalendarDataSet\importRecord(), ilGlossaryDataSet\importRecord(), ilUserDataSet\importRecord(), ilRoleXmlImporter\importSimpleXml(), ilOrgUnitImporter\importXmlRepresentation(), ilInternalLinkGUI\init(), ilObjectCopyGUI\init(), ILIAS\components\Export\HTML\ExportCollector\init(), ilLearningProgressGUI\initCollectionManualForm(), ilConditionHandlerGUI\initConditionTriggerForm(), ilDashboardRecommendedContentGUI\initData(), ILIAS\AdvancedMetaData\Services\SubObjectModes\DataTable\Supplier\initData(), ilPageObjectGUI\initEditing(), ilSessionParticipantsTableGUI\initFilter(), ilContainerNewsSettingsGUI\initForm(), ilPCResourcesGUI\initForm(), ilRbacAdmin\initIntersectionPermissions(), ilObjectCustomUserFieldsGUI\initMemberForm(), ilObjContentObjectGUI\initMenuEntryForm(), ilLTIProviderObjectSettingGUI\initObjectSettingsForm(), ilPluginLP\initPlugin(), ilConditionHandlerGUI\initRangeConditionInputItem(), ilCmiXapiHighscoreReport\initTableData(), ilPCContentIncludeGUI\insertFromPool(), ilPCQuestionGUI\insertFromPool(), ilPCMediaObjectGUI\insertFromPool(), ILIAS\COPage\Page\PageContentManager\insertInstIntoIDs(), ilObjectListGUI\insertMultiDownloadCommand(), ilObjectListGUI\insertPasteCommand(), ilObjectListGUI\insertSubscribeCommand(), ilObjectContentStyleSettingsGUI\isContainer(), ilPluginLP\isLPMember(), ilOrgUnitGlobalSettings\isPositionAccessActiveForObject(), ilAssQuestionPreviewSettings\isTestRefId(), ilAdministrationGUI\jump(), ilObjUserFolderGUI\jumpToUserObject(), ilObjItemGroupGUI\listMaterials(), ilMediaCreationGUI\listPoolItems(), ilRepositorySearchGUI\listUsers(), ilContainerReferenceGUI\loadPropertiesFromSettingsForm(), ilObjSAHSLearningModule\lookupAssignedGlossary(), ilCalendarSettings\lookupCalendarActivated(), ilCalendarSettings\lookupCalendarContentPresentationEnabled(), ilStudyProgrammeUserTable\lookupTitle(), ILIAS\Search\Presentation\Result\Object\PropertiesAggregatorImpl\lookupType(), ilCertificateObjectHelper\lookupType(), ilObjSessionGUI\materialsObject(), ilCmiXapiAppEventListener\onServiceObjectDeleteOrToTrash(), ilStudyProgrammeAppEventListener\onServiceObjectDeleteOrToTrash(), ilLearningSequenceAppEventListener\onServiceTrackingUpdateStatus(), ilStudyProgrammeAppEventListener\onServiceTreeInsertNode(), ilStudyProgrammeAppEventListener\onServiceTreeMoveTree(), ilCalendarManageTableGUI\parse(), ilObjectCopyProgressTableGUI\parse(), ilObjectTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilDclMobRecordRepresentation\parseFormInput(), ilDataSet\parseObjectExportId(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilAdministrationCommandGUI\paste(), ilAdministrationCommandGUI\performPasteIntoMultipleObjects(), assQuestionGUI\populateTaxonomyFormSection(), ILIAS\ILIASObject\Properties\Aggregator\preload(), ilAdvancedMDFieldDefinitionSelect\prepareCustomDefinitionFormConfirmation(), ilObjectGUI\prepareOutput(), ilSkillObjDeletionHandler\processDeletion(), ilGlossaryObjDeletionHandler\processObjectDeletion(), ilObjStudyProgrammeReference\putInTree(), ilObjStudyProgramme\putInTree(), ilCalendarCategory\read(), ILIAS\Calendar\ConsultationHours\BookingDataProvider\read(), ILIAS\Conditions\Configuration\ConditionTriggerProvider\read(), ilExerciseMembers\read(), ilObjSAHSLearningModule\read(), ilScorm2004DataSet\readData(), ilCalendarCategories\readReposCalendars(), ilCalendarCategories\readSelectedCategories(), ilObjSessionGUI\redirectToParentContentPageObject(), ilObjectGUI\redirectToRefId(), ilObjOrgUnitGUI\redirectToRefId(), ilContainerGUI\redrawListItemObject(), ilECSCmsCourseMemberCommandQueueHandler\refreshAssignmentStatus(), ilLPStatusManualByTutor\refreshStatus(), ilCmiXapiAppEventListener\removeMembers(), ilSkillProfileGUI\removeUsers(), ilLearningHistoryTimelineItem\render(), ilLMContentRendererGUI\renderFocusMessage(), ilCalendarSelectionBlockGUI\renderItem(), ilAccountMail\replacePlaceholders(), ILIAS\COPage\PC\MediaObject\MediaObjectManager\resolveMediaAliases(), ilCollectWorkspaceFilesJob\run(), ILIAS\OrgUnit\Webservices\SOAP\AddUserIdToPositionInOrgUnit\run(), ILIAS\OrgUnit\Webservices\SOAP\RemoveUserIdFromPositionInOrgUnit\run(), ilContainerNewsSettingsGUI\save(), ilNewsTimelineGUI\save(), ilObjStudyProgrammeAutoCategoriesGUI\save(), ilCertificateGUI\saveCertificate(), ilOrgUnitGlobalSettings\saveDefaultPositionActivationStatus(), ilObjStyleSheetGUI\saveObject(), ilInfoScreenGUI\saveProgress(), ilConsultationHoursGUI\saveSequence(), ilObjectCopyGUI\saveSource(), ilObjectCopyGUI\saveSourceMembership(), ilObjectCopyGUI\saveTarget(), ilMembershipCronNotifications\sendMail(), ilObjContentObject\setAutoGlossaries(), ILIAS\Repository\Ownership\OwnershipManagementRetrieval\setData(), ilMailNotification\setObjId(), ilObjStudyProgramme\setProgressesCompletedFor(), ilConditionSelector\setRefId(), ilObjItemGroupGUI\setTabs(), ilDerivedTasksGUI\show(), ilCalendarAppointmentGUI\showInfoScreen(), ilInternalLinkGUI\showLinkHelp(), ilAdministrationCommandGUI\showLinkIntoMultipleObjectsTree(), ilMemberViewGUI\showMemberViewSwitch(), ilAdministrationCommandGUI\showMoveIntoObjectTree(), ilPageObjectGUI\showPage(), ilExerciseManagementGUI\showParticipantObject(), ilAdvancedMDSettingsGUI\showRecords(), ilOrgUnitSimpleImport\simpleImportElement(), ilAdministrationExplorerGUI\sortChilds(), ilRepositoryExplorerGUI\sortChilds(), ilRepositorySelectorExplorerGUI\sortChilds(), ilRepositoryExplorer\sortNodes(), ilSearchAppEventListener\storeElement(), ilBulkEditQuestionsGUI\storeTaxonomies(), ilPCCurriculum\supportsCurriculum(), ilPCLauncher\supportsLauncher(), ilPCPRGActionNote\supportsType(), ilPCPRGStatusInfo\supportsType(), ilAdvancedMDRecord\toXML(), ilDidacticTemplateLocalPolicyAction\toXml(), ilDidacticTemplateLocalRoleAction\toXml(), ilConditionHandlerGUI\translateOperator(), ilObjStudyProgrammeReferenceGUI\tryingToCreateCircularReference(), ilNewsTimelineGUI\update(), ilECSAppEventListener\updateEnrolmentStatus(), ilPortfolioPage\updateInternalLinks(), ilLMObject\updateInternalLinks(), ilNewsItemGUI\updateNewsItem(), ilMediaPoolItem\updateObjectTitle(), ilObjectLP\updateParentCollections(), ilObjectServiceSettingsGUI\updateServiceSettingsForm(), ilLTIProviderObjectSettingGUI\updateSettings(), ilECSCategoryMappingRule\validate(), ilLPCollectionOfRepositoryObjects\validateEntry(), ilSoapObjectAdministration\validateReferences(), ILIAS\User\Profile\PublicProfileGUI\validateUser(), ilObjStudyProgrammeAutoCategoriesGUI\view(), ilRoleXmlExport\writeRole(), and ilContainerXmlWriter\writeSubitems().
Here is the caller graph for this function:
|
staticfinal |
Prepare copy wizard object selection.
This method should be renamed. Currently, used in ilObjSurvey and ilObjTest
Definition at line 1538 of file class.ilObject.php.
References $lng, ILIAS\UI\Implementation\Component\Input\Field\$options, and ilLanguage\txt().
Referenced by ilObjTest\_getAvailableTests().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
Definition at line 987 of file class.ilObject.php.
References $db, $DIC, $ref_id, and ilDBInterface\update().
Here is the call graph for this function:
|
staticfinal |
Definition at line 953 of file class.ilObject.php.
References $db, $DIC, $ref_id, ilDBInterface\now(), and ilDBInterface\update().
Here is the call graph for this function:
|
staticfinal |
write description to db (static)
Definition at line 1043 of file class.ilObject.php.
References $db, $desc, $DIC, $obj_definition, _lookupType(), ilDBInterface\insert(), ilObjectDefinition\isRBACObject(), ilDBInterface\now(), ilDBInterface\query(), ilDBInterface\quote(), ilStr\shortenTextExtended(), and ilDBInterface\update().
Referenced by ilObjMediaObject\beforeMDUpdateListener().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
write import id to db (static)
Definition at line 1091 of file class.ilObject.php.
References $db, $DIC, $import_id, ilDBInterface\now(), and ilDBInterface\update().
Referenced by ilAuthProviderECS\createUser(), and ilCourseXMLParser\handlerBeginTag().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
write title to db (static)
Definition at line 1023 of file class.ilObject.php.
References $db, $DIC, $title, ilDBInterface\now(), and ilDBInterface\update().
Referenced by ilObjMediaObject\beforeMDUpdateListener(), and ilObjSAHSLearningModuleGUI\uploadObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Prepend Copy info if object with same name exists in that container.
Definition at line 1689 of file class.ilObject.php.
References ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle().
Here is the call graph for this function:
|
private |
Definition at line 1719 of file class.ilObject.php.
|
private |
Definition at line 1766 of file class.ilObject.php.
| ilObject::applyDidacticTemplate | ( | int | $tpl_id | ) |
Reimplemented in ilObjGroup.
Definition at line 1438 of file class.ilObject.php.
References ilDidacticTemplateObjSettings\assignTemplate(), ilDidacticTemplateActionFactory\getActionsByTemplateId(), getId(), ilLoggerFactory\getLogger(), and getRefId().
Referenced by ilSessionDataSet\applyDidacticTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjMediaObject.
Definition at line 730 of file class.ilObject.php.
Referenced by createMetaData().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjMediaObject.
Definition at line 778 of file class.ilObject.php.
Referenced by deleteMetaData().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjMediaObject.
Definition at line 705 of file class.ilObject.php.
Referenced by MDUpdateListener().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjMediaObject.
Definition at line 761 of file class.ilObject.php.
Referenced by updateMetaData().
Here is the caller graph for this function:
|
private |
Definition at line 1793 of file class.ilObject.php.
| ilObject::cloneDependencies | ( | int | $target_id, |
| int | $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.
Reimplemented in ilObjGroup, ilObjItemGroup, ilObjCategory, ilContainer, ilObjCourse, and ilObjFolder.
Definition at line 1809 of file class.ilObject.php.
References ilConditionHandler\cloneDependencies(), and ilDidacticTemplateObjSettings\lookupTemplateId().
Here is the call graph for this function:| ilObject::cloneMetaData | ( | ilObject | $target_obj | ) |
Copy meta data.
Reimplemented in ilObject2.
Definition at line 1827 of file class.ilObject.php.
References getId(), ILIAS\Survey\Mode\getId(), and getType().
Referenced by ilObjCourse\cloneObject(), and ilObjSurveyQuestionPool\cloneObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Collect deletion dependencies.
E.g.
Definition at line 1969 of file class.ilObject.php.
|
final |
Definition at line 1271 of file class.ilObject.php.
Referenced by delete(), and ilObjSurvey\delete().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::create | ( | ) |
note: title, description and type should be set when this function is called
Reimplemented in ilObjRole, shibUser, ilObjBookingPool, ilContainer, ilObjCourse, ilObjCourseReference, ilObjTalkTemplate, ilObjExercise, ilObjForum, ilObjGroup, ilObjIndividualAssessment, ilObjLearningSequence, ilObjMediaCast, ilObjMediaPool, ilObjOrgUnit, ilObjStudyProgramme, ilObjTest, and ilObjWebDAV.
Definition at line 551 of file class.ilObject.php.
References $DIC, $id, $owner, $user, error(), getDescription(), getId(), getImportId(), ilOrgUnitGlobalSettings\getInstance(), getLongDescription(), getObjectProperties(), getOwner(), getTitle(), getType(), setOwner(), and supportsOfflineHandling().
Referenced by ilRemoteObjectBase\createFromECSEContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 710 of file class.ilObject.php.
References $DIC, beforeCreateMetaData(), doCreateMetaData(), getId(), getLongDescription(), getTitle(), and getType().
Referenced by ilObjSurvey\create(), ilObjSurveyQuestionPool\create(), ilObjQuestionPool\create(), ilObjLinkResource\create(), ilObjCourse\create(), ilObjGroup\create(), ilObjIndividualAssessment\create(), ilObjMediaCast\create(), ilObjMediaPool\create(), ilObjTest\create(), ilObjContentObject\create(), ilObjFileBasedLM\create(), ilObjSession\create(), ilObjGlossary\create(), ilObjSAHSLearningModule\create(), ilObjBlog\doCreate(), ilObjContentPage\doCreate(), and ilObjDataCollection\doCreate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::createReference | ( | ) |
creates reference for object
Reimplemented in ilObjSurvey, and ilObjQuestionPool.
Definition at line 1249 of file class.ilObject.php.
References $ref_id, error(), and getId().
Referenced by ilSoapExerciseAdministration\addExercise(), ilObjStudyProgramme\addNode(), ilSoapObjectAdministration\addReferences(), ilECSCourseCreationHandler\createCourseReference(), ilRemoteObjectBase\createFromECSEContent(), ilObject2GUI\putObjectInTree(), and ilObjectGUI\putObjectInTree().
Here is the call 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!!
Reimplemented in ilObjRole, ilObjRoleFolder, ilObjRoleTemplate, ilObjBookingPool, ilObjCategory, ilObjChatroom, ilObjComponentSettings, ilContainer, ilContainerReference, ilObjCourse, ilObjCourseAdministration, ilObjCourseReference, ilObjTalkTemplateAdministration, ilObjExercise, ilObjExerciseAdministration, ilObjForum, ilObjGlossary, ilObjGroup, ilObjGroupAdministration, ilObjFileBasedLM, ilObject2, ilObjObjectFolder, ilObjIndividualAssessment, ilObjLearningSequence, ilObjMediaCast, ilObjMediaObject, ilObjMediaPool, ilObjOrgUnit, ilObjRepositorySettings, ilObjRootFolder, ilObjSAHSLearningModule, ilObjSession, ilObjSkillManagement, ilObjStudyProgramme, ilObjStyleSheet, ilObjSurvey, ilObjSurveyQuestionPool, ilObjTaxonomyAdministration, ilObjTest, ilObjQuestionPool, ilObjUserFolder, ilObjLinkResource, ilObjWebResourceAdministration, and ilObjWiki.
Definition at line 1298 of file class.ilObject.php.
References $DIC, $rbac_admin, $type, ilAdvancedMDValues\_deleteByObjId(), ilLPObjSettings\_deleteByObjId(), ilBlockSetting\_deleteSettingsOfBlock(), _lookupType(), ilObjectDataDeletionLog\add(), countReferences(), ilRbacLog\delete(), ilObjectActivation\deleteAllEntries(), ilDidacticTemplateObjSettings\deleteByObjId(), ilDidacticTemplateObjSettings\deleteByRefId(), error(), getId(), ilECSImportManager\getInstance(), getObjectProperties(), getRefId(), getTitle(), getType(), and ilRbacAdmin\revokePermission().
Referenced by ilObject2GUI\deleteConfirmedObjects(), ilEmployeeTalkAppointmentGUI\deleteTalks(), and ILIAS\Skill\Tree\SkillTreeManager\deleteTree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 766 of file class.ilObject.php.
References beforeDeleteMetaData(), doDeleteMetaData(), getId(), and getType().
Referenced by ilObjCourse\delete(), ilObjGroup\delete(), ilObjIndividualAssessment\delete(), ilObjMediaCast\delete(), ilObjMediaPool\delete(), ilObjSAHSLearningModule\delete(), ilObjSession\delete(), ilObjSurvey\delete(), ilObjTest\delete(), ilObjQuestionPool\delete(), ilObjLinkResource\delete(), ilObjBlog\doDelete(), ilObjCmiXapi\doDelete(), ilObjDataCollection\doDelete(), and ilObjFile\doDelete().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjSurvey, and ilObjTest.
Definition at line 726 of file class.ilObject.php.
Referenced by createMetaData().
Here is the caller graph for this function:
|
protected |
Definition at line 774 of file class.ilObject.php.
Referenced by deleteMetaData().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilObjCourse, ilObjContentObject, and ilObjLinkResource.
Definition at line 701 of file class.ilObject.php.
Referenced by MDUpdateListener().
Here is the caller graph for this function:
|
protected |
Definition at line 757 of file class.ilObject.php.
Referenced by updateMetaData().
Here is the caller graph for this function:
|
static |
Try to fix missing object titles.
Definition at line 2084 of file class.ilObject.php.
References $DIC, ilDBInterface\fetchAssoc(), ilDBInterface\in(), and ilDBInterface\query().
Referenced by ilObjectOwnershipManagementGUI\listObjects().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::flushObjectProperties | ( | ) |
Definition at line 159 of file class.ilObject.php.
|
static |
Definition at line 2038 of file class.ilObject.php.
References $DIC, $res, $user_id, ilDBInterface\fetchAssoc(), ilObjectDefinition\getSubObjectsRecursively(), ilDBInterface\in(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilObjectOwnershipManagementGUI\listObjects().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1752 of file class.ilObject.php.
|
final |
Get create date in YYYY-MM-DD HH-MM-SS format.
Definition at line 534 of file class.ilObject.php.
References $create_date.
Referenced by ilCmiXapiUser\getIdent(), and ilCmiXapiUser\getIdentAsId().
Here is the caller graph for this function:
|
static |
Get deletion dependencies.
Reimplemented in ilObjGlossary.
Definition at line 2014 of file class.ilObject.php.
|
final |
Definition at line 380 of file class.ilObject.php.
References $desc.
Referenced by ilObjContentPageGUI\afterSave(), create(), ilObjTaxonomy\doCloneObject(), ilObjFile\doCreate(), ilObjFile\doUpdate(), ilObjQuestionPool\exportTitleAndDescription(), ilStudyProgrammeExpandableProgressListGUI\getAccordionContentCoursesHTML(), ilObjCmiXapi\getStatementContextActivities(), ilObjCmiXapi\getStatementObject(), ilIndividualAssessmentSettingsStorageDB\loadSettings(), ilObjForum\saveData(), ilObjForum\update(), and updateMetaData().
Here is the caller graph for this function:| ilObject::getHTMLDirectory | ( | ) |
Definition at line 1492 of file class.ilObject.php.
|
static |
Definition at line 1889 of file class.ilObject.php.
References $DIC, $location, and ilUtil\getImagePath().
Referenced by ilObjectGUI\buildSubItemsForGroup(), and ilObjectGUI\createObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::getId | ( | ) |
Definition at line 311 of file class.ilObject.php.
References $id.
Referenced by ilObjectMetaDataGUI\__construct(), ilConditionHandlerGUI\__construct(), ILIAS\StudyProgramme\Certificate\ilCertificateSettingsStudyProgrammeFormRepository\__construct(), ILIAS\Exercise\Assignment\Mandatory\RandomAssignmentsManager\__construct(), ILIAS\Glossary\Export\GlossaryHtmlExport\__construct(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\__construct(), ilContainerStartObjectsContentGUI\__construct(), ilExcAssMemberState\__construct(), ilIndividualAssessmentMembersTableGUI\__construct(), ilBiblFactoryFacade\__construct(), ilBiblAdminLibraryFacade\__construct(), ilBiblAdminFactoryFacade\__construct(), ilBookingPreferencesGUI\__construct(), ilBookingProcessWithScheduleGUI\__construct(), ilCmiXapiRegistrationGUI\__construct(), ilCertificateSettingsCmiXapiFormRepository\__construct(), ilCertificateSettingsLTIConsumerFormRepository\__construct(), ILIAS\Exercise\Certificate\CertificateSettingsExerciseRepository\__construct(), ilExerciseMembers\__construct(), ilAssignmentPresentationGUI\__construct(), ilExerciseXMLParser\__construct(), ilLMObject\__construct(), ilPollAnswersHandler\__construct(), ilMailingList\__construct(), ilObjBlog\__construct(), ilBookBulkCreationGUI\__construct(), ILIAS\BookingManager\BookingProcess\ProcessUtilGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilLOMemberTestResultTableGUI\__construct(), ILIAS\LearningModule\Editing\EditSubObjectsGUI\__construct(), ilSCORMExplorer\__construct(), ilStyleImportParser\__construct(), ilObjCourse\__createDefaultSettings(), ilObjCourse\__deleteSettings(), ilObjCourse\__readSettings(), ilObjSessionAccess\_checkAccess(), ilObjCourseGrouping\_checkGroupingDependencies(), ilObjCourseGrouping\_getGroupingItems(), ILIAS\LegalDocuments\Repository\DatabaseHistoryRepository\acceptDocument(), ILIAS\LegalDocuments\Repository\DatabaseHistoryRepository\acceptedVersion(), ILIAS\Cron\Job\Repository\JobRepositoryImpl\activateJob(), ilDclNotification\add(), ilObjectDataDeletionLog\add(), assQuestionImport\addQuestionToParentObjectAndBuildMappingEntry(), ilObjOrgUnit\addTranslation(), ilObjRootFolder\addTranslation(), ilObjChatroomGUI\afterImport(), ilObjCourseGUI\afterImport(), ilObjBibliographicGUI\afterSave(), ilObjTaxonomyGUI\afterSave(), ilObjCategoryGUI\afterSave(), ilObjChatroomGUI\afterSave(), ilObjCourseGUI\afterSave(), ilObjFolderGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), ilObjPortfolioGUI\afterSave(), ilObjStudyProgrammeGUI\afterSave(), ilObjLinkResourceGUI\afterSave(), ilObjGroupGUI\afterSave(), ILIAS\LegalDocuments\Repository\DatabaseHistoryRepository\alreadyAccepted(), ilObjQuestionPool\appendCounterToQuestionTitleIfNecessary(), applyDidacticTemplate(), ilUserImportParser\assignToRole(), ilObjStudyProgramme\assignUser(), ilObjOrgUnit\assignUsersToEmployeeRole(), ilObjOrgUnit\assignUsersToSuperiorRole(), ilObjOrgUnit\assignUserToLocalRole(), ilIndividualAssessmentAccessHandler\assignUserToMemberRole(), ilIndividualAssessmentMembers\buildNewRecordOfUser(), ILIAS\Test\Questions\Properties\DatabaseRepository\buildQuestionPropertiesForFixedTest(), ilAuthFrontend\checkExceededLoginAttempts(), ilObjCourse\checkLPStatusSync(), ilAuthFrontend\checkSimultaneousLogins(), ilDclNotification\clear(), ilObjPortfolioBase\cloneBasics(), ilObjSession\cloneDependencies(), ilObjGroup\cloneDependencies(), ilObjCategory\cloneDependencies(), ilObjCourse\cloneDependencies(), ilObjLearningSequence\cloneLPSettings(), cloneMetaData(), ilObjTaxonomy\cloneNodes(), ilObjCourseReference\cloneObject(), ilObjChatroom\cloneObject(), ilObjCourse\cloneObject(), ilObjFolder\cloneObject(), ilObjTest\clonePage(), ilTestFixedQuestionSetConfig\cloneQuestionSetRelatedData(), ilObjSession\cloneSettings(), ilObjBibliographic\cloneStructure(), ilObjDataCollection\cloneStructure(), ilObjMediaCast\copyItems(), ilObjQuestionPool\copyQuestion(), ilObjTest\copyQuestions(), ilTestRandomQuestionSetPoolDeriver\copyQuestionsToPool(), ilObjTestGUI\copyQuestionToPool(), ilObjEmployeeTalkSeriesGUI\copyTemplateValues(), ilObjMediaPool\copyTreeContent(), ilObjPoll\countVotes(), ilObjCourse\create(), ilObjTalkTemplate\create(), ilObjForum\create(), ilObjGroup\create(), create(), ilObjIndividualAssessment\create(), ilObjLearningSequence\create(), ilObjMediaCast\create(), ilObjOrgUnit\create(), ilObjFileBasedLM\create(), ilObjSession\create(), ilObjGlossary\create(), ilObjSAHSLearningModule\create(), ilCertificatePathFactory\create(), ilCertificateGUIFactory\create(), ilCalendarAppEventListener\createAppointments(), ilRemoteObjectBase\createAuthResource(), ilCalendarAppEventListener\createCategory(), ilContainer\createContainerDirectory(), ilObjLearningSequence\createContentPage(), ilECSCourseCreationHandler\createCourseReference(), ilObjChatroom\createDefaultRole(), ilObjTest\createExportDirectory(), ilObjQuestionPool\createExportDirectory(), ilObjMediaPool\createMepTree(), createMetaData(), createReference(), ilObjForum\createSettings(), ILIAS\LegalDocuments\Repository\DatabaseHistoryRepository\currentDocumentOfAcceptedVersion(), ilObjOrgUnit\deassignUserFromEmployeeRole(), ilObjOrgUnit\deassignUserFromLocalRole(), ilIndividualAssessmentAccessHandler\deassignUserFromMemberRole(), ilObjOrgUnit\deassignUserFromSuperiorRole(), ilObjRoleTemplate\delete(), ilObjCategory\delete(), ilObjChatroom\delete(), ilContainerReference\delete(), ilObjCourse\delete(), ilObjCourseReference\delete(), ilObjForum\delete(), ilObjGroup\delete(), delete(), ilObjLearningSequence\delete(), ilObjMediaCast\delete(), ilObjOrgUnit\delete(), ilObjSAHSLearningModule\delete(), ilObjSession\delete(), ilObjStudyProgramme\delete(), ilObjSurvey\delete(), ilObjTest\delete(), ilObjQuestionPool\delete(), ilDclNotification\delete(), ilObjPoll\deleteAllAnswers(), ilObjStudyProgramme\deleteAllAutomaticContentCategories(), ilObjStudyProgramme\deleteAllAutomaticMembershipSources(), ilObjPoll\deleteAllVotes(), ilObjStudyProgramme\deleteAssignmentsAndProgresses(), ilObjStudyProgramme\deleteAutomaticContentCategories(), ilObjStudyProgramme\deleteAutomaticMembershipSource(), ilDclNotification\deleteForObject(), ilIndividualAssessmentMembersStorageDB\deleteMembers(), deleteMetaData(), ilObjMediaCast\deleteOrder(), ilIndividualAssessmentSettingsStorageDB\deleteSettings(), ilObjSurvey\deleteSurveyRecord(), ilObjTest\deleteTest(), ilObjSCORM2004LearningModule\deleteTrackingDataOfUsers(), ilObjOrgUnit\deleteTranslation(), ilObjRootFolder\deleteTranslation(), ilObjMediaCastGUI\determinePlaytimeObject(), ilLMNavigationStatus\determineStatus(), ilObjStudyProgramme\disableAutomaticMembershipSource(), ilADNDismiss\dismiss(), ILIAS\Registration\DualOptIn\Service\DualOptInServiceImpl\distributeMailsOnRegistration(), ilObjFile\doCloneObject(), ilObjPoll\doCloneObject(), ilObjBibliographic\doCloneObject(), ilObjBlog\doCloneObject(), ilObjContentPage\doCloneObject(), ilObjItemGroup\doCloneObject(), ilObjPortfolioTemplate\doCloneObject(), ilObjBibliographic\doCreate(), ilObjContentPage\doCreate(), ilObjDataCollection\doCreate(), ilObjFile\doCreate(), ilObjItemGroup\doCreate(), ilObjPoll\doCreate(), ilObjTaxonomy\doCreate(), ilRemoteObjectBase\doCreate(), ilObjCmiXapi\doDelete(), ilObjContentPage\doDelete(), ilObjDataCollection\doDelete(), ilObjFile\doDelete(), ilObjItemGroup\doDelete(), ilObjPoll\doDelete(), ilRemoteObjectBase\doDelete(), ilObjBibliographic\doDelete(), ilMailSearchObjectGUI\doesExposeMembers(), ilObjLinkResource\doMDUpdateListener(), ilObjBlog\doRead(), ilObjDataCollection\doRead(), ilObjFile\doRead(), ilObjItemGroup\doRead(), ilRemoteObjectBase\doRead(), ilObjDataCollection\doUpdate(), ilObjFile\doUpdate(), ilObjItemGroup\doUpdate(), ilObjPoll\doUpdate(), ilRemoteObjectBase\doUpdate(), McstImageGalleryGUI\downloadAll(), ilObjStudyProgramme\enableAutomaticMembershipSource(), ILIAS\LegalDocuments\Condition\Role\eval(), ilObjCourseReferenceGUI\executeCommand(), ilGroupAddToGroupActionGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilMailFolderGUI\executeTableAction(), ilObjSCORMLearningModule\exportSelected(), ILIAS\Repository\Provider\RepositoryOpenGraphExposer\exposeObjectOpenGraphMetaData(), ILIAS\News\Domain\UserContextResolver\filterContexts(), ilCmiXapiUser\generateRegistration(), ILIAS\News\Domain\UserContextResolver\getAccessibleContexts(), ilObjectXMLWriter\getAccessInfo(), ilStudyProgrammeExpandableProgressListGUI\getAccordionContentCoursesHTML(), ilUsersGalleryGUI\getActionsSection(), ilObjStudyProgramme\getAllChildren(), ilObjStudyProgramme\getAllPrgChildren(), ilObjQuestionPool\getAllQuestionIds(), ilObjQuestionPool\getAllQuestions(), ilObjPoll\getAnswers(), ilObjSAHSLearningModule\getApiStudentId(), ilObjFile\getArrayForDatabase(), ilObjStudyProgramme\getAssignments(), ilObjStudyProgramme\getAssignmentsOf(), ILIAS\Blog\Exercise\BlogExercise\getAssignmentsOfBlog(), ilObjStudyProgramme\getAssignmentsOfSingleProgramForUser(), ilObjSCORM2004LearningModule\getAttemptsForUser(), ilObjSCORMLearningModule\getAttemptsForUser(), ilObjSCORMLearningModule\getAttemptsForUsers(), ilObjStudyProgramme\getAutomaticContentCategories(), ilObjStudyProgramme\getAutomaticMembershipSources(), ilObjStudyProgramme\getCertificateRelevantAssignmentIds(), ilObjStudyProgramme\getChildren(), ilContainer\getContainerDirectory(), ilObjLearningSequence\getContentPageId(), ilObjForum\getCountUnread(), ilObjCmiXapi\getCurrentCmixUser(), ilObjSAHSLearningModule\getDataDirectory(), ilObjFileBasedLM\getDataDirectory(), ilObjCmiXapi\getDataSetMapping(), ilPageObject\getEditLock(), ilObjQuestionPool\getExportDirectory(), ilObjTest\getExportDirectory(), ILIAS\Export\ExportHandler\Manager\Handler\getExportTargetWithObject(), ilPDSelectedItemsBlockMembershipsObjectDatabaseRepository\getForUser(), ilRemoteObjectBase\getFullRemoteLink(), ilCalendarBlockGUI\getHTML(), ilCmiXapiUser\getIdent(), ilCmiXapiUser\getIdentAsId(), ilObjSCORMInitData\getIliasScormVars(), ILIAS\Survey\InfoScreen\InfoScreenGUI\getInfoScreenGUI(), ilSoapStructureObjectFactory\getInstanceForObject(), ilExerciseVerificationTableGUI\getItems(), ilWorkspaceContentGUI\getItems(), ilPDMailBlockGUI\getListItemForData(), ilObjStudyProgramme\getLocalMembers(), ilObjStudyProgramme\getLPChildren(), ilObjCmiXapi\getLPMode(), ilObjFile\getLPMode(), ilObjLearningSequence\getLSSettings(), ilObjSAHSLearningModule\getMaxPoints(), ILIAS\News\Domain\UserContextResolver\getMembershipContexts(), ilObjSCORM2004LearningModule\getModuleVersionForUser(), ilObjSCORMLearningModule\getModuleVersionForUser(), ilObjSCORMLearningModule\getModuleVersionForUsers(), ilMailGlobalServices\getNewMailsData(), ILIAS\News\Domain\NewsCollectionService\getNewsForUser(), ILIAS\COPage\PC\InteractiveImage\IIMManager\getOverlayThumbnailPath(), ILIAS\COPage\PC\InteractiveImage\IIMManager\getOverlayWebPath(), ilPortfolioTemplatePageGUI\getPageContentUserId(), ilObjContentPage\getPageObjIds(), ilObjForum\getPageObjIds(), ILIAS\News\Domain\UserContextResolver\getPersonalDesktopContexts(), ilObjSAHSLearningModule\getPointsInPercent(), ilObjMediaPool\getPoolTree(), ilAbstractUsersGalleryCollectionProvider\getPopulatedGroup(), ilObjQuestionPool\getPrintviewQuestions(), ilLTIConsumerPlaceholderValues\getReachedScore(), ilObjStudyProgramme\getReferencesTo(), ilObjStudyProgramme\getSettings(), ilObjDataCollection\getTables(), ILIAS\User\Profile\ChangeMail\DBRepository\getTokenForTokenString(), ilObjSCORM2004LearningModule\getTrackedItems(), ilObjSCORMLearningModule\getTrackedItems(), ilObjSCORMLearningModule\getTrackedUsers(), ilObjSCORMLearningModule\getTrackingDataAgg(), ilObjSCORM2004LearningModule\getTrackingDataAgg(), ilObjSCORMLearningModule\getTrackingDataAggSco(), ilObjSCORMLearningModule\getTrackingDataPerUser(), ilObjSCORMLearningModule\getTrackingItems(), ilObjOrgUnit\getTranslations(), ilObjRootFolder\getTranslations(), ilObjWorkspaceRootFolder\getTranslations(), ilObjTaxonomy\getTree(), ilTutorialSupportBlockGUI\getTutorData(), ilMembershipNotifications\getUser(), ilObjSAHSLearningModule\getViewButton(), ilObjPoll\getVotePercentages(), ilObjPoll\getVotesByUsers(), ilObjLinkResource\getWebLinkRepo(), ilObjCourse\handleAutoFill(), ilObjSession\handleAutoFill(), ilECSAppEventListener\handleMembership(), ilDclNotification\has(), ilObjStudyProgramme\hasAssignments(), ilADNDismiss\hasDimissed(), ilObjStudyProgramme\hasRelevantProgresses(), ILIAS\User\Profile\ChangeMail\DBRepository\hasUserValidEmailConfirmationToken(), ilObjPoll\hasUserVoted(), ilRemoteObjectBase\importMetadataFromJson(), ilObjSCORM2004LearningModule\importSuccess(), ilObjSCORMLearningModule\importSuccess(), ilLSLocalDI\init(), ilObjSession\initAppointments(), ilObjCourse\initCourseMemberObject(), ilObjCourse\initCourseMembersObject(), ilObjCourse\initDefaultRoles(), ilObjForum\initDefaultRoles(), ilObjSession\initDefaultRoles(), ilIndividualAssessmentAccessHandler\initDefaultRolesForObject(), ilObjBookingPoolGUI\initHeaderAction(), ilObjFile\initImplementation(), ilLTIConsumeProviderSettingsGUI\initMetadata(), ilObjLTIConsumerGUI\initMetadata(), ilObjCmiXapiGUI\initMetadata(), ilObjSession\initParticipants(), ilLMContentRendererGUI\initSearchHighlighting(), ilObjContentPage\initTranslationService(), ilObjCourse\initWaitingList(), ilIndividualAssessmentMembersStorageDB\insertMembersRecord(), ilObjIndividualAssessment\isActiveLP(), ilObjStudyProgramme\isCertificateActive(), ILIAS\Survey\Participants\StatusManager\isExternalRater(), ilExSubmission\isInTeam(), shibUser\isNew(), ilStudyProgrammeDashboardViewGUI\isReadable(), ilADNNotification\isUserAllowedToDismiss(), ilADNNotification\isVisibleForUser(), ilADNNotification\isVisibleRoleUserRoles(), ILIAS\MediaCast\InternalDomainService\learningProgress(), ilObjCmiXapi\load(), ilObjLTIConsumer\load(), ilObjTest\loadFromDb(), ilObjQuestionPool\loadFromDb(), ilIndividualAssessmentSettingsStorageDB\loadInfoSettings(), ilIndividualAssessmentMembersStorageDB\loadMember(), ilIndividualAssessmentMembersStorageDB\loadMembers(), ilIndividualAssessmentSettingsStorageDB\loadSettings(), ilCalendarCategories\lookupRelevantTalkSeriesIds(), ILIAS\Mail\UserSettings\IncomingMail\mailOptionsFor(), ILIAS\Mail\UserSettings\NewMailNotification\mailOptionsFor(), ILIAS\Exercise\Assignment\DomainService\mandatoryAssignments(), ilObjForum\markAllThreadsRead(), ilObjForum\markPostRead(), MDUpdateListener(), ILIAS\MediaCast\InternalDomainService\mediaCast(), ilForum\moveThreads(), ILIAS\User\Settings\StartingPoint\Repository\onRoleDeleted(), ilObjExerciseGUI\outCertificateObject(), ilBiblFileReaderBase\parseContentToEntries(), ilObjQuestionPool\pasteFromClipboard(), ILIAS\Chatroom\UserSettings\AllowOnScreenChatConversations\persistUserInput(), ilObjQuestionPool\populateQuestionSkillAssignmentsXml(), ilMailFolderGUI\printMail(), ilObjFolder\putInTree(), putInTree(), ilObject2GUI\putObjectInTree(), ilObjectGUI\putObjectInTree(), ilObjLearningSequence\raiseEvent(), ILIAS\Exercise\Assignment\DomainService\randomAssignments(), ilObjRoleFolder\read(), ilObjBookingPool\read(), ilContainerReference\read(), ilObjCourse\read(), ilObjCourseReference\read(), ilObjEmployeeTalk\read(), ilObjFolder\read(), ilObjGlossary\read(), ilObjGroup\read(), ilObjFileBasedLM\read(), ilObjMediaCast\read(), ilObjMediaPool\read(), ilObjSAHSLearningModule\read(), ilObjSession\read(), ilObjMediaCast\readItems(), ilObjSCORM2004LearningModule\readObject(), ilObjMediaCast\readOrder(), ilObjCourse\register(), ilPageObject\releasePageLock(), ilIndividualAssessmentMembersStorageDB\removeMembersRecord(), ilObjTest\removeQuestionWithResults(), ilObjOrgUnit\removeTranslations(), ilObjRootFolder\removeTranslations(), ilObjWorkspaceRootFolder\removeTranslations(), ilObjPortfolioBaseGUI\renderFullscreenHeader(), ilCourseObjectiveResult\resetTestForUser(), ILIAS\Test\Results\Data\Factory\retrieveResultData(), ILIAS\User\Profile\Fields\Standard\Avatar\retrieveValueFromUser(), ILIAS\User\Profile\Fields\Standard\Roles\retrieveValueFromUser(), shibUser\returnNewLoginName(), ILIAS\Survey\Execution\DomainService\run(), ilObjCmiXapi\save(), ilObjLTIConsumer\save(), ilObjPoll\saveAnswer(), ilObjForum\saveData(), ilObjBookingPoolGUI\saveNotificationObject(), ilObjMediaCast\saveOrder(), ilObjQuestionPool\saveToDb(), ilObjTest\saveToDb(), ilObjPoll\saveVote(), ilObjFile\sendFile(), ilAccountRegistrationMail\sendLanguageVariableBasedAccountMail(), ilECSAppEventListener\sendNotification(), ilObjDataCollection\sendRecordNotification(), ilObjSCORMLearningModule\setLearningProgressSettingsAtUpload(), ilQTIParser\setTestObject(), ilObjExerciseGUI\showOverviewObject(), ilStudyProgrammeDIC\specificDicFor(), ilObjExerciseGUI\startAssignmentObject(), ILIAS\Survey\Participants\DomainService\status(), ilObjStudyProgramme\storeAutomaticContentCategory(), ilObjStudyProgramme\storeAutomaticMembershipSource(), ilObjCourse\syncMembersStatusWithLP(), ilMembershipNotifications\toggleUser(), ilObjContentPage\trackProgress(), ilAccountRegistrationMail\trySendingUserDefinedAccountMail(), ilObjBookingPool\update(), ilContainerReference\update(), ilObjCourse\update(), ilObjCourseReference\update(), ilObjGroup\update(), update(), ilObjMediaCast\update(), ilObjOrgUnit\update(), ilObjSAHSLearningModule\update(), ilObjStudyProgramme\update(), ilObjFileBasedLM\update(), ilObjSession\update(), ilOnlineTracking\updateAccess(), ilObjMediaCastGUI\updateCastItemObject(), ilCalendarAppEventListener\updateCategory(), ilECSAppEventListener\updateEnrolmentStatus(), ilRemoteObjectBase\updateFromECSContent(), updateMetaData(), ilObjForum\updateModificationUserId(), ilObjFile\updateObjectFromRevision(), updateOwner(), ilObjCourse\updateSettings(), ilObjOrgUnit\updateTranslation(), ilObjPoll\uploadImage(), ilIndividualAssessmentMembers\userAllreadyMember(), ilIndividualAssessmentMembers\withAdditionalUser(), ilIndividualAssessmentMembers\withoutPresentUser(), and ilObjOrgUnit\writePath().
Here is the caller graph for this function:
|
final |
Definition at line 412 of file class.ilObject.php.
References $import_id.
Referenced by create().
Here is the caller graph for this function:
|
final |
Get last update date in YYYY-MM-DD HH-MM-SS format.
Definition at line 542 of file class.ilObject.php.
References $last_update.
| ilObject::getLongDescription | ( | ) |
get object long description (stored in object_description)
Reimplemented in ilObjAdministrativeNotification, ilObjFileServices, ilObjLanguageExt, ilObjMainMenu, ilObjOrgUnit, ilObjStaticUrlService, and ilObjWebDAV.
Definition at line 400 of file class.ilObject.php.
References $desc, and $long_desc.
Referenced by ilObjectDataDeletionLog\add(), create(), createMetaData(), ilObjContentPage\doUpdate(), ilObjItemGroup\doUpdate(), ILIAS\Repository\Provider\RepositoryOpenGraphExposer\exposeObjectOpenGraphMetaData(), ilObjExerciseGUI\getEditFormCustomValues(), ilSoapStructureObjectFactory\getInstanceForObject(), ilObjCourse\prepareAppointments(), and ilObjSession\prepareCalendarAppointments().
Here is the caller graph for this function:
|
static |
Definition at line 2019 of file class.ilObject.php.
References $DIC, ilDBInterface\fetchAssoc(), ilDBInterface\in(), and ilDBInterface\query().
Referenced by ILIAS\Container\Content\ItemSetManager\getCompleteDescriptions(), and ilContainer\getCompleteDescriptions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::getObjectProperties | ( | ) |
Definition at line 148 of file class.ilObject.php.
References $object_properties.
Referenced by ILIAS\Container\Page\PageManager\__construct(), ILIAS\LearningModule\Export\LMHtmlExport\__construct(), ilCourseXMLParser\__construct(), ilMediaPoolImportGUI\__construct(), ilObjContentPageGUI\afterSave(), ilObjLearningSequenceSettingsGUI\buildFormElements(), create(), delete(), ilObjFile\doCloneObject(), ilObjBibliographic\doCloneObject(), ilObjContentPage\doCloneObject(), ilObjItemGroup\doCloneObject(), ilObjBibliographic\doCreate(), ilObjContentPage\doCreate(), ilObjFile\doCreate(), ilObjItemGroup\doCreate(), ilObjContentPage\doUpdate(), ilObjItemGroup\doUpdate(), ILIAS\Repository\Provider\RepositoryOpenGraphExposer\exposeObjectOpenGraphMetaData(), getOfflineStatus(), ILIAS\Repository\Provider\RepositoryOpenGraphExposer\getPresentationImage(), ilObjContentPage\initTranslationService(), ilObjTest\removeQuestionWithResults(), setDescription(), setImportId(), ilContentPageKioskModeView\setObject(), setOfflineStatus(), setTitle(), update(), and ilObjLearningSequenceSettingsGUI\update().
Here is the caller graph for this function:| ilObject::getOfflineStatus | ( | ) |
Definition at line 461 of file class.ilObject.php.
References getObjectProperties().
Referenced by ilObjCourse\cloneSettings(), ilObjContentPage\doCloneObject(), ilObjCourse\isActivated(), ilPollStateInfo\isOfflineOrUnavailable(), ilObjCourse\prepareAppointments(), and ilObjCourse\updateSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 490 of file class.ilObject.php.
References $owner.
Referenced by ilObjChatroomGUI\afterImport(), ilObjChatroomGUI\afterSave(), ilObjForum\cloneAutoGeneratedRoles(), create(), getOwnerName(), ilObjForum\setPermissions(), and updateOwner().
Here is the caller graph for this function:
|
final |
get full name of object owner
Definition at line 498 of file class.ilObject.php.
References _lookupOwnerName(), and getOwner().
Here is the call graph for this function:| ilObject::getPossibleSubObjects | ( | bool | $filter = true | ) |
get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model
| bool | filter disabled objects? ($a_filter = true) |
Definition at line 2154 of file class.ilObject.php.
| ilObject::getPresentationTitle | ( | ) |
get presentation title Normally same as title Overwritten for sessions
Reimplemented in ilObjRole, ilObjRoleTemplate, ilObjAdministrativeNotification, ilContainerReference, ilObjFile, ilObjFileServices, ilObjMainMenu, ilObjSession, ilObjStaticUrlService, and ilObjWebDAV.
Definition at line 347 of file class.ilObject.php.
References getTitle().
Referenced by ILIAS\Repository\Provider\RepositoryOpenGraphExposer\exposeObjectOpenGraphMetaData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 327 of file class.ilObject.php.
Referenced by ilObjectMetaDataGUI\__construct(), ilConditionHandlerGUI\__construct(), ILIAS\Glossary\Export\GlossaryHtmlExport\__construct(), ILIAS\LearningModule\Export\LMHtmlExport\__construct(), ILIAS\Wiki\Export\WikiHtmlExport\__construct(), ILIAS\Survey\Code\CodeManager\__construct(), ilContainerStartObjectsContentGUI\__construct(), ilBiblFactoryFacade\__construct(), ilBiblAdminLibraryFacade\__construct(), ilBiblAdminFactoryFacade\__construct(), ilBookingReservationsGUI\__construct(), ilRegistrationGUI\__construct(), ilContainerStartObjectsGUI\__construct(), ilExerciseMembers\__construct(), ilIndividualAssessmentMembersGUI\__construct(), ilSurveyExecutionGUI\__construct(), ILIAS\Survey\Participants\StatusManager\__construct(), ILIAS\Survey\Evaluation\EvaluationManager\__construct(), ILIAS\Test\GUIFactory\__construct(), ilObjCourse\__getLocalRoles(), ilObjCourseGrouping\_checkGroupingDependencies(), ilObjCourseGrouping\_getGroupingItems(), ilSoapExerciseAdministration\addExercise(), ilObjStudyProgrammeCache\addInstance(), ilObjStudyProgramme\addNode(), ilSoapObjectAdministration\addReferences(), ilObjFileBasedLMGUI\afterImport(), ilObjExerciseGUI\afterSave(), ilObjBookingPoolGUI\afterSave(), ilObjCategoryGUI\afterSave(), ilObjChatroomGUI\afterSave(), ilContainerReferenceGUI\afterSave(), ilObjCourseGUI\afterSave(), ilObjFolderGUI\afterSave(), ilObjForumGUI\afterSave(), ilObjIndividualAssessmentGUI\afterSave(), ilObjContentObjectGUI\afterSave(), ilObjLearningSequenceGUI\afterSave(), ilObjMediaCastGUI\afterSave(), ilObjMediaPoolGUI\afterSave(), ilObjOrgUnitGUI\afterSave(), ilObjectPluginGUI\afterSave(), ilObjStudyProgrammeGUI\afterSave(), ilObjSurveyGUI\afterSave(), ilObjSurveyQuestionPoolGUI\afterSave(), ilObjTestGUI\afterSave(), ilObjQuestionPoolGUI\afterSave(), ilObjLinkResourceGUI\afterSave(), ilObjWikiGUI\afterSave(), ilObjGroupGUI\afterSave(), ilObjItemGroupGUI\afterSaveCallback(), ilObjSessionGUI\afterSaveCallback(), ilObjLearningSequence\announceLSOOnline(), applyDidacticTemplate(), ilObjOrgUnit\assignUsersToEmployeeRole(), ilObjOrgUnit\assignUsersToSuperiorRole(), ilObjOrgUnit\assignUserToLocalRole(), ilDidacticTemplateBlockRoleAction\blockRole(), ilObjCourse\cloneAutoGeneratedRoles(), ilObjGroup\cloneAutoGeneratedRoles(), ilObjLearningSequence\cloneAutoGeneratedRoles(), ilObjForum\cloneAutoGeneratedRoles(), ilObjGroup\cloneDependencies(), ilObjItemGroup\cloneDependencies(), ilObjCourse\cloneDependencies(), ilObjFolder\cloneDependencies(), ilTestFixedQuestionSetConfig\cloneQuestionSetRelatedData(), ilECSCourseCreationHandler\createCourseReference(), ilObjChatroom\createDefaultRole(), ilDidacticTemplateLocalPolicyAction\createLocalPolicy(), ilObjOrgUnit\deassignUserFromEmployeeRole(), ilObjOrgUnit\deassignUserFromLocalRole(), ilObjOrgUnit\deassignUserFromSuperiorRole(), ilObjRoleFolder\delete(), delete(), ilObjLearningSequence\delete(), ilObjOrgUnit\delete(), ilObjSurvey\delete(), ilDidacticTemplateBlockRoleAction\deleteLocalPolicy(), ilObjLearningSequence\deletePostConditionsForSubObjects(), ilObjDataCollection\doCloneObject(), ilMailSearchCoursesGUI\doesExposeMembers(), ilMailSearchGroupsGUI\doesExposeMembers(), ilMailSearchObjectGUI\doesExposeMembers(), ilObjPoll\doUpdate(), ILIAS\Repository\Provider\RepositoryOpenGraphExposer\exposeObjectOpenGraphMetaData(), ilDidacticTemplateAction\filterRoles(), ilCmiXapiUser\generateRegistration(), ilStudyProgrammeExpandableProgressListGUI\getAccordionContentCoursesHTML(), ilObjForum\getAllForumParticipants(), ilObjSAHSLearningModule\getApiStudentId(), ilOrgUnitExporter\getAttributesForOrgu(), ilObjStudyProgramme\getChildren(), ilObjEmployeeTalkSeries\getChildTalks(), ilObjGroup\getDefaultAdminRole(), ilObjCourse\getDefaultCourseRoles(), ilObjGroup\getDefaultGroupRoles(), ilObjGroup\getDefaultMemberRole(), ILIAS\Test\Results\Toplist\TestTopListRepository\getGeneralToplist(), ilObjGroup\getGroupAdminIds(), ilSoapStructureObjectFactory\getInstanceForObject(), ilObjCmiXapi\getLaunchData(), ilObjCourse\getLocalCourseRoles(), ilObjGroup\getLocalGroupRoles(), ilObjStudyProgramme\getLPChildren(), ilObjLearningSequence\getLSItems(), ilObjLearningSequence\getLSLearnerItems(), ilIndividualAssessmentAccessHandler\getMemberRoleIdForObj(), ilObjStudyProgramme\getParent(), ilObjStudyProgrammeReference\getParent(), ilIndividualAssessmentAccessHandler\getRoleTitleByObj(), ILIAS\Survey\Settings\SettingsFormGUI\getTutorIdsFromForm(), ILIAS\Survey\Settings\SettingsFormGUI\getTutorResIdsFromForm(), ILIAS\Test\Results\Toplist\TestTopListRepository\getUserToplistByPercentage(), ILIAS\Test\Results\Toplist\TestTopListRepository\getUserToplistByWorkingtime(), ilObjCourse\handleAutoFill(), ilLSEventHandler\handleClonedObject(), ilObjEmployeeTalkSeries\hasChildren(), ilLSLocalDI\init(), ilObjCourse\initDefaultRoles(), ilObjForum\initDefaultRoles(), ilObjSession\initDefaultRoles(), ilIndividualAssessmentAccessHandler\initDefaultRolesForObject(), ilObjSurvey\initServices(), ILIAS\Survey\Participants\StatusManager\isExternalRater(), ilObjForum\isParentMembershipEnabledContainer(), ilStudyProgrammeDashboardViewGUI\isReadable(), ilOrgUnitExportGUI\listExportFiles(), MDUpdateListener(), ilObjStudyProgramme\moveTo(), ilObjForum\parentParticipants(), ilObjCourse\prepareAppointments(), ilObjFolder\putInTree(), putInTree(), ilObject2GUI\putObjectInTree(), ilObjectGUI\putObjectInTree(), ilObjLearningSequence\read(), ilObjCourse\register(), ilTestRandomQuestionSetConfig\registerClonedSourcePoolDefinitionIdMapping(), ilObjStudyProgramme\removeNode(), ilObjPortfolioBaseGUI\renderFullscreenHeader(), ilDidacticTemplateLocalPolicyAction\revertLocalPolicy(), ilObjDataCollection\sendRecordNotification(), ilObjLearningSequence\setEffectiveOnlineStatus(), ilContentPageKioskModeView\setObject(), ilObjCourse\setParentRolePermissions(), setParentRolePermissions(), ilObjForum\setPermissions(), ilObjContentPage\trackProgress(), update(), ilLOEditorGUI\updateMaterialAssignments(), and ilObjOrgUnit\writePath().
Here is the caller graph for this function:| ilObject::getTitle | ( | ) |
Reimplemented in ilObjTalkTemplateAdministration, and ilObjOrgUnit.
Definition at line 352 of file class.ilObject.php.
References $title.
Referenced by ilConditionHandlerGUI\__construct(), ilObjectDataDeletionLog\add(), ilObjChatroomGUI\afterImport(), ilObjLTIConsumerGUI\afterSave(), ilObjChatroomGUI\afterSave(), ilObjContentPageGUI\afterSave(), ilObjFile\beforeUpdate(), ilObjFileComponentBuilder\buildConfirmDeleteSpecificVersionsModal(), create(), ilObjFileBasedLM\create(), ilCalendarAppEventListener\createCategory(), createMetaData(), ilObjBlogGUI\createPosting(), delete(), ilObjSurvey\delete(), ilObjFile\doCloneObject(), ilObjTaxonomy\doCloneObject(), ilMailSearchObjectGUI\doesExposeMembers(), ilObjContentPage\doUpdate(), ilObjItemGroup\doUpdate(), ilObjMediaPoolGUI\executeCommand(), ilObjSCORMLearningModule\exportSelected(), ilObjQuestionPool\exportTitleAndDescription(), ilStudyProgrammeExpandableProgressListGUI\getAccordionContentCoursesHTML(), ilObjRoleTemplate\getFilterOfInternalTemplate(), ilSoapStructureObjectFactory\getInstanceForObject(), ilObjRoleTemplate\getPresentationTitle(), ilContainerReference\getPresentationTitle(), getPresentationTitle(), ilObjSession\getPresentationTitle(), ilObjSession\getPresentationTitleAppointmentPeriod(), ilObjCmiXapi\getStatementContextActivities(), ilObjCmiXapi\getStatementObject(), ilObjTest\getTitleFilenameCompliant(), ilStudyProgrammeIndividualPlanProgressListGUI\getTitleForItem(), ilStudyProgrammeProgressListGUI\getTitleForItem(), ilObjCourse\handleAutoFill(), ilLTIConsumeProviderSettingsGUI\initMetadata(), ilObjLTIConsumerGUI\initMetadata(), ilObjCmiXapiGUI\initMetadata(), ilObjFile\isHidden(), ilObjRoleTemplate\isInternalTemplate(), ilIndividualAssessmentSettingsStorageDB\loadSettings(), ilObjCourse\prepareAppointments(), ilObjSession\prepareCalendarAppointments(), putInTree(), ilObjForum\saveData(), ilObjMediaCastGUI\showCastItemObject(), ilObjForum\update(), ilCalendarAppEventListener\updateCategory(), ilObjCourse\validate(), and ilObjGroup\validate().
Here is the caller graph for this function:| ilObject::getType | ( | ) |
Definition at line 332 of file class.ilObject.php.
References $type.
Referenced by ilObjectMetaDataGUI\__construct(), ilConditionHandlerGUI\__construct(), ilObjCourseGrouping\_checkGroupingDependencies(), ilObjCourseGrouping\_getGroupingItems(), ilObjectDataDeletionLog\add(), ilObjLTIConsumerGUI\afterSave(), ilObjCmiXapiGUI\afterSave(), ilObjectXMLWriter\appendObjectProperties(), cloneMetaData(), ilObjMediaCast\copyItems(), ilObjEmployeeTalkSeriesGUI\copyTemplateValues(), create(), ilCertificatePathFactory\create(), ilCertificateGUIFactory\create(), ilCalendarAppEventListener\createCategory(), createMetaData(), ilObjForum\delete(), delete(), deleteMetaData(), ilObjContentPage\doCloneObject(), ilObjContentPage\doDelete(), ilObjLinkResource\doMDUpdateListener(), ILIAS\Repository\Provider\RepositoryOpenGraphExposer\exposeObjectOpenGraphMetaData(), ilObjectXMLWriter\getAccessInfo(), ilObjQuestionPool\getExportDirectory(), ILIAS\Export\ExportHandler\Manager\Handler\getExportTargetWithObject(), ILIAS\Survey\InfoScreen\InfoScreenGUI\getInfoScreenGUI(), ilECSObjectSettings\getInstanceByObject(), ilSoapStructureObjectFactory\getInstanceForObject(), ilObjCmiXapi\getLaunchData(), ilObjContentPage\getPageObjIds(), ilObjForum\getPageObjIds(), ilObjectPermissionStatusGUI\getUser(), ilKioskModeService\getViewFor(), ilRemoteObjectBase\importMetadataFromJson(), ilLTIConsumeProviderSettingsGUI\initMetadata(), ilObjLTIConsumerGUI\initMetadata(), ilObjCmiXapiGUI\initMetadata(), MDUpdateListener(), putInTree(), ilObjMediaCast\readItems(), ilObjPortfolioBaseGUI\renderFullscreenHeader(), setParentRolePermissions(), supportsOfflineHandling(), ilObjContentPage\trackProgress(), update(), ilPortfolioPage\updateInternalLinks(), and updateMetaData().
Here is the caller graph for this function:
|
final |
Get untranslated object title WebDAV needs to access the untranslated title of an object.
Definition at line 361 of file class.ilObject.php.
References $untranslatedTitle.
Referenced by ilObjRoleTemplate\getPresentationTitle().
Here is the caller graph for this function:| ilObject::getXMLZip | ( | ) |
Reimplemented in ilObjTest.
Definition at line 1488 of file class.ilObject.php.
|
protected |
Definition at line 1924 of file class.ilObject.php.
Referenced by putInTree().
Here is the caller graph for this function:
|
protected |
Definition at line 1935 of file class.ilObject.php.
References $ref_id.
| 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 set up default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example).
Reimplemented in ilObjBlog, ilObjChatroom, ilObjCourse, ilObjForum, ilObjGroup, ilObjIndividualAssessment, ilObjLearningSequence, and ilObjSession.
Definition at line 1434 of file class.ilObject.php.
Referenced by setPermissions().
Here is the caller graph for this function:
|
private |
Definition at line 1783 of file class.ilObject.php.
|
static |
Lookup offline status using objectDataCache.
Definition at line 863 of file class.ilObject.php.
References $DIC.
Referenced by ilObjContentObjectAccess\_checkAccess(), ilObjTestAccess\_checkAccess(), ilObjectAccess\_isOffline(), ilObjTestAccess\_isOffline(), LSItemOnlineStatus\getOnlineStatus(), ilObjBookingPool\getPoolsWithReminders(), ilObjChatroomListGUI\getProperties(), ilObjContentPageListGUI\getProperties(), ilObjForumListGUI\getProperties(), ilObjectListGUI\getProperties(), ilObjSurveyListGUI\getProperties(), ilObjEmployeeTalkSeriesGUI\getTemplateRefId(), ilObjChatroomAccess\lookupOnline(), ilCourseObjectivesTableGUI\parse(), and ilContainerXmlWriter\writeSubitems().
Here is the caller graph for this function:
|
final |
Metadata 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.
Definition at line 670 of file class.ilObject.php.
References beforeMDUpdateListener(), doMDUpdateListener(), getId(), getRefId(), getType(), setDescription(), setTitle(), and update().
Here is the call graph for this function:| ilObject::processAutoRating | ( | ) |
Definition at line 177 of file class.ilObject.php.
| ilObject::putInTree | ( | int | $parent_ref_id | ) |
maybe this method should be in tree object!?
Reimplemented in ilObjStudyProgrammeReference, ilContainer, ilObjFolder, and ilObjStudyProgramme.
Definition at line 1186 of file class.ilObject.php.
References getId(), getRefId(), getTitle(), getType(), and handleAutoRating().
Referenced by ilSoapExerciseAdministration\addExercise(), ilSoapObjectAdministration\addReferences(), ilRemoteObjectBase\createFromECSEContent(), ilObject2GUI\putObjectInTree(), and ilObjectGUI\putObjectInTree().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::read | ( | ) |
Reimplemented in ilObjRole, ilObjRoleFolder, ilObjBookingPool, ilObjComponentSettings, ilContainer, ilContainerReference, ilObjCourse, ilObjCourseReference, ilObjEmployeeTalk, ilObjExercise, ilObjFolder, ilObjGlossary, ilObjGroup, ilObjFileBasedLM, ilObject2, ilObjIndividualAssessment, ilObjContentObject, ilObjLearningSequence, ilObjMediaCast, ilObjMediaObject, ilObjMediaPool, ilObjSAHSLearningModule, ilObjSession, ilObjSkillManagement, ilObjStyleSheet, ilObjSurvey, ilObjSurveyQuestionPool, ilObjTest, ilObjUser, ilObjWebDAV, and ilObjWiki.
Definition at line 182 of file class.ilObject.php.
References $DIC, Vendor\Package\$e, $res, error(), ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), ILIAS\Repository\lng(), and setDescription().
Referenced by updateOwner().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::selfOrParentWithRatingEnabled | ( | ) |
Definition at line 1947 of file class.ilObject.php.
References $ref_id, ilContainer\_lookupContainerSetting(), _lookupObjId(), ilObjectServiceSettingsGUI\AUTO_RATING_NEW_OBJECTS, and ilTree\checkForParentType().
Here is the call graph for this function:
|
static |
| int[] | $ref_ids |
Definition at line 973 of file class.ilObject.php.
References $db, $DIC, $user_id, ilDBInterface\in(), ilDBInterface\manipulate(), ilDBInterface\now(), and ilDBInterface\quote().
Referenced by ilTree\moveToTrash().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 385 of file class.ilObject.php.
References getObjectProperties().
Referenced by ilObjStudyProgrammeSettingsGUI\buildForm(), ilObjBibliographic\cloneStructure(), ilObjEmployeeTalkSeriesGUI\copyTemplateValues(), shibUser\createFields(), ilObjItemGroup\doCloneObject(), ilObjTaxonomy\doCloneObject(), ilLTIConsumerSettingsFormGUI\initObject(), ilObjLanguage\install(), MDUpdateListener(), ilObjRoleFolder\read(), read(), ilObjLanguage\refresh(), ilObjLanguageExt\setLocal(), ilObjIndividualAssessment\setSettings(), ilObjLanguage\uninstall(), ilObjMediaCastGUI\updateCastItemObject(), shibUser\updateFields(), ilRemoteObjectBase\updateFromECSContent(), and ILIAS\Skill\Tree\SkillTreeManager\updateTree().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::setId | ( | int | $id | ) |
Reimplemented in ilObjExercise.
Definition at line 316 of file class.ilObject.php.
References $id.
Referenced by ilObjUser\__construct(), and ilObjBibliographic\__construct().
Here is the caller graph for this function:
|
final |
Definition at line 417 of file class.ilObject.php.
References $import_id, and getObjectProperties().
Here is the call graph for this function:| ilObject::setOfflineStatus | ( | bool | $status | ) |
Definition at line 451 of file class.ilObject.php.
References getObjectProperties().
Referenced by ilObjCourse\cloneObject(), ilObjCourse\cloneSettings(), ilObjSurvey\create(), ilObjForum\create(), ilObjPoll\doCloneObject(), ilObjContentPage\doCloneObject(), and ilLTIConsumerSettingsFormGUI\initObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 526 of file class.ilObject.php.
Referenced by ilRemoteObjectBase\beforeCreate(), and create().
Here is the caller graph for this function:| ilObject::setParentRolePermissions | ( | int | $parent_ref_id | ) |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g.
courses, groups for building permission intersections with non_member templates.
Reimplemented in ilObjGroup, and ilObjCourse.
Definition at line 1225 of file class.ilObject.php.
References getRefId(), getType(), and SYSTEM_ROLE_ID.
Referenced by setPermissions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::setPermissions | ( | int | $parent_ref_id | ) |
Reimplemented in ilObjForum.
Definition at line 1214 of file class.ilObject.php.
References initDefaultRoles(), and setParentRolePermissions().
Referenced by ilSoapExerciseAdministration\addExercise(), ilSoapObjectAdministration\addReferences(), ilECSCourseCreationHandler\createCourseReference(), ilRemoteObjectBase\createFromECSEContent(), ilObject2GUI\putObjectInTree(), and ilObjectGUI\putObjectInTree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 321 of file class.ilObject.php.
References $ref_id.
Referenced by ilMailSearchObjectGUI\doesExposeMembers().
Here is the caller graph for this function:
|
final |
Definition at line 366 of file class.ilObject.php.
References $title, getObjectProperties(), and ilStr\shortenTextExtended().
Referenced by ilObjLTIConsumerGUI\afterSave(), ilContainerReferenceGUI\afterSave(), ilObjCmiXapiGUI\afterSave(), ilObjFile\beforeUpdate(), ilObjStudyProgrammeSettingsGUI\buildForm(), ilObjBibliographic\cloneStructure(), shibUser\createFields(), ilTestRandomQuestionSetPoolDeriver\createNewPool(), ilObjFile\doCloneObject(), ilObjItemGroup\doCloneObject(), ilObjTaxonomy\doCloneObject(), ilObjFile\handleChangedObjectTitle(), ilLTIConsumerSettingsFormGUI\initObject(), MDUpdateListener(), ilObjRoleFolder\read(), ilObjLanguage\refresh(), ilObjIndividualAssessment\setSettings(), ilObjLanguage\uninstall(), ilObjMediaCastGUI\updateCastItemObject(), ilRemoteObjectBase\updateFromECSContent(), ilObjFile\updateObjectFromRevision(), and ILIAS\Skill\Tree\SkillTreeManager\updateTree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 337 of file class.ilObject.php.
References $type.
Referenced by ilObjEmployeeTalk\__construct(), ilObjEmployeeTalkSeries\__construct(), ilObjTalkTemplate\__construct(), and ilObjBibliographic\cloneStructure().
Here is the caller graph for this function:| ilObject::supportsOfflineHandling | ( | ) |
Definition at line 466 of file class.ilObject.php.
References getType().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObject::update | ( | ) |
Reimplemented in ilObjRole, ilObjBookingPool, ilObjComponentSettings, ilContainer, ilContainerReference, ilObjCourse, ilObjCourseReference, ilObjExercise, ilObjForum, ilObjGlossary, ilObjGroup, ilObject2, ilObjIndividualAssessment, ilObjContentObject, ilObjLearningSequence, ilObjMediaCast, ilObjMediaPool, ilObjOrgUnit, ilObjSAHSLearningModule, ilObjSearchSettings, ilObjSkillManagement, ilObjStudyProgramme, ilObjStyleSheet, ilObjSurveyQuestionPool, ilObjTest, ilObjQuestionPool, ilObjUser, ilObjWebDAV, and ilObjLinkResource.
Definition at line 644 of file class.ilObject.php.
References getId(), getObjectProperties(), getRefId(), and getType().
Referenced by ilObjLTIConsumerGUI\afterSave(), ilObjBookingPoolGUI\afterSave(), ilContainerReferenceGUI\afterSave(), ilObjCourseGUI\afterSave(), ilObjContentObjectGUI\afterSave(), ilObjWikiGUI\afterSave(), ilObjGroupGUI\afterSave(), ilObjCourse\cloneSettings(), ilObjSurvey\create(), ilObjLanguage\install(), MDUpdateListener(), ilObjStudyProgrammeReferenceGUI\putObjectInTree(), ilObjLanguage\refresh(), ilObjLanguageExt\setLocal(), ilObjLanguage\uninstall(), and ILIAS\Skill\Tree\SkillTreeManager\updateTree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 735 of file class.ilObject.php.
References beforeUpdateMetaData(), doUpdateMetaData(), getDescription(), getId(), and getType().
Referenced by ilObjFile\beforeUpdate(), ilObjBlog\doUpdate(), ilObjContentPage\doUpdate(), ilObjDataCollection\doUpdate(), ilObjSurvey\update(), ilObjCourse\update(), ilObjGroup\update(), ilObjIndividualAssessment\update(), ilObjMediaCast\update(), ilObjMediaPool\update(), ilObjSAHSLearningModule\update(), ilObjSurveyQuestionPool\update(), ilObjTest\update(), ilObjQuestionPool\update(), ilObjLinkResource\update(), ilObjFileBasedLM\update(), and ilObjSession\update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
update owner of object in db
Definition at line 786 of file class.ilObject.php.
References getId(), getOwner(), and read().
Referenced by ilObjUser\update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
determines whether objects are referenced or not (got ref ids or not)
Definition at line 167 of file class.ilObject.php.
References true.
Referenced by ilObjectMetaDataGUI\__construct(), and ilObjFolder\putInTree().
Here is the caller graph for this function:
|
protected |
Definition at line 66 of file class.ilObject.php.
|
protected |
Definition at line 54 of file class.ilObject.php.
Referenced by ilObjCategory\delete().
|
protected |
Definition at line 63 of file class.ilObject.php.
Referenced by ilObjObjectFolder\__construct(), ilObjTypeDefinition\__construct(), ilObjAdministrativeNotification\__construct(), ilObjFileServices\__construct(), ilObjIndividualAssessment\__construct(), ilObjLearningSequence\__construct(), ilObjLearningSequenceAdmin\__construct(), ilObjMainMenu\__construct(), ilObjStaticUrlService\__construct(), ilObjStudyProgramme\__construct(), ilObjStudyProgrammeAdmin\__construct(), ilObjStudyProgrammeReference\__construct(), and ilObjWebDAV\__construct().
|
protected |
Definition at line 73 of file class.ilObject.php.
Referenced by ilObjUser\buildSystemInformationArrayForDB(), and getCreateDate().
|
protected |
Definition at line 50 of file class.ilObject.php.
Referenced by _exists(), _getAllReferences(), _getIdForImportId(), _getIdsForTitle(), _getLastUpdateOfObjects(), _getObjectsByType(), _getObjectsDataForType(), _lookupDeletedDate(), _lookupImportId(), _lookupObjIdByImportId(), _resetDeletedDate(), _setDeletedDate(), _writeDescription(), _writeImportId(), _writeTitle(), ilObjSCORM2004LearningModule\convert_1_2_to_2004(), ilObjBookingPool\create(), ilObjMediaCast\create(), ilObjMediaPool\create(), ilObjSession\create(), ilObjCategory\delete(), ilContainerReference\delete(), ilObjMediaCast\delete(), ilObjSession\delete(), ilObjPoll\deleteAllAnswers(), ilObjPoll\deleteAllVotes(), ilObjPoll\deleteAnswer(), ilObjMediaCast\deleteOrder(), ilObjLearningSequence\deletePostConditionsForSubObjects(), ilObjSurvey\deleteSurveyRecord(), ilObjSCORM2004LearningModule\deleteTrackingDataOfUsers(), ilObjBlog\doCreate(), ilObjPoll\doCreate(), ilObjPortfolioBase\doCreate(), ilObjTaxonomy\doCreate(), ilObjBlog\doDelete(), ilObjPoll\doDelete(), ilObjPortfolioBase\doDelete(), ilObjPoll\doRead(), ilObjPortfolioBase\doRead(), ilObjPoll\doUpdate(), ilObjPortfolioBase\doUpdate(), ilObjPoll\getAnswer(), ilObjPoll\getAnswers(), ilObjSCORM2004LearningModule\getAttemptsForUser(), ilObjLearningSequence\getLSItems(), ilObjLearningSequence\getLSLearnerItems(), ilObjSCORM2004LearningModule\getModuleVersionForUser(), ilObjBookingPool\getPoolsWithReminders(), ilObjStudyProgramme\getProgrammesMonitoringCategory(), ilObjStudyProgramme\getProgrammesMonitoringMemberSource(), ilObjTaxonomyAdministration\getRepositoryTaxonomies(), ilObjSCORM2004LearningModule\getTrackedItems(), ilObjSCORM2004LearningModule\getTrackingDataAgg(), ilObjWorkspaceRootFolder\getTranslations(), shibUser\getUsrIdByExtId(), ilObjPoll\getVotesByUsers(), ilObjSCORM2004LearningModule\importSuccess(), shibUser\loginExists(), ilObjCourseReference\lookupMemberUpdateEnabled(), ilObjBookingPool\read(), ilContainerReference\read(), ilObjMediaCast\read(), ilObjMediaPool\read(), ilObjSkillManagement\read(), ilObjMediaCast\readOrder(), ilObjLTIAdministration\readReleaseObjects(), ilObjWorkspaceRootFolder\removeTranslations(), ilObjPoll\saveAnswer(), ilObjMediaCast\saveOrder(), setDeletedDates(), ilObjLearningSequence\storeLSItems(), ilObjBookingPool\update(), ilContainerReference\update(), ilObjMediaCast\update(), ilObjMediaPool\update(), ilObjSkillManagement\update(), ilObjSession\update(), ilObjPoll\updateAnswer(), and ilObjPoll\updateAnswerPositions().
|
protected |
Definition at line 70 of file class.ilObject.php.
Referenced by ilObjLanguage\__construct(), _writeDescription(), getDescription(), getLongDescription(), and ilObjOrgUnit\updateTranslation().
|
protected |
Definition at line 52 of file class.ilObject.php.
Referenced by ilObjCmiXapi\getLastStatement(), ilObjSCORM2004LearningModule\readObject(), ilObjSession\validate(), and ilObjCourse\validateInfoSettings().
|
protected |
Definition at line 48 of file class.ilObject.php.
Referenced by ilObjTest\_createImportDirectory().
|
protected |
Definition at line 75 of file class.ilObject.php.
Referenced by _getIdForImportId(), _lookupObjIdByImportId(), _writeImportId(), getImportId(), and setImportId().
|
protected |
Definition at line 74 of file class.ilObject.php.
Referenced by _lookupLastUpdate(), ilObjUser\buildSystemInformationArrayForDB(), and getLastUpdateDate().
|
protected |
Definition at line 58 of file class.ilObject.php.
Referenced by ilObjLanguage\__construct(), ilObjSurvey\__construct(), ilObjLanguageExt\_getRemarks(), ilObjLearningSequence\_goto(), _lookupOwnerName(), _prepareCloneSelection(), ilObjItemGroup\doCreate(), ilObjSAHSLearningModule\getAffectiveLocalization(), ilObjSAHSLearningModule\getApiStudentName(), ilObjRepositorySettings\getDefaultNewItemGrouping(), ilObjRepositorySettings\getNewItemGroups(), ilContainer\getTileSizes(), and ilObjSCORM2004LearningModule\readObject().
|
protected |
Definition at line 51 of file class.ilObject.php.
Referenced by ilObjSCORM2004LearningModule\convert_1_2_to_2004().
|
protected |
Definition at line 59 of file class.ilObject.php.
|
protected |
Definition at line 71 of file class.ilObject.php.
Referenced by getLongDescription().
|
protected |
Definition at line 65 of file class.ilObject.php.
|
protected |
Definition at line 64 of file class.ilObject.php.
|
protected |
Definition at line 49 of file class.ilObject.php.
Referenced by _writeDescription().
|
protected |
Definition at line 47 of file class.ilObject.php.
|
private |
Definition at line 45 of file class.ilObject.php.
Referenced by getObjectProperties(), and ilObjTest\removeQuestionWithResults().
| array ilObject::$objectList |
Definition at line 84 of file class.ilObject.php.
|
protected |
Definition at line 72 of file class.ilObject.php.
Referenced by _getObjectsByType(), _lookupOwnerName(), create(), and getOwner().
|
private |
Definition at line 78 of file class.ilObject.php.
|
private |
Definition at line 60 of file class.ilObject.php.
|
protected |
Definition at line 55 of file class.ilObject.php.
Referenced by delete().
|
protected |
Definition at line 56 of file class.ilObject.php.
|
protected |
Definition at line 67 of file class.ilObject.php.
Referenced by ilOrgUnitExtension\__construct(), ilObjUserTracking\_hasLearningProgressOtherUsers(), _hasUntrashedReference(), _isInTrash(), ilObjQuestionPool\_isWriteable(), _lookupDeletedDate(), _lookupObjectId(), _lookupObjId(), _resetDeletedDate(), _setDeletedDate(), createReference(), ilObjForum\createSettings(), ilObjStudyProgramme\getInstanceByRefId(), ilObjLearningSequence\getInstanceByRefId(), ilObjLearningSequence\getParentObjectInfo(), ilObjForum\getUserIdsOfLastPostsByRefIdAndThreadIds(), ilObjSession\handleAutoFill(), ilObjForum\lookupForumIdByRefId(), ilObjForum\lookupLastPostByRefId(), ilObjForum\lookupStatisticsByRefId(), ilObjForum\preloadForumIdsByRefIds(), ilContainerReference\read(), and setRefId().
|
protected |
Definition at line 76 of file class.ilObject.php.
|
protected |
Definition at line 69 of file class.ilObject.php.
Referenced by ilObjLanguage\__construct(), _getIdsForTitle(), _writeTitle(), ilObjQuestionPool\appendCounterToQuestionTitleIfNecessary(), ilObjFile\appendStream(), ilObjFile\appendUpload(), ilObjLanguageFolderGUI\buildConfirmModal(), ilObjTest\copyQuestions(), ilObjLinkResource\doMDUpdateListener(), ilObjCourse\getDefaultMemberRole(), ilObjRepositorySettings\getDefaultNewItemGrouping(), ilObjRepositorySettings\getNewItemGroups(), ilObjSession\getPresentationTitleAppointmentPeriod(), getTitle(), ilObjSCORM2004LearningModule\getTrackingDataAgg(), ilObjFile\getUploadFile(), ilObjFile\replaceWithStream(), ilObjFile\replaceWithUpload(), setTitle(), and ilObjOrgUnit\updateTranslation().
|
private |
Definition at line 61 of file class.ilObject.php.
|
protected |
Definition at line 53 of file class.ilObject.php.
Referenced by ilObjGroup\__construct(), ilObjItemGroup\__construct(), ilObjStudyProgramme\__construct(), ilObjMediaPool\_getPoolTree(), ilObjSCORMLearningModule\_getTrackingItems(), ilObjCourse\findCoursesWithNotEnoughMembers(), ilObjIndividualAssessment\getParentContainerIdByType(), ilObjTaxonomyAdministration\getPath(), ilObjStudyProgramme\getReferencesTo(), ilObjTaxonomyAdministration\getRepositoryTaxonomies(), ilObjStudyProgramme\getTree(), ilObjFolder\getViewMode(), ilObjWorkspaceFolder\gotItems(), and ilObjFolder\putInTree().
|
protected |
Definition at line 68 of file class.ilObject.php.
Referenced by ilCertificateVerificationObject\__construct(), _exists(), _getIdsForTitle(), _getObjectsDataForType(), ilObjSAHSLearningModule\checkMasteryScoreValues(), ilObjLearningSequence\cloneIntroAndExtroContentPages(), delete(), ilObjStudyProgramme\enableAutomaticMembershipSource(), ilObjQuestionPool\getExportDirectory(), ilObjBibliographic\getFileTypeAsString(), ilObjOrgUnit\getIconsCache(), ilObjRepositorySettings\getNewItemGroupSubItems(), ilOrgUnitExtension\getOrgUnitSubtree(), ilObjectPlugin\getPluginObjectByType(), ilObjLearningSequence\getPossiblePostConditionsForType(), ilObjCmiXapi\getSatisfiedStatement(), getType(), ilObjStudyProgramme\hasAdvancedMetadata(), ilRemoteObjectBase\importMetadataFromJson(), ilObjGroup\lookupGroupStatusTemplateId(), ilObjBibliographic\parseFileToDatabase(), ilContainerReference\setTitleType(), and setType().
| string ilObject::$untranslatedTitle |
Definition at line 88 of file class.ilObject.php.
Referenced by getUntranslatedTitle().
|
protected |
Definition at line 57 of file class.ilObject.php.
Referenced by create(), ilRemoteObjectBase\getFullRemoteLink(), ilObjChatroom\getPersonalInformation(), ilObjCmiXapi\getStatementActor(), and ilObjSession\handleAutoFill().
|
private |
Definition at line 43 of file class.ilObject.php.
| const ilObject::DESC_LENGTH = 128 |
Definition at line 40 of file class.ilObject.php.
Referenced by ilTree\fetchNodeData(), ilAdminSubItemsTableGUI\fillRow(), ILIAS\Container\Content\ItemSetManager\getCompleteDescriptions(), ilContainer\getCompleteDescriptions(), ILIAS\ILIASObject\Properties\CoreProperties\TitleAndDescription\getDescription(), and ILIAS\Administration\HeaderTitleRepo\getHeaderTitleTranslations().
| const ilObject::LONG_DESC_LENGTH = 4000 |
Definition at line 41 of file class.ilObject.php.
Referenced by ilRatingCategoryGUI\initCategoryForm(), ilObjBibliographicGUI\initCreateForm(), and ilObjectGUI\initEditForm().
| const ilObject::TABLE_OBJECT_DATA = "object_data" |
Definition at line 42 of file class.ilObject.php.
Referenced by ilObjectTest\testCreationDeletion().
| const ilObject::TITLE_LENGTH = 255 |
Definition at line 39 of file class.ilObject.php.
Referenced by ilSearchRootSelector\__construct(), ilContainerSelectionExplorer\__construct(), ilObjBibliographicGUI\initCreateForm(), ilObjEmployeeTalkSeriesGUI\initCreateForm(), ilObjGlossaryGUI\initCreateForm(), ilObjItemGroupGUI\initCreateForm(), ilObjPortfolioGUI\initCreateFromTemplateForm(), ilObjFolderGUI\initEditForm(), ilObjectGUI\initEditForm(), ilObjectPluginGUI\initEditForm(), ilRemoteObjectBaseGUI\initEditForm(), ilFileVersionFormGUI\initForm(), ilContainerReferenceGUI\initForm(), and ilObjFileBasedLMGUI\initSettingsForm().