|
ILIAS
release_4-4 Revision
|
Class ilObject2 This is an intermediate progress of ilObject class. More...
Inheritance diagram for ilObject2:
Collaboration diagram for ilObject2:Public Member Functions | |
| __construct ($a_id=0, $a_reference=true) | |
| Constructor public. More... | |
| withReferences () | |
| read ($a_force_db=false) | |
| Read data from db. More... | |
| getId () | |
| setId ($a_id) | |
| setRefId ($a_id) | |
| getRefId () | |
| getType () | |
| setType ($a_type) | |
| getPresentationTitle () | |
| getTitle () | |
| getUntranslatedTitle () | |
| setTitle ($a_title) | |
| getDescription () | |
| setDescription ($a_desc) | |
| getLongDescription () | |
| getImportId () | |
| setImportId ($a_import_id) | |
| getOwner () | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| setOwner ($a_owner) | |
| getCreateDate () | |
| getLastUpdateDate () | |
| setObjDataRecord ($a_record) | |
| create ($a_clone_mode=false) | |
| update () | |
| MDUpdateListener ($a_element) | |
| createMetaData () | |
| updateMetaData () | |
| deleteMetaData () | |
| updateOwner () | |
| _getIdForImportId ($a_import_id) | |
| _lookupOwner ($a_id) | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| _getLastUpdateOfObjects ($a_objs) | |
| _setDeletedDate ($a_ref_id) | |
| _resetDeletedDate ($a_ref_id) | |
| _lookupDeletedDate ($a_ref_id) | |
| _writeTitle ($a_obj_id, $a_title) | |
| _writeDescription ($a_obj_id, $a_desc) | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| _isInTrash ($a_ref_id) | |
| _hasUntrashedReference ($a_obj_id) | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| putInTree ($a_parent_ref) | |
| setPermissions ($a_parent_ref) | |
| createReference () | |
| countReferences () | |
| delete () | |
| initDefaultRoles () | |
| createRoleFolder () | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| cloneMetaData ($target_obj) | |
| cloneObject ($a_target_id, $a_copy_id=null, $a_omit_tree=false) | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
Public Member Functions inherited from ilObject | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor public. More... | |
| withReferences () | |
| determines wehter objects are referenced or not (got ref ids or not) More... | |
| read ($a_force_db=false) | |
| read object data from db into object More... | |
| getId () | |
| get object id public More... | |
| setId ($a_id) | |
| set object id public More... | |
| setRefId ($a_id) | |
| set reference id public More... | |
| getRefId () | |
| get reference id public More... | |
| getType () | |
| get object type public More... | |
| setType ($a_type) | |
| set object type public More... | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions More... | |
| getTitle () | |
| get object title public More... | |
| getUntranslatedTitle () | |
| get untranslated object title public More... | |
| setTitle ($a_title) | |
| set object title More... | |
| getDescription () | |
| get object description More... | |
| setDescription ($a_desc) | |
| set object description More... | |
| getLongDescription () | |
| get object long description (stored in object_description) More... | |
| getImportId () | |
| get import id More... | |
| setImportId ($a_import_id) | |
| set import id More... | |
| getOwner () | |
| get object owner More... | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| lookup owner name for owner id More... | |
| setOwner ($a_owner) | |
| set object owner More... | |
| getCreateDate () | |
| get create date public More... | |
| getLastUpdateDate () | |
| get last update date public More... | |
| getDiskUsage () | |
| Gets the disk usage of the object in bytes. More... | |
| setObjDataRecord ($a_record) | |
| set object_data record (note: this method should only be called from the ilObjectFactory class) More... | |
| create () | |
| create More... | |
| update () | |
| update object in db More... | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. More... | |
| createMetaData () | |
| create meta data entry More... | |
| updateMetaData () | |
| update meta data entry More... | |
| deleteMetaData () | |
| delete meta data entry More... | |
| updateOwner () | |
| update owner of object in db More... | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) More... | |
| _lookupOwner ($a_id) | |
| lookup object owner More... | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| lookup last update More... | |
| _getLastUpdateOfObjects ($a_objs) | |
| Get last update for a set of media objects. More... | |
| _setDeletedDate ($a_ref_id) | |
| only called in ilTree::saveSubTree More... | |
| _resetDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes More... | |
| _lookupDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes More... | |
| _writeTitle ($a_obj_id, $a_title) | |
| write title to db (static) More... | |
| _writeDescription ($a_obj_id, $a_desc) | |
| write description to db (static) More... | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| write import id to db (static) More... | |
| _isInTrash ($a_ref_id) | |
| checks wether object is in trash More... | |
| _hasUntrashedReference ($a_obj_id) | |
| checks wether an object has at least one reference that is not in trash More... | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| get all objects of a certain type More... | |
| putInTree ($a_parent_ref) | |
| maybe this method should be in tree object!? More... | |
| setPermissions ($a_parent_ref) | |
| set permissions of object More... | |
| createReference () | |
| creates reference for object More... | |
| countReferences () | |
| count references of object More... | |
| 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 If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public More... | |
| createRoleFolder () | |
| creates a local role folder More... | |
| applyDidacticTemplate ($a_tpl_id) | |
| Apply template. More... | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| notifys an object about an event occured Based on the event passed, each object may decide how it reacts. More... | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| getXMLZip () | |
| getHTMLDirectory () | |
| cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false) | |
| Clone object permissions, put in tree ... More... | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| Prepend Copy info if object with same name exists in that container. More... | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
| Clone object dependencies. More... | |
| cloneMetaData ($target_obj) | |
| Copy meta data. More... | |
| _lookupCreationDate ($a_id) | |
| Lookup creation date. More... | |
Static Public Member Functions | |
| static | _lookupObjIdByImportId ($a_import_id) |
| static | _getAllReferences ($a_id) |
| static | _lookupTitle ($a_id) |
| static | _getIdsForTitle ($title, $type='', $partialmatch=false) |
| static | _lookupDescription ($a_id) |
| static | _lookupObjId ($a_id) |
| static | _lookupType ($a_id, $a_reference=false) |
| static | _lookupObjectId ($a_ref_id) |
| static | _exists ($a_id, $a_reference=false) |
| static | _getObjectsByType ($a_obj_type="", $a_owner="") |
| static | _prepareCloneSelection ($a_ref_ids, $new_type) |
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Static Public Member Functions inherited from ilObject | |
| static | _lookupObjIdByImportId ($a_import_id) |
| static | _getAllReferences ($a_id) |
| get all reference ids of object More... | |
| static | _lookupTitle ($a_id) |
| lookup object title More... | |
| static | _getIdsForTitle ($title, $type='', $partialmatch=false) |
| static | _lookupDescription ($a_id) |
| lookup object description More... | |
| static | _lookupObjId ($a_id) |
| static | setDeletedDates ($a_ref_ids) |
| Set deleted date type $ilDB. More... | |
| static | _lookupType ($a_id, $a_reference=false) |
| lookup object type More... | |
| static | _lookupObjectId ($a_ref_id) |
| lookup object id More... | |
| static | _exists ($a_id, $a_reference=false, $a_type=null) |
| checks if an object exists in object_data More... | |
| static | _getObjectsByType ($a_obj_type="", $a_owner="") |
| Get objects by type. More... | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) |
| Prepare copy wizard object selection. More... | |
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
| Get icon for repository item. More... | |
| static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) |
| Collect deletion dependencies. More... | |
| static | getDeletionDependencies ($a_obj_id) |
| Get deletion dependencies. More... | |
| static | getLongDescriptions (array $a_obj_ids) |
| Get long description data. More... | |
| static | getAllOwnedRepositoryObjects ($a_user_id) |
| Get all ids of objects user owns. More... | |
| static | hasAutoRating ($a_type, $a_ref_id) |
| Check if auto rating is active for parent group/course. More... | |
Protected Member Functions | |
| initType () | |
| doRead () | |
| doCreate () | |
| beforeCreate () | |
| doUpdate () | |
| beforeUpdate () | |
| doMDUpdateListener ($a_element) | |
| beforeMDUpdateListener ($a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| doDelete () | |
| beforeDelete () | |
| doCloneObject ($new_obj, $a_target_id, $a_copy_id=null) | |
| beforeCloneObject () | |
Additional Inherited Members | |
Data Fields inherited from ilObject | |
| const | TITLE_LENGTH = 255 |
| max length of object title More... | |
| const | DESC_LENGTH = 128 |
| $ilias | |
| $lng | |
| $id | |
| $ref_id | |
| $type | |
| $title | |
| $untranslatedTitle | |
| $desc | |
| $long_desc | |
| $owner | |
| $create_date | |
| $last_update | |
| $import_id | |
| $register = false | |
| $referenced | |
| $objectList | |
| $max_title | |
| $max_desc | |
| $add_dots | |
| $obj_data_record | |
| object_data record More... | |
Class ilObject2 This is an intermediate progress of ilObject class.
Please do not ust it yet.
Definition at line 14 of file class.ilObject2.php.
| ilObject2::__construct | ( | $a_id = 0, |
|
$a_reference = true |
|||
| ) |
Constructor public.
| integer | reference_id or object_id |
| boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 22 of file class.ilObject2.php.
References initType().
Here is the call graph for this function:
|
staticfinal |
Definition at line 241 of file class.ilObject2.php.
Referenced by ilDataCollectionRecord\deleteFile(), ilDataCollectionRecord\deleteMob(), ilDataCollectionDatatype\parseExportValue(), ilDataCollectionDatatype\parseFormInput(), ilDataCollectionDatatype\parseHTML(), and ilDataCollectionDatatype\passThroughFilter().
Here is the caller graph for this function:
|
staticfinal |
Definition at line 190 of file class.ilObject2.php.
|
staticfinal |
Definition at line 279 of file class.ilObject2.php.
|
final |
Definition at line 189 of file class.ilObject2.php.
|
staticfinal |
|
final |
Definition at line 196 of file class.ilObject2.php.
|
staticfinal |
Definition at line 248 of file class.ilObject2.php.
|
final |
Definition at line 208 of file class.ilObject2.php.
|
final |
Definition at line 206 of file class.ilObject2.php.
|
final |
Definition at line 205 of file class.ilObject2.php.
|
final |
Definition at line 200 of file class.ilObject2.php.
|
staticfinal |
Definition at line 194 of file class.ilObject2.php.
|
final |
Definition at line 195 of file class.ilObject2.php.
|
staticfinal |
Definition at line 207 of file class.ilObject2.php.
Referenced by ilDataCollectionILIASRefField\getStatus().
Here is the caller graph for this function:
|
staticfinal |
Definition at line 197 of file class.ilObject2.php.
|
staticfinal |
Definition at line 60 of file class.ilObject2.php.
|
final |
Definition at line 192 of file class.ilObject2.php.
|
final |
Definition at line 63 of file class.ilObject2.php.
|
staticfinal |
Definition at line 191 of file class.ilObject2.php.
Referenced by ilPortfolioRepositoryGUI\confirmPortfolioDeletion(), ilPortfolioHTMLExport\exportHTMLPages(), ilPortfolioPageTableGUI\fillRow(), ilObjPortfolioBaseGUI\preview(), and ilPortfolioPageGUI\renderBlog().
Here is the caller graph for this function:
|
staticfinal |
Definition at line 204 of file class.ilObject2.php.
Referenced by ilDataCollectionDatatype\parseExportValue(), ilDataCollectionDatatype\parseFormInput(), ilDataCollectionDatatype\parseHTML(), and ilDataCollectionDatatype\passThroughFilter().
Here is the caller graph for this function:
|
staticfinal |
Definition at line 250 of file class.ilObject2.php.
|
final |
Definition at line 199 of file class.ilObject2.php.
|
final |
Definition at line 198 of file class.ilObject2.php.
|
final |
Definition at line 202 of file class.ilObject2.php.
|
final |
Definition at line 203 of file class.ilObject2.php.
|
final |
Definition at line 201 of file class.ilObject2.php.
|
final |
Definition at line 251 of file class.ilObject2.php.
|
protected |
Definition at line 272 of file class.ilObject2.php.
Referenced by cloneObject().
Here is the caller graph for this function:
|
protected |
Definition at line 87 of file class.ilObject2.php.
Referenced by create().
Here is the caller graph for this function:
|
protected |
Definition at line 159 of file class.ilObject2.php.
Referenced by createMetaData().
Here is the caller graph for this function:
|
protected |
Definition at line 233 of file class.ilObject2.php.
Referenced by delete().
Here is the caller graph for this function:
|
protected |
Definition at line 136 of file class.ilObject2.php.
Referenced by MDUpdateListener().
Here is the caller graph for this function:
|
protected |
Definition at line 113 of file class.ilObject2.php.
Referenced by update().
Here is the caller graph for this function:
|
protected |
Definition at line 182 of file class.ilObject2.php.
Referenced by updateMetaData().
Here is the caller graph for this function:| ilObject2::cloneDependencies | ( | $a_target_id, | |
| $a_copy_id | |||
| ) |
Definition at line 277 of file class.ilObject2.php.
|
final |
Definition at line 252 of file class.ilObject2.php.
Referenced by ilObjFile\doCloneObject().
Here is the caller graph for this function:
|
final |
Definition at line 254 of file class.ilObject2.php.
References beforeCloneObject(), and doCloneObject().
Here is the call graph for this function:
|
final |
Definition at line 212 of file class.ilObject2.php.
|
final |
Definition at line 69 of file class.ilObject2.php.
References ilObject\$id, beforeCreate(), and doCreate().
Here is the call graph for this function:
|
final |
Definition at line 141 of file class.ilObject2.php.
References beforeCreateMetaData(), and doCreateMetaData().
Referenced by ilObjFile\createProperties().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 211 of file class.ilObject2.php.
Referenced by ilRemoteObjectBase\createFromECSEContent().
Here is the caller graph for this function:
|
final |
Definition at line 240 of file class.ilObject2.php.
Referenced by ilObjBlog\initDefaultRoles().
Here is the caller graph for this function:
|
final |
Definition at line 214 of file class.ilObject2.php.
References beforeDelete(), and doDelete().
Referenced by ilObjTaxonomyGUI\confirmedDelete().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 187 of file class.ilObject2.php.
Referenced by ilObjFile\doDelete().
Here is the caller graph for this function:
|
protected |
Definition at line 267 of file class.ilObject2.php.
Referenced by cloneObject().
Here is the caller graph for this function:
|
protected |
Definition at line 82 of file class.ilObject2.php.
Referenced by create().
Here is the caller graph for this function:
|
protected |
Definition at line 154 of file class.ilObject2.php.
Referenced by createMetaData().
Here is the caller graph for this function:
|
protected |
Definition at line 228 of file class.ilObject2.php.
Referenced by delete(), and ilObjBibliographic\doUpdate().
Here is the caller graph for this function:
|
protected |
Definition at line 131 of file class.ilObject2.php.
Referenced by MDUpdateListener().
Here is the caller graph for this function:
|
protected |
Definition at line 40 of file class.ilObject2.php.
Referenced by read().
Here is the caller graph for this function:
|
protected |
Definition at line 108 of file class.ilObject2.php.
Referenced by update().
Here is the caller graph for this function:
|
protected |
Definition at line 177 of file class.ilObject2.php.
Referenced by updateMetaData().
Here is the caller graph for this function:
|
final |
Definition at line 65 of file class.ilObject2.php.
|
final |
Definition at line 55 of file class.ilObject2.php.
Referenced by ilObjFile\addNewsNotification(), ilObjTaxonomy\doCloneObject(), and ilRemoteObjectBase\sendNewContentNotification().
Here is the caller graph for this function:
|
final |
Definition at line 45 of file class.ilObject2.php.
Referenced by ilObjFile\__construct(), ilTestRandomQuestionSetDuplicatedTaxonomiesKeysMap\addDuplicatedTaxonomy(), ilObjFile\addFileVersion(), ilObjFile\addNewsNotification(), ilObjWorkspaceRootFolder\addTranslation(), ilObjCloudGUI\afterSave(), ilObjFile\beforeMDUpdateListener(), ilObjPortfolioBase\cloneBasics(), ilObjPortfolioBase\clonePagesAndSettings(), ilObjDataCollection\cloneStructure(), ilObjPoll\countVotes(), ilRemoteObjectBase\createAuthResource(), ilObjFile\createProperties(), ilObjPoll\deleteAllAnswers(), ilObjPoll\deleteAllVotes(), ilObjFile\deletePreview(), ilObjFile\deleteVersions(), ilObjPortfolioTemplate\doCloneObject(), ilObjBlog\doCloneObject(), ilObjBibliographic\doCloneObject(), ilObjFile\doCloneObject(), ilObjDataCollection\doCreate(), ilObjItemGroup\doCreate(), ilObjTaxonomy\doCreate(), ilObjPoll\doCreate(), ilRemoteObjectBase\doCreate(), ilObjFile\doCreateMetaData(), ilObjDataCollection\doDelete(), ilObjCloud\doDelete(), ilObjBibliographic\doDelete(), ilObjItemGroup\doDelete(), ilObjTaxonomy\doDelete(), ilObjPoll\doDelete(), ilRemoteObjectBase\doDelete(), ilObjFile\doDelete(), ilObjFile\doMDUpdateListener(), ilObjFile\doRead(), ilRemoteObjectBase\doRead(), ilObjItemGroup\doUpdate(), ilObjDataCollection\doUpdate(), ilObjPoll\doUpdate(), ilRemoteObjectBase\doUpdate(), ilObjFile\doUpdate(), ilObjFile\doUpdateMetaData(), ilObjFile\export(), ilObjPoll\getAnswers(), ilObjBibliographic\getFileDirectory(), ilVerificationObject\getFilePath(), ilRemoteObjectBase\getFullRemoteLink(), ilObjDataCollection\getTables(), ilObjWorkspaceRootFolder\getTranslations(), ilObjTaxonomy\getTree(), ilObjFile\getUsages(), ilObjFile\getVersions(), ilObjPoll\getVotePercentages(), ilObjPortfolio\handleQuotaUpdate(), ilVerificationObject\handleQuotaUpdate(), ilObjBlog\handleQuotaUpdate(), ilObjFile\handleQuotaUpdate(), ilRemoteObjectBase\handleUpdate(), ilObjDataCollection\hasPermissionToAddTable(), ilObjPoll\hasUserVoted(), ilRemoteObjectBase\importMetadataFromJson(), ilObjBlog\initDefaultRoles(), ilObjFile\initFileStorage(), ilRemoteObjectBase\isLocalObject(), ilObjWorkspaceRootFolder\removeTranslations(), ilObjFile\replaceFile(), ilObjFile\rollback(), ilObjPoll\saveAnswer(), ilObjPoll\saveVote(), ilRemoteObjectBase\updateFromECSContent(), and ilObjBibliographic\writeSourcefileEntriesToDb().
Here is the caller graph for this function:
|
final |
Definition at line 58 of file class.ilObject2.php.
|
final |
Definition at line 66 of file class.ilObject2.php.
|
final |
Definition at line 57 of file class.ilObject2.php.
|
final |
Definition at line 61 of file class.ilObject2.php.
|
final |
Definition at line 62 of file class.ilObject2.php.
|
final |
Definition at line 51 of file class.ilObject2.php.
|
final |
Definition at line 48 of file class.ilObject2.php.
Referenced by ilObjItemGroup\cloneDependencies(), ilObjDataCollection\doCloneObject(), ilObjWorkspaceFolder\downloadFolder(), ilObjBlog\initDefaultRoles(), ilRemoteObjectBase\sendNewContentNotification(), and ilBibliographicDetailsGUI\showDetails().
Here is the caller graph for this function:
|
final |
Definition at line 52 of file class.ilObject2.php.
Referenced by ilObjTaxonomy\doCloneObject(), ilObjDataCollection\doCreate(), ilObjWorkspaceFolder\downloadFolder(), ilObjFile\getFileExtension(), ilVerificationObject\getOfflineFilename(), ilDataCollectionRecordEditGUI\initForm(), ilObjFile\isHidden(), ilObjFile\isInline(), ilObjFile\sendFile(), ilRemoteObjectBase\sendNewContentNotification(), and ilObjFile\updateWithVersion().
Here is the caller graph for this function:
|
final |
Definition at line 49 of file class.ilObject2.php.
Referenced by ilObjectPlugin\__construct(), ilObjFile\addNewsNotification(), ilObjFile\beforeMDUpdateListener(), ilObjFile\doCreateMetaData(), ilObjFile\doMDUpdateListener(), ilObjFile\doUpdateMetaData(), ilObjBibliographic\getFileDirectory(), ilObjFile\getVersions(), ilObjPortfolio\handleQuotaUpdate(), ilVerificationObject\handleQuotaUpdate(), ilObjBlog\handleQuotaUpdate(), ilObjFile\handleQuotaUpdate(), and ilRemoteObjectBase\sendNewContentNotification().
Here is the caller graph for this function:
|
final |
Definition at line 53 of file class.ilObject2.php.
| ilObject2::initDefaultRoles | ( | ) |
Definition at line 238 of file class.ilObject2.php.
|
abstractprotected |
Referenced by ilObjectPlugin\__construct(), and __construct().
Here is the caller graph for this function:
|
final |
Definition at line 244 of file class.ilObject2.php.
|
final |
Definition at line 118 of file class.ilObject2.php.
References beforeMDUpdateListener(), and doMDUpdateListener().
Here is the call graph for this function:| ilObject2::notify | ( | $a_event, | |
| $a_ref_id, | |||
| $a_parent_non_rbac_id, | |||
| $a_node_id, | |||
$a_params = 0 |
|||
| ) |
Definition at line 242 of file class.ilObject2.php.
|
final |
Definition at line 209 of file class.ilObject2.php.
Referenced by ilRemoteObjectBase\createFromECSEContent().
Here is the caller graph for this function:
|
final |
Read data from db.
Definition at line 35 of file class.ilObject2.php.
References doRead().
Here is the call graph for this function:
|
final |
Definition at line 245 of file class.ilObject2.php.
|
final |
Definition at line 56 of file class.ilObject2.php.
Referenced by ilObjBibliographic\cloneStructure(), and ilRemoteObjectBase\updateFromECSContent().
Here is the caller graph for this function:
|
final |
Definition at line 46 of file class.ilObject2.php.
Referenced by ilObjBibliographic\__construct().
Here is the caller graph for this function:
|
final |
Definition at line 59 of file class.ilObject2.php.
|
final |
Definition at line 67 of file class.ilObject2.php.
|
final |
Definition at line 64 of file class.ilObject2.php.
Referenced by ilRemoteObjectBase\beforeCreate().
Here is the caller graph for this function:
|
final |
Definition at line 210 of file class.ilObject2.php.
Referenced by ilRemoteObjectBase\createFromECSEContent().
Here is the caller graph for this function:
|
final |
Definition at line 47 of file class.ilObject2.php.
|
final |
Definition at line 243 of file class.ilObject2.php.
|
final |
Definition at line 54 of file class.ilObject2.php.
Referenced by ilObjBibliographic\cloneStructure(), ilRemoteObjectBase\updateFromECSContent(), and ilObjFile\updateWithVersion().
Here is the caller graph for this function:
|
final |
Definition at line 50 of file class.ilObject2.php.
Referenced by ilObjBibliographic\cloneStructure().
Here is the caller graph for this function:
|
final |
Definition at line 92 of file class.ilObject2.php.
References beforeUpdate(), and doUpdate().
Referenced by ilObjCloudGUI\afterSave(), ilObjPortfolioBase\cloneBasics(), ilObjBlog\doCloneObject(), ilObjPoll\doCloneObject(), ilRemoteObjectBase\updateFromECSContent(), and ilObjFile\updateWithVersion().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 164 of file class.ilObject2.php.
References beforeUpdateMetaData(), and doUpdateMetaData().
Referenced by ilObjFile\beforeUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 188 of file class.ilObject2.php.
|
final |
Definition at line 30 of file class.ilObject2.php.