| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilObjMediaObject. More...
 Inheritance diagram for ilObjMediaObject:
 Inheritance diagram for ilObjMediaObject: Collaboration diagram for ilObjMediaObject:
 Collaboration diagram for ilObjMediaObject:| Public Member Functions | |
| ilObjMediaObject ($a_id=0) | |
| Constructor  public. | |
| setRefId () | |
| getRefId () | |
| get reference id  public | |
| putInTree () | |
| createReference () | |
| creates reference for object | |
| setTitle ($a_title) | |
| set object title | |
| getTitle () | |
| get object title  public | |
| _exists ($a_id) | |
| checks wether a lm content object with specified id exists or not | |
| delete () | |
| delete media object | |
| getDescription () | |
| get description of media object | |
| setDescription ($a_description) | |
| set description of media object | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. | |
| createMetaData () | |
| create meta data entry | |
| updateMetaData () | |
| update meta data entry | |
| deleteMetaData () | |
| delete meta data entry | |
| addMediaItem (&$a_item) | |
| add media item to media object | |
| & | getMediaItems () | 
| get all media items | |
| & | getMediaItem ($a_purpose) | 
| get item for media purpose | |
| removeMediaItem ($a_purpose) | |
| removeAllMediaItems () | |
| remove all media items | |
| getMediaItemNr ($a_purpose) | |
| hasFullscreenItem () | |
| hasPurposeItem ($purpose) | |
| returns wether object has media item with specific purpose | |
| read () | |
| read media object data from db | |
| setId ($a_id) | |
| set id | |
| getId () | |
| get object id  public | |
| setAlias ($a_is_alias) | |
| set wether page object is an alias | |
| isAlias () | |
| setOriginID ($a_id) | |
| getOriginID () | |
| getImportId () | |
| get import id | |
| setImportId ($a_id) | |
| set import id | |
| create ($a_upload=false, $a_save_media_items=true) | |
| create media object in db | |
| update ($a_upload=false) | |
| update media object in db | |
| _getDirectory ($a_mob_id) | |
| get directory for files of media object (static) | |
| _getURL ($a_mob_id) | |
| get directory for files of media object (static) | |
| _getThumbnailDirectory ($a_mob_id, $a_mode="filesystem") | |
| get directory for files of media object (static) | |
| createDirectory () | |
| create file directory of media object | |
| _createThumbnailDirectory ($a_obj_id) | |
| create thumbnail directory | |
| getXML ($a_mode=IL_MODE_FULL, $a_inst=0) | |
| get MediaObject XLM Tag | |
| handleAmps ($a_str) | |
| Replace "&" (if not an "&") with "&". | |
| exportXML (&$a_xml_writer, $a_inst=0) | |
| export XML | |
| exportFiles ($a_target_dir) | |
| export all media files of object to target directory note: target directory must be the export target directory, "/objects/il_<inst>_mob_<mob_id>/..." will be appended to this directory | |
| exportMediaFullscreen ($a_target_dir, $pg_obj) | |
| modifyExportIdentifier ($a_tag, $a_param, $a_value) | |
| setContainsIntLink ($a_contains_link) | |
| content parser set this flag to true, if the media object contains internal links (this method should only be called by the import parser) | |
| containsIntLink () | |
| returns true, if mob was marked as containing an intern link (via setContainsIntLink) (this method should only be called by the import parser) | |
| _deleteAllUsages ($a_type, $a_id, $a_usage_hist_nr=0) | |
| static | |
| _getMobsOfObject ($a_type, $a_id, $a_usage_hist_nr=0) | |
| get mobs of object | |
| _saveUsage ($a_mob_id, $a_type, $a_id, $a_usage_hist_nr=0) | |
| Save usage of mob within another container (e.g. | |
| _removeUsage ($a_mob_id, $a_type, $a_id, $a_usage_hist_nr=0) | |
| Remove usage of mob in another container. | |
| getUsages ($a_include_history=true) | |
| get all usages of current media object | |
| lookupUsages ($a_id, $a_include_history=true) | |
| Lookup usages of media object. | |
| getParentObjectIdForUsage ($a_usage, $a_include_all_access_obj_ids=false) | |
| Get's the repository object ID of a parent object, if possible. | |
| _resizeImage ($a_file, $a_width, $a_height, $a_constrain_prop=false) | |
| resize image and return new image file ("_width_height" string appended) | |
| getExt2MimeMap () | |
| get file extension to mime type map | |
| getDataDirectory () | |
| & | _saveTempFileAsMediaObject ($name, $tmp_name, $upload=TRUE) | 
| create new media object and update page in db and return new media object | |
| getLinkedMediaObjects ($a_ignore="") | |
| Get all media objects linked in map areas of this media object. | |
|  Public Member Functions inherited from ilObject | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor  public. | |
| withReferences () | |
| determines wehter objects are referenced or not (got ref ids or not) | |
| read ($a_force_db=false) | |
| read object data from db into object | |
| setRefId ($a_id) | |
| set reference id  public | |
| getType () | |
| get object type  public | |
| setType ($a_type) | |
| set object type  public | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions | |
| getUntranslatedTitle () | |
| get untranslated object title  public | |
| getLongDescription () | |
| get object long description (stored in object_description) | |
| _lookupObjIdByImportId ($a_import_id) | |
| getOwner () | |
| get object owner | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| lookup owner name for owner id | |
| setOwner ($a_owner) | |
| set object owner | |
| getCreateDate () | |
| get create date  public | |
| getLastUpdateDate () | |
| get last update date  public | |
| getDiskUsage () | |
| Gets the disk usage of the object in bytes. | |
| setObjDataRecord ($a_record) | |
| set object_data record (note: this method should only be called from the ilObjectFactory class) | |
| create () | |
| create | |
| update () | |
| update object in db | |
| updateOwner () | |
| update owner of object in db | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) | |
| _lookupOwner ($a_id) | |
| lookup object owner | |
| _lookupDescription ($a_id) | |
| lookup object description | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| lookup last update | |
| _getLastUpdateOfObjects ($a_objs) | |
| Get last update for a set of media objects. | |
| _setDeletedDate ($a_ref_id) | |
| only called in ilTree::saveSubTree | |
| _resetDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _lookupDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _writeTitle ($a_obj_id, $a_title) | |
| write title to db (static) | |
| _writeDescription ($a_obj_id, $a_desc) | |
| write description to db (static) | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| write import id to db (static) | |
| _isInTrash ($a_ref_id) | |
| checks wether object is in trash | |
| _hasUntrashedReference ($a_obj_id) | |
| checks wether an object has at least one reference that is not in trash | |
| _lookupObjectId ($a_ref_id) | |
| lookup object id | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| get all objects of a certain type | |
| putInTree ($a_parent_ref) | |
| maybe this method should be in tree object!? | |
| setPermissions ($a_parent_ref) | |
| set permissions of object | |
| countReferences () | |
| count references of object | |
| initDefaultRoles () | |
| init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example)  public | |
| createRoleFolder () | |
| creates a local role folder | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| notifys an object about an event occured Based on the event passed, each object may decide how it reacts. | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| getXMLZip () | |
| getHTMLDirectory () | |
| cloneObject ($a_target_id, $a_copy_id=0) | |
| Clone object permissions, put in tree ... | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| Prepend Copy info if object with same name exists in that container. | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
| Clone object dependencies. | |
| cloneMetaData ($target_obj) | |
| Copy meta data. | |
| Static Public Member Functions | |
| static | _lookupStandardItemPath ($a_mob_id, $a_url_encode=false, $a_web=true) | 
| Get path for standard item. | |
| static | _lookupItemPath ($a_mob_id, $a_url_encode=false, $a_web=true, $a_purpose="") | 
| Get path for item with specific purpose. | |
| static | getMimeType ($a_file) | 
| get mime type for file | |
| static | _determineWidthHeight ($a_def_width, $a_def_height, $a_format, $a_type, $a_file, $a_reference, $a_constrain_proportions, $a_use_original, $a_user_width, $a_user_height) | 
| Determine width and height. | |
| static | _getSimpleMimeTypes () | 
| Get simple mime types that deactivate parameter property files tab in ILIAS. | |
| static | _useAutoStartParameterOnly ($a_loc, $a_format) | 
| Check whether only autostart parameter should be supported (instead of parameters input field. | |
|  Static Public Member Functions inherited from ilObject | |
| static | _getAllReferences ($a_id) | 
| get all reference ids of object | |
| static | _lookupTitle ($a_id) | 
| lookup object title | |
| static | _getIdsForTitle ($title, $type= '', $partialmatch=false) | 
| static | _lookupObjId ($a_id) | 
| static | _lookupType ($a_id, $a_reference=false) | 
| lookup object type | |
| _exists ($a_id, $a_reference=false) | |
| checks if an object exists in object_data | |
| static | _getObjectsByType ($a_obj_type="", $a_owner="") | 
| Get objects by type. | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type) | 
| Prepare copy wizard object selection. | |
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) | 
| Get icon for repository item. | |
| static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) | 
| Collect deletion dependencies. | |
| static | getDeletionDependencies ($a_obj_id) | 
| Get deletion dependencies. | |
| Data Fields | |
| $is_alias | |
| $origin_id | |
| $id | |
| $media_items | |
| $contains_int_link | |
|  Data Fields inherited from ilObject | |
| const | TITLE_LENGTH = 128 | 
| max length of object title | |
| $ilias | |
| $lng | |
| $id | |
| $ref_id | |
| $type | |
| $title | |
| $untranslatedTitle | |
| $desc | |
| $long_desc | |
| $owner | |
| $create_date | |
| $last_update | |
| $import_id | |
| $register = false | |
| $referenced | |
| $objectList | |
| $max_title | |
| $max_desc | |
| $add_dots | |
| $obj_data_record | |
| object_data record | |
Class ilObjMediaObject.
Todo: this class must be integrated with group/folder handling
Definition at line 26 of file class.ilObjMediaObject.php.
| ilObjMediaObject::_createThumbnailDirectory | ( | $a_obj_id | ) | 
create thumbnail directory
Definition at line 565 of file class.ilObjMediaObject.php.
References createDirectory(), and ilUtil\getWebspaceDir().
Referenced by ilMediaItem\getThumbnailTarget(), and ilMediaObjectDataSet\importRecord().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_deleteAllUsages | ( | $a_type, | |
| $a_id, | |||
| $a_usage_hist_nr = 0 | |||
| ) | 
static
Definition at line 881 of file class.ilObjMediaObject.php.
References $ilDB.
Referenced by ilPageObject\saveMobUsage().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Determine width and height.
Definition at line 1257 of file class.ilObjMediaObject.php.
References ilObject\$lng, $size, and ilUtil\deducibleSize().
Referenced by ilObjMediaObjectGUI\savePropertiesObject(), and ilObjMediaObjectGUI\setObjectPerCreationForm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_exists | ( | $a_id | ) | 
checks wether a lm content object with specified id exists or not
| int | $id | id | 
Definition at line 84 of file class.ilObjMediaObject.php.
References $ilDB, and ilInternalLink\_extractObjIdOfTarget().
Referenced by ilRTE\_getMediaObjects(), ilRTE\_replaceMediaObjectImageSrc(), assQuestion\addQTIMaterial(), ilObjTest\addQTIMaterial(), ilObjForumGUI\addThreadObject(), assQuestion\delete(), ilForum\deletePost(), ilObjTest\deleteTest(), ilQuestionpoolExport\exportXHTMLMediaObjects(), ilTestExport\exportXHTMLMediaObjects(), ilObjQuestionPool\exportXMLMediaObjects(), ilObjTest\exportXMLMediaObjects(), ilObjForumGUI\savePostObject(), and ilObjForumGUI\viewThreadObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_getDirectory | ( | $a_mob_id | ) | 
get directory for files of media object (static)
| int | $a_mob_id | media object id | 
Definition at line 492 of file class.ilObjMediaObject.php.
References ilUtil\getWebspaceDir().
Referenced by ilObjMediaObjectGUI\_getMediaInfoHTML(), ilObjMediaCastAccess\_lookupDiskUsage(), _saveTempFileAsMediaObject(), createDirectory(), ilSCORM13Package\dbImportSco(), delete(), ilObjMediaCastGUI\determinePlaytimeObject(), ilObjMediaCastGUI\downloadItemObject(), ilPDNewsTableGUI\fillRow(), ilMediaItem\getDirectory(), ilObjMediaObjectGUI\getFullscreenSizeObject(), ilMediaItem\getOriginalSize(), ilObjMediaObjectGUI\getStandardSizeObject(), ilMediaObjectDataSet\getXmlRecord(), ilMediaObjectDataSet\importRecord(), ilObjMediaObjectGUI\resizeImagesObject(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjMediaObjectGUI\setObjectPerCreationForm(), and ilObjMediaCastGUI\updateMediaItem().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_getMobsOfObject | ( | $a_type, | |
| $a_id, | |||
| $a_usage_hist_nr = 0 | |||
| ) | 
get mobs of object
Definition at line 895 of file class.ilObjMediaObject.php.
References $ilDB, $mobs, and ilObject\_lookupType().
Referenced by ilRTE\_cleanupMediaObjectUsage(), SurveyQuestion\addMaterialTag(), ilObjSurvey\addMaterialTag(), assQuestion\addQTIMaterial(), ilObjTest\addQTIMaterial(), SurveyQuestion\copyXHTMLMediaObjectsOfQuestion(), assQuestion\copyXHTMLMediaObjectsOfQuestion(), SurveyQuestion\delete(), assQuestion\delete(), ilForum\deletePost(), ilObjSurvey\deleteSurveyRecord(), ilObjTest\deleteTest(), ilObjGlossary\exportHTMLGlossaryTerms(), ilObjContentObject\exportHTMLGlossaryTerms(), ilObjContentObject\exportHTMLPages(), ilSurveyExport\exportXHTMLMediaObjects(), ilQuestionpoolExport\exportXHTMLMediaObjects(), ilTestExport\exportXHTMLMediaObjects(), ilPageObject\getLastUpdateOfIncludedElements(), ilSoapUtils\getMobsOfObject(), ilCOPageExporter\getXmlExportHeadDependencies(), ilObjForumGUI\savePostObject(), assQuestion\syncXHTMLMediaObjectsOfQuestion(), assImagemapQuestion\toJSON(), assOrderingQuestion\toJSON(), assMultipleChoice\toJSON(), assSingleChoice\toJSON(), assMatchingQuestion\toJSON(), assClozeTest\toJSON(), ilPageObject\update(), and ilObjForumGUI\viewThreadObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get simple mime types that deactivate parameter property files tab in ILIAS.
Definition at line 1511 of file class.ilObjMediaObject.php.
Referenced by ilObjMediaObjectGUI\getTabs(), ilPCMediaObjectGUI\initAliasForm(), ilObjMediaObjectGUI\initForm(), and ilObjMediaObjectGUI\savePropertiesObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_getThumbnailDirectory | ( | $a_mob_id, | |
| $a_mode = "filesystem" | |||
| ) | 
get directory for files of media object (static)
| int | $a_mob_id | media object id | 
Definition at line 512 of file class.ilObjMediaObject.php.
References ilUtil\getWebspaceDir().
Referenced by delete(), and ilMediaItem\getThumbnailDirectory().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_getURL | ( | $a_mob_id | ) | 
get directory for files of media object (static)
| int | $a_mob_id | media object id | 
Definition at line 502 of file class.ilObjMediaObject.php.
References ilUtil\getHtmlPath(), and ilUtil\getWebspaceDir().
Referenced by ilMediaCastTableGUI\fillRow(), and ilNewsForContextBlockGUI\showNews().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get path for item with specific purpose.
| int | $a_mob_id | media object id | 
Definition at line 533 of file class.ilObjMediaObject.php.
References $location, $path, and ilMediaItem\_lookupLocationForMobId().
Referenced by _lookupStandardItemPath(), ilMediaCastTableGUI\fillRow(), and ilObjectFeedWriter\ilObjectFeedWriter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get path for standard item.
| int | $a_mob_id | media object id | 
Definition at line 522 of file class.ilObjMediaObject.php.
References _lookupItemPath().
Referenced by ilSCORM2004ScoGUI\getExportResources().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_removeUsage | ( | $a_mob_id, | |
| $a_type, | |||
| $a_id, | |||
| $a_usage_hist_nr = 0 | |||
| ) | 
Remove usage of mob in another container.
Definition at line 940 of file class.ilObjMediaObject.php.
References $ilDB.
Referenced by ilRTE\_cleanupMediaObjectUsage(), ilObjForumGUI\addThreadObject(), SurveyQuestion\delete(), assQuestion\delete(), ilForum\deletePost(), ilObjSurvey\deleteSurveyRecord(), ilObjTest\deleteTest(), ilObjForumGUI\savePostObject(), and ilObjForumGUI\viewThreadObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_resizeImage | ( | $a_file, | |
| $a_width, | |||
| $a_height, | |||
| $a_constrain_prop = false | |||
| ) | 
resize image and return new image file ("_width_height" string appended)
| string | $a_file | full file name | 
| int | $a_width | width | 
| int | $a_height | height | 
Definition at line 1197 of file class.ilObjMediaObject.php.
References $location, and ilUtil\resizeImage().
Referenced by ilObjMediaObjectGUI\resizeImagesObject(), ilObjMediaObjectGUI\savePropertiesObject(), and ilObjMediaObjectGUI\setObjectPerCreationForm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilObjMediaObject::_saveTempFileAsMediaObject | ( | $name, | |
| $tmp_name, | |||
| $upload = TRUE | |||
| ) | 
create new media object and update page in db and return new media object
Definition at line 1545 of file class.ilObjMediaObject.php.
References $file, $location, $size, _getDirectory(), ilUtil\deducibleSize(), getMimeType(), ilObjMediaObject(), ilUtil\moveUploadedFile(), and ilUtil\renameExecutables().
Referenced by assErrorTextImport\fromXML(), assFileUploadImport\fromXML(), assFlashQuestionImport\fromXML(), assTextQuestionImport\fromXML(), assSingleChoiceImport\fromXML(), assJavaAppletImport\fromXML(), assTextSubsetImport\fromXML(), assNumericImport\fromXML(), assClozeTestImport\fromXML(), assMultipleChoiceImport\fromXML(), assOrderingHorizontalImport\fromXML(), assImagemapQuestionImport\fromXML(), assOrderingQuestionImport\fromXML(), assMatchingQuestionImport\fromXML(), ilObjTest\fromXML(), ilObjSurvey\importObject(), and ilSoapUtils\saveTempFileAsMediaObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::_saveUsage | ( | $a_mob_id, | |
| $a_type, | |||
| $a_id, | |||
| $a_usage_hist_nr = 0 | |||
| ) | 
Save usage of mob within another container (e.g.
page)
Definition at line 919 of file class.ilObjMediaObject.php.
References $ilDB.
Referenced by ilRTE\_cleanupMediaObjectUsage(), ilObjForumGUI\addThreadObject(), SurveyQuestion\copyXHTMLMediaObjectsOfQuestion(), assQuestion\copyXHTMLMediaObjectsOfQuestion(), assErrorTextImport\fromXML(), assFileUploadImport\fromXML(), assFlashQuestionImport\fromXML(), assOrderingQuestionImport\fromXML(), assNumericImport\fromXML(), assTextQuestionImport\fromXML(), assOrderingHorizontalImport\fromXML(), assSingleChoiceImport\fromXML(), assTextSubsetImport\fromXML(), assImagemapQuestionImport\fromXML(), assJavaAppletImport\fromXML(), assMultipleChoiceImport\fromXML(), assMatchingQuestionImport\fromXML(), ilObjTest\fromXML(), ilObjSurvey\importObject(), ilPageObject\saveMobUsage(), ilObjForumGUI\savePostObject(), and assQuestion\syncXHTMLMediaObjectsOfQuestion().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Check whether only autostart parameter should be supported (instead of parameters input field.
This should be the same behaviour as mp3/flv in page.xsl
Definition at line 1528 of file class.ilObjMediaObject.php.
Referenced by ilPCMediaObjectGUI\getAliasValues(), ilObjMediaObjectGUI\getValues(), ilPCMediaObjectGUI\initAliasForm(), ilObjMediaObjectGUI\initForm(), ilPCMediaObjectGUI\saveAliasProperties(), and ilObjMediaObjectGUI\savePropertiesObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::addMediaItem | ( | & | $a_item | ) | 
add media item to media object
| object | $a_item | media item object | 
Definition at line 253 of file class.ilObjMediaObject.php.
| ilObjMediaObject::containsIntLink | ( | ) | 
returns true, if mob was marked as containing an intern link (via setContainsIntLink) (this method should only be called by the import parser)
Definition at line 873 of file class.ilObjMediaObject.php.
References $contains_int_link.
| ilObjMediaObject::create | ( | $a_upload = false, | |
| $a_save_media_items = true | |||
| ) | 
create media object in db
Definition at line 431 of file class.ilObjMediaObject.php.
References $media_items, ilObject\create(), createMetaData(), getId(), and getMediaItems().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::createDirectory | ( | ) | 
create file directory of media object
Definition at line 557 of file class.ilObjMediaObject.php.
References _getDirectory(), and getId().
Referenced by _createThumbnailDirectory().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::createMetaData | ( | ) | 
create meta data entry
Reimplemented from ilObject.
Definition at line 193 of file class.ilObjMediaObject.php.
References getDescription(), getId(), getTitle(), and ilObject\getType().
Referenced by create().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::createReference | ( | ) | 
creates reference for object
public
Reimplemented from ilObject.
Definition at line 62 of file class.ilObjMediaObject.php.
| ilObjMediaObject::delete | ( | ) | 
delete media object
Reimplemented from ilObject.
Definition at line 100 of file class.ilObjMediaObject.php.
References _getDirectory(), _getThumbnailDirectory(), ilUtil\delDir(), ilMediaItem\deleteAllItemsOfMob(), deleteMetaData(), getId(), and getUsages().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::deleteMetaData | ( | ) | 
delete meta data entry
Reimplemented from ilObject.
Definition at line 239 of file class.ilObjMediaObject.php.
References getId(), and ilObject\getType().
Referenced by delete().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::exportFiles | ( | $a_target_dir | ) | 
export all media files of object to target directory note: target directory must be the export target directory, "/objects/il_<inst>_mob_<mob_id>/..." will be appended to this directory
| string | $a_target_dir | target directory | 
Definition at line 776 of file class.ilObjMediaObject.php.
References getId(), ilUtil\getWebspaceDir(), ilUtil\makeDir(), and ilUtil\rCopy().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::exportMediaFullscreen | ( | $a_target_dir, | |
| $pg_obj | |||
| ) | 
Definition at line 786 of file class.ilObjMediaObject.php.
References $_GET, $tpl, ilMediaItem\_getMapAreasIntLinks(), getId(), getXML(), IL_MODE_OUTPUT, ilUtil\makeDir(), xslt_create(), xslt_free(), and xslt_process().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::exportXML | ( | & | $a_xml_writer, | 
| $a_inst = 0 | |||
| ) | 
export XML
Definition at line 763 of file class.ilObjMediaObject.php.
References getXML(), and IL_MODE_FULL.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::getDataDirectory | ( | ) | 
Definition at line 1517 of file class.ilObjMediaObject.php.
References ilUtil\getWebspaceDir().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::getDescription | ( | ) | 
get description of media object
Reimplemented from ilObject.
Definition at line 133 of file class.ilObjMediaObject.php.
Referenced by createMetaData(), and updateMetaData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::getExt2MimeMap | ( | ) | 
get file extension to mime type map
Definition at line 1336 of file class.ilObjMediaObject.php.
Referenced by ilMediaCastSettings\initStorage().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::getId | ( | ) | 
get object id public
Reimplemented from ilObject.
Definition at line 380 of file class.ilObjMediaObject.php.
References $id.
Referenced by create(), createDirectory(), createMetaData(), delete(), deleteMetaData(), exportFiles(), exportMediaFullscreen(), getUsages(), getXML(), MDUpdateListener(), removeMediaItem(), update(), and updateMetaData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::getImportId | ( | ) | 
get import id
Reimplemented from ilObject.
Definition at line 418 of file class.ilObjMediaObject.php.
References ilObject\$import_id.
| ilObjMediaObject::getLinkedMediaObjects | ( | $a_ignore = "" | ) | 
Get all media objects linked in map areas of this media object.
Definition at line 1597 of file class.ilObjMediaObject.php.
References ilObject\_exists(), ilInternalLink\_extractObjIdOfTarget(), ilMapArea\_getIntLinks(), and getMediaItems().
 Here is the call graph for this function:
 Here is the call graph for this function:| & ilObjMediaObject::getMediaItem | ( | $a_purpose | ) | 
get item for media purpose
| string | $a_purpose | 
Definition at line 275 of file class.ilObjMediaObject.php.
Referenced by ilObjMediaCastGUI\getMediaItem(), and hasPurposeItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::getMediaItemNr | ( | $a_purpose | ) | 
Definition at line 322 of file class.ilObjMediaObject.php.
| & ilObjMediaObject::getMediaItems | ( | ) | 
get all media items
Definition at line 264 of file class.ilObjMediaObject.php.
References $media_items.
Referenced by create(), getLinkedMediaObjects(), ilObjMediaCastGUI\getMediaItems(), getXML(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
get mime type for file
| string | $a_file | file name | 
Definition at line 1219 of file class.ilObjMediaObject.php.
Referenced by _saveTempFileAsMediaObject(), ilObjMediaObjectGUI\assignFullscreenObject(), ilObjMediaObjectGUI\assignStandardObject(), ilFileUtils\createFile(), ilSCORM13Package\dbImportSco(), ilFSStorageExercise\deliverFile(), ilPublicUserProfileGUI\deliverVCard(), ilMediaPlayerGUI\getMp3PlayerHtml(), ilObjMediaObjectGUI\savePropertiesObject(), assMultipleChoice\setImageFile(), assSingleChoice\setImageFile(), ilObjMediaObjectGUI\setObjectPerCreationForm(), and ilObjMediaCastGUI\updateMediaItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::getOriginID | ( | ) | 
Definition at line 403 of file class.ilObjMediaObject.php.
References $origin_id.
| ilObjMediaObject::getParentObjectIdForUsage | ( | $a_usage, | |
| $a_include_all_access_obj_ids = false | |||
| ) | 
Get's the repository object ID of a parent object, if possible.
Definition at line 1055 of file class.ilObjMediaObject.php.
References $id, ilObject\$type, assQuestion\_getQuestionInfo(), ilGlossaryTerm\_lookGlossaryID(), ilNewsItem\_lookupContextObjId(), ilLMObject\_lookupContObjID(), ilForum\_lookupObjIdForForumId(), ilGlossaryDefinition\_lookupTermId(), ilObjTest\_lookupTestObjIdForQuestionId(), ilWikiPage\lookupObjIdByPage(), and ilPageObject\lookupParentId().
Referenced by ilWebAccessChecker\checkAccess().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::getRefId | ( | ) | 
get reference id public
Reimplemented from ilObject.
Definition at line 52 of file class.ilObjMediaObject.php.
| ilObjMediaObject::getTitle | ( | ) | 
get object title public
Reimplemented from ilObject.
Definition at line 72 of file class.ilObjMediaObject.php.
Referenced by createMetaData(), and updateMetaData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::getUsages | ( | $a_include_history = true | ) | 
get all usages of current media object
Definition at line 955 of file class.ilObjMediaObject.php.
References getId(), and lookupUsages().
Referenced by delete().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::getXML | ( | $a_mode = IL_MODE_FULL, | |
| $a_inst = 0 | |||
| ) | 
get MediaObject XLM Tag
| int | $a_mode | IL_MODE_ALIAS | IL_MODE_OUTPUT | IL_MODE_FULL | 
Definition at line 575 of file class.ilObjMediaObject.php.
References $media_items, getId(), getMediaItems(), ilObject\getType(), handleAmps(), IL_MODE_ALIAS, IL_MODE_FULL, and IL_MODE_OUTPUT.
Referenced by exportMediaFullscreen(), and exportXML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::handleAmps | ( | $a_str | ) | 
Replace "&" (if not an "&") with "&".
Definition at line 753 of file class.ilObjMediaObject.php.
Referenced by getXML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::hasFullscreenItem | ( | ) | 
Definition at line 335 of file class.ilObjMediaObject.php.
References hasPurposeItem().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::hasPurposeItem | ( | $purpose | ) | 
returns wether object has media item with specific purpose
| string | $purpose | 
Definition at line 346 of file class.ilObjMediaObject.php.
References getMediaItem().
Referenced by hasFullscreenItem().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::ilObjMediaObject | ( | $a_id = 0 | ) | 
Constructor public.
Definition at line 38 of file class.ilObjMediaObject.php.
References ilObject\ilObject().
Referenced by _saveTempFileAsMediaObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::isAlias | ( | ) | 
Definition at line 393 of file class.ilObjMediaObject.php.
References $is_alias.
| ilObjMediaObject::lookupUsages | ( | $a_id, | |
| $a_include_history = true | |||
| ) | 
Lookup usages of media object.
Definition at line 965 of file class.ilObjMediaObject.php.
References $ilDB, $ret, $skip, $user, ilPageObject\_exists(), ilObjUser\_getUsersForClipboadObject(), and ilNewsItem\_lookupMediaObjectUsages().
Referenced by ilWebAccessChecker\checkAccess(), getUsages(), and ilLMObject\updateInternalLinks().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::MDUpdateListener | ( | $a_element | ) | 
Meta data update listener.
Important note: Do never call create() or update() method of ilObject here. It would result in an endless loop: update object -> update meta -> update object -> ... Use static _writeTitle() ... methods instead.
| string | $a_element | 
Reimplemented from ilObject.
Definition at line 157 of file class.ilObjMediaObject.php.
References $id, ilObject\_writeDescription(), ilObject\_writeTitle(), getId(), ilObject\getType(), setDescription(), and setTitle().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::modifyExportIdentifier | ( | $a_tag, | |
| $a_param, | |||
| $a_value | |||
| ) | 
Definition at line 843 of file class.ilObjMediaObject.php.
References ilUtil\insertInstIntoID().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::putInTree | ( | ) | 
Definition at line 57 of file class.ilObjMediaObject.php.
| ilObjMediaObject::read | ( | ) | 
read media object data from db
Definition at line 363 of file class.ilObjMediaObject.php.
References ilMediaItem\_getMediaItemsOfMOb().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::removeAllMediaItems | ( | ) | 
remove all media items
Definition at line 316 of file class.ilObjMediaObject.php.
| ilObjMediaObject::removeMediaItem | ( | $a_purpose | ) | 
Definition at line 291 of file class.ilObjMediaObject.php.
References $media_items, and getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::setAlias | ( | $a_is_alias | ) | 
set wether page object is an alias
Definition at line 388 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setContainsIntLink | ( | $a_contains_link | ) | 
content parser set this flag to true, if the media object contains internal links (this method should only be called by the import parser)
| boolean | $a_contains_link | true, if page contains intern link tag(s) | 
Definition at line 864 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setDescription | ( | $a_description | ) | 
set description of media object
Reimplemented from ilObject.
Definition at line 141 of file class.ilObjMediaObject.php.
Referenced by MDUpdateListener().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::setId | ( | $a_id | ) | 
set id
Reimplemented from ilObject.
Definition at line 375 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setImportId | ( | $a_import_id | ) | 
set import id
public
| string | $a_import_id | import id | 
Reimplemented from ilObject.
Definition at line 423 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setOriginID | ( | $a_id | ) | 
Definition at line 398 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setRefId | ( | ) | 
Definition at line 47 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setTitle | ( | $a_title | ) | 
set object title
public
| string | $a_title | object title | 
Reimplemented from ilObject.
Definition at line 67 of file class.ilObjMediaObject.php.
Referenced by MDUpdateListener().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::update | ( | $a_upload = false | ) | 
update media object in db
Definition at line 458 of file class.ilObjMediaObject.php.
References $media_items, ilMediaItem\deleteAllItemsOfMob(), getId(), getMediaItems(), ilObject\update(), and updateMetaData().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjMediaObject::updateMetaData | ( | ) | 
update meta data entry
Reimplemented from ilObject.
Definition at line 214 of file class.ilObjMediaObject.php.
References getDescription(), getId(), getTitle(), and ilObject\getType().
Referenced by update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjMediaObject::$contains_int_link | 
Definition at line 32 of file class.ilObjMediaObject.php.
Referenced by containsIntLink().
| ilObjMediaObject::$id | 
Definition at line 30 of file class.ilObjMediaObject.php.
Referenced by getId(), getParentObjectIdForUsage(), and MDUpdateListener().
| ilObjMediaObject::$is_alias | 
Definition at line 28 of file class.ilObjMediaObject.php.
Referenced by isAlias().
| ilObjMediaObject::$media_items | 
Definition at line 31 of file class.ilObjMediaObject.php.
Referenced by create(), getMediaItems(), getXML(), removeMediaItem(), and update().
| ilObjMediaObject::$origin_id | 
Definition at line 29 of file class.ilObjMediaObject.php.
Referenced by getOriginID().