|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilObjMediaObject. More...
Inheritance diagram for ilObjMediaObject:
Collaboration diagram for ilObjMediaObject:Public Member Functions | |
| ilObjMediaObject ($a_id=0) | |
| Constructor @access public. More... | |
| setRefId () | |
| getRefId () | |
| get reference id @access public More... | |
| putInTree () | |
| createReference () | |
| creates reference for object More... | |
| setTitle ($a_title) | |
| set object title More... | |
| getTitle () | |
| get object title @access public More... | |
| delete () | |
| delete media object More... | |
| getDescription () | |
| get description of media object More... | |
| setDescription ($a_description) | |
| set description of media object 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... | |
| addMediaItem ($a_item) | |
| add media item to media object More... | |
| & | getMediaItems () |
| get all media items More... | |
| & | getMediaItem ($a_purpose) |
| get item for media purpose More... | |
| removeMediaItem ($a_purpose) | |
| removeAllMediaItems () | |
| remove all media items More... | |
| getMediaItemNr ($a_purpose) | |
| hasFullscreenItem () | |
| hasPurposeItem ($purpose) | |
| returns wether object has media item with specific purpose More... | |
| read () | |
| read media object data from db More... | |
| setId ($a_id) | |
| set id More... | |
| getId () | |
| get object id @access public More... | |
| setAlias ($a_is_alias) | |
| set wether page object is an alias More... | |
| isAlias () | |
| setOriginID ($a_id) | |
| getOriginID () | |
| getImportId () | |
| get import id More... | |
| setImportId ($a_id) | |
| set import id More... | |
| create ($a_create_meta_data=false, $a_save_media_items=true) | |
| create media object in db More... | |
| update ($a_upload=false) | |
| update media object in db More... | |
| _getDirectory ($a_mob_id) | |
| get directory for files of media object (static) More... | |
| _getThumbnailDirectory ($a_mob_id, $a_mode="filesystem") | |
| get directory for files of media object (static) More... | |
| createDirectory () | |
| Create file directory of media object. More... | |
| _createThumbnailDirectory ($a_obj_id) | |
| Create thumbnail directory. More... | |
| getFilesOfDirectory ($a_subdir="") | |
| Get files of directory. More... | |
| getXML ($a_mode=IL_MODE_FULL, $a_inst=0) | |
| get MediaObject XLM Tag More... | |
| handleAmps ($a_str) | |
| Replace "&" (if not an "&") with "&". More... | |
| exportXML (&$a_xml_writer, $a_inst=0) | |
| export XML More... | |
| 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 More... | |
| 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) More... | |
| containsIntLink () | |
| returns true, if mob was marked as containing an intern link (via setContainsIntLink) (this method should only be called by the import parser) More... | |
| _deleteAllUsages ($a_type, $a_id, $a_usage_hist_nr=0, $a_lang="-") | |
| static More... | |
| _getMobsOfObject ($a_type, $a_id, $a_usage_hist_nr=0, $a_lang="-") | |
| get mobs of object More... | |
| _saveUsage ($a_mob_id, $a_type, $a_id, $a_usage_hist_nr=0, $a_lang="-") | |
| Save usage of mob within another container (e.g. More... | |
| _removeUsage ($a_mob_id, $a_type, $a_id, $a_usage_hist_nr=0, $a_lang="-") | |
| Remove usage of mob in another container. More... | |
| getUsages ($a_include_history=true) | |
| get all usages of current media object More... | |
| lookupUsages ($a_id, $a_include_history=true) | |
| Lookup usages of media object. More... | |
| getParentObjectIdForUsage ($a_usage, $a_include_all_access_obj_ids=false) | |
| Get's the repository object ID of a parent object, if possible. More... | |
| _resizeImage ($a_file, $a_width, $a_height, $a_constrain_prop=false) | |
| resize image and return new image file ("_width_height" string appended) More... | |
| getDataDirectory () | |
| uploadAdditionalFile ($a_name, $tmp_name, $a_subdir="", $a_mode="move_uploaded") | |
| Create new media object and update page in db and return new media object. More... | |
| uploadSrtFile ($a_tmp_name, $a_language, $a_mode="move_uploaded") | |
| Upload srt file. More... | |
| getSrtFiles () | |
| Get srt files. More... | |
| makeThumbnail ($a_file, $a_thumbname, $a_format="png", $a_size="80") | |
| Make thumbnail. More... | |
| removeAdditionalFile ($a_file) | |
| Remove additional file. More... | |
| getLinkedMediaObjects ($a_ignore="") | |
| Get all media objects linked in map areas of this media object. More... | |
| duplicate () | |
| Duplicate media object, return new media object. More... | |
| uploadVideoPreviewPic ($a_prevpic) | |
| Upload video preview picture. More... | |
| generatePreviewPic ($a_width, $a_height) | |
| Upload video preview picture. More... | |
| getVideoPreviewPic ($a_filename_only=false) | |
| Get video preview pic. More... | |
| getMultiSrtUploadDir () | |
| Get directory for multi srt upload. More... | |
| uploadMultipleSubtitleFile ($a_file) | |
| Upload multi srt file. More... | |
| clearMultiSrtDirectory () | |
| Clear multi feedback directory. More... | |
| getMultiSrtFiles () | |
| Get all srt files of srt multi upload. More... | |
Public Member Functions inherited from ilObject | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor @access 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 @access public More... | |
| setId ($a_id) | |
| set object id @access public More... | |
| setRefId ($a_id) | |
| set reference id @access public More... | |
| getRefId () | |
| get reference id @access public More... | |
| getType () | |
| get object type @access public More... | |
| setType ($a_type) | |
| set object type @access public More... | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions More... | |
| getTitle () | |
| get object title @access public More... | |
| getUntranslatedTitle () | |
| get untranslated object title @access 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 @access public More... | |
| getLastUpdateDate () | |
| get last update date @access public More... | |
| getDiskUsage () | |
| 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... | |
| setParentRolePermissions ($a_parent_ref) | |
| 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. 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) @access public 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... | |
| getPossibleSubObjects ($a_filter=true) | |
| get all possible subobjects of this type the object can decide which types of subobjects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
| static | _exists ($a_id) |
| checks wether a lm content object with specified id exists or not More... | |
| static | _getURL ($a_mob_id) |
| get directory for files of media object (static) More... | |
| static | _lookupStandardItemPath ($a_mob_id, $a_url_encode=false, $a_web=true) |
| Get path for standard item. More... | |
| static | _lookupItemPath ($a_mob_id, $a_url_encode=false, $a_web=true, $a_purpose="") |
| Get path for item with specific purpose. More... | |
| static | getMimeType ($a_file, $a_external=false) |
| get mime type for file More... | |
| static | _determineWidthHeight ($a_format, $a_type, $a_file, $a_reference, $a_constrain_proportions, $a_use_original, $a_user_width, $a_user_height) |
| Determine width and height. More... | |
| static | _getSimpleMimeTypes () |
| Get simple mime types that deactivate parameter property files tab in ILIAS. More... | |
| static | _useAutoStartParameterOnly ($a_loc, $a_format) |
| Check whether only autostart parameter should be supported (instead of parameters input field. More... | |
| static | _saveTempFileAsMediaObject ($name, $tmp_name, $upload=TRUE) |
| Create new media object and update page in db and return new media object. More... | |
| static | getThumbnailPath ($a_mob_id, $a_thumbname) |
| Get thumbnail path. More... | |
| static | getRestrictedFileTypes () |
| Get restricted file types (this is for the input form, this list will be empty, if "allowed list" is empty) More... | |
| static | getForbiddenFileTypes () |
| Get forbidden file types. More... | |
| static | getAllowedFileTypes () |
| Get allowed file types. More... | |
| static | isTypeAllowed ($a_type) |
| Is type allowed. More... | |
| static | fixFilename ($a_name) |
| Fix filename of uploaded file. More... | |
| static | renameExecutables ($a_dir) |
| Rename executables. More... | |
Static Public Member Functions inherited from ilObject | |
| static | _lookupObjIdByImportId ($a_import_id) |
| static | _lookupImportId ($a_obj_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 @global 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@access public 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 | fixMissingTitles ($a_type, array &$a_obj_title_map) |
| Try to fix missing object titles. More... | |
| static | hasAutoRating ($a_type, $a_ref_id) |
| Check if auto rating is active for parent group/course. More... | |
Data Fields | |
| $is_alias | |
| $origin_id | |
| $id | |
| $media_items | |
| $contains_int_link | |
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... | |
Static Protected Member Functions | |
| static | handleQuotaUpdate (ilObjMediaObject $a_mob) |
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 644 of file class.ilObjMediaObject.php.
References ilUtil\createDirectory(), and ilUtil\getWebspaceDir().
Referenced by duplicate(), ilMediaItem\getThumbnailTarget(), ilMediaObjectDataSet\importRecord(), and makeThumbnail().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::_deleteAllUsages | ( | $a_type, | |
| $a_id, | |||
$a_usage_hist_nr = 0, |
|||
$a_lang = "-" |
|||
| ) |
static
Definition at line 1017 of file class.ilObjMediaObject.php.
References $ilDB, $row, and handleQuotaUpdate().
Referenced by ilPCMediaObject\beforePageDelete(), ilPageObject\delete(), and ilPCMediaObject\saveMobUsage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Determine width and height.
Definition at line 1493 of file class.ilObjMediaObject.php.
References $h, $info, ilObject\$lng, $r, $size, $w, ilUtil\deducibleSize(), and ilMediaImageUtil\getImageSize().
Referenced by ilObjMediaPoolGUI\createMediaFromUploadDir(), ilDataCollectionDatatype\parseValue(), ilObjMediaObjectGUI\savePropertiesObject(), and ilObjMediaObjectGUI\setObjectPerCreationForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
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 ilInternalLink\_exists(), ilRTE\_getMediaObjects(), ilRTE\_replaceMediaObjectImageSrc(), ilObjTest\addQTIMaterial(), assQuestion\addQTIMaterial(), assQuestion\delete(), ilForum\deletePost(), ilObjTest\deleteTest(), ilTestExport\exportXHTMLMediaObjects(), ilQuestionpoolExport\exportXHTMLMediaObjects(), ilObjTest\exportXMLMediaObjects(), ilObjQuestionPool\exportXMLMediaObjects(), ilObjPaymentSettingsGUI\saveStatutoryRegulationsObject(), ilForumXMLWriter\start(), and ilExSubmissionTextGUI\updateAssignmentTextObject().
Here is the call 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 571 of file class.ilObjMediaObject.php.
References ilUtil\getWebspaceDir().
Referenced by ilObjMediaObjectGUI\_getMediaInfoHTML(), ilObjMediaCastAccess\_lookupDiskUsage(), _saveTempFileAsMediaObject(), ilObjMediaCastGUI\convertFileObject(), ilPCInteractiveImageGUI\create(), createDirectory(), ilObjMediaPoolGUI\createMediaFromUploadDir(), ilSCORM13Package\dbImportSco(), delete(), ilNewsItem\deliverMobFile(), ilObjMediaCastGUI\determinePlaytimeObject(), duplicate(), ilObjMediaObjectGUI\executeCommand(), ilObjMediaCastGUI\extractPreviewImageObject(), ilPDNewsTableGUI\fillRow(), generatePreviewPic(), ilMediaItem\getDirectory(), getFilesOfDirectory(), ilBlogPostingGUI\getFirstMediaObjectAsTag(), ilObjMediaObjectGUI\getFullscreenSizeObject(), getMultiSrtUploadDir(), ilMediaItem\getOriginalSize(), ilPortfolioTemplatePage\getPageDiskSize(), getSrtFiles(), ilObjMediaObjectGUI\getStandardSizeObject(), getVideoPreviewPic(), ilMediaObjectDataSet\getXmlRecord(), ilMediaObjectDataSet\importRecord(), makeThumbnail(), ilPCMediaObject\modifyPageContentPostXsl(), ilDataCollectionDatatype\parseHTML(), ilDataCollectionDatatype\parseValue(), removeAdditionalFile(), ilObjMediaObjectGUI\resizeImagesObject(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjMediaObjectGUI\setObjectPerCreationForm(), ilPCInteractiveImageGUI\update(), ilObjMediaCastGUI\updateMediaItem(), and uploadAdditionalFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::_getMobsOfObject | ( | $a_type, | |
| $a_id, | |||
$a_usage_hist_nr = 0, |
|||
$a_lang = "-" |
|||
| ) |
get mobs of object
Definition at line 1054 of file class.ilObjMediaObject.php.
References $ilDB, $mobs, and ilObject\_lookupType().
Referenced by ilRTE\_cleanupMediaObjectUsage(), SurveyQuestion\addMaterialTag(), ilObjSurvey\addMaterialTag(), ilObjTest\addQTIMaterial(), assQuestion\addQTIMaterial(), ilPCMediaObject\afterPageUpdate(), ilPCMediaObject\beforePageDelete(), ilCOPageHTMLExport\collectPageElements(), SurveyQuestion\copyXHTMLMediaObjectsOfQuestion(), assQuestion\copyXHTMLMediaObjectsOfQuestion(), SurveyQuestion\delete(), assQuestion\delete(), ilPageObject\delete(), ilForum\deletePost(), ilObjSurvey\deleteSurveyRecord(), ilObjTest\deleteTest(), ilObjGlossary\exportHTMLGlossaryTerms(), ilObjContentObject\exportHTMLGlossaryTerms(), ilObjContentObject\exportHTMLPages(), ilSurveyExport\exportXHTMLMediaObjects(), ilTestExport\exportXHTMLMediaObjects(), ilQuestionpoolExport\exportXHTMLMediaObjects(), ilPageObject\getLastUpdateOfIncludedElements(), ilSoapUtils\getMobsOfObject(), ilLMMultiSrt\getMultiSrtFiles(), ilCOPageExporter\getXmlExportHeadDependencies(), ilPCMediaObject\modifyPageContentPostXsl(), ilPageObject\resolveMediaAliases(), ilObjPaymentSettingsGUI\saveStatutoryRegulationsObject(), ilForumXMLWriter\start(), assQuestion\syncXHTMLMediaObjectsOfQuestion(), assClozeTest\toJSON(), assErrorText\toJSON(), assImagemapQuestion\toJSON(), assKprimChoice\toJSON(), assLongMenu\toJSON(), assMatchingQuestion\toJSON(), assMultipleChoice\toJSON(), assOrderingHorizontal\toJSON(), assOrderingQuestion\toJSON(), assSingleChoice\toJSON(), and assTextSubset\toJSON().
Here is the call 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 1574 of file class.ilObjMediaObject.php.
Referenced by ilObjMediaObjectGUI\getTabs(), ilPCMediaObjectGUI\initAliasForm(), ilObjMediaObjectGUI\initForm(), and ilObjMediaObjectGUI\savePropertiesObject().
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 591 of file class.ilObjMediaObject.php.
References ilUtil\getWebspaceDir().
Referenced by delete(), duplicate(), ilMediaItem\getThumbnailDirectory(), getThumbnailPath(), and makeThumbnail().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
get directory for files of media object (static)
| int | $a_mob_id | media object id |
Definition at line 581 of file class.ilObjMediaObject.php.
References ilUtil\getHtmlPath(), and ilUtil\getWebspaceDir().
Referenced by ilMediaCastTableGUI\fillRow(), ilDataCollectionDatatype\parseHTML(), ilObjMediaCastGUI\showGallery(), and ilNewsForContextBlockGUI\showNews().
Here is the call 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 612 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 caller graph for this function:
|
static |
Get path for standard item.
| int | $a_mob_id | media object id |
Definition at line 601 of file class.ilObjMediaObject.php.
References _lookupItemPath().
Referenced by ilSCORM2004ScoGUI\getExportResources().
Here is the call 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, |
|||
$a_lang = "-" |
|||
| ) |
Remove usage of mob in another container.
Definition at line 1110 of file class.ilObjMediaObject.php.
References $ilDB, and handleQuotaUpdate().
Referenced by ilRTE\_cleanupMediaObjectUsage(), SurveyQuestion\delete(), assQuestion\delete(), ilForum\deletePost(), ilObjSurvey\deleteSurveyRecord(), ilObjTest\deleteTest(), ilObjPaymentSettingsGUI\saveStatutoryRegulationsObject(), and ilExSubmissionTextGUI\updateAssignmentTextObject().
Here is the call 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 1461 of file class.ilObjMediaObject.php.
References $location, and ilUtil\resizeImage().
Referenced by ilDataCollectionDatatype\parseValue(), ilObjMediaObjectGUI\resizeImagesObject(), ilObjMediaObjectGUI\savePropertiesObject(), and ilObjMediaObjectGUI\setObjectPerCreationForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Create new media object and update page in db and return new media object.
Definition at line 1612 of file class.ilObjMediaObject.php.
References $file, $location, $size, _getDirectory(), ilUtil\deducibleSize(), ilMediaImageUtil\getImageSize(), getMimeType(), ilObjMediaObject(), ilUtil\moveUploadedFile(), renameExecutables(), and ilMediaSvgSanitizer\sanitizeDir().
Referenced by assClozeTestImport\fromXML(), assErrorTextImport\fromXML(), assFileUploadImport\fromXML(), assFlashQuestionImport\fromXML(), assFormulaQuestionImport\fromXML(), assImagemapQuestionImport\fromXML(), assJavaAppletImport\fromXML(), assMatchingQuestionImport\fromXML(), assNumericImport\fromXML(), assOrderingHorizontalImport\fromXML(), assOrderingQuestionImport\fromXML(), assSingleChoiceImport\fromXML(), assTextQuestionImport\fromXML(), assTextSubsetImport\fromXML(), assKprimChoiceImport\fromXML(), assMultipleChoiceImport\fromXML(), ilObjTest\fromXML(), ilForumXMLParser\handlerEndTag(), ilObjSurvey\importObject(), ilSurveyImporter\importXmlRepresentation(), and ilSoapUtils\saveTempFileAsMediaObject().
Here is the call 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, |
|||
$a_lang = "-" |
|||
| ) |
Save usage of mob within another container (e.g.
page)
Definition at line 1089 of file class.ilObjMediaObject.php.
References $ilDB, and handleQuotaUpdate().
Referenced by ilRTE\_cleanupMediaObjectUsage(), SurveyQuestion\copyXHTMLMediaObjectsOfQuestion(), assQuestion\copyXHTMLMediaObjectsOfQuestion(), assErrorTextImport\fromXML(), assFileUploadImport\fromXML(), assFlashQuestionImport\fromXML(), assFormulaQuestionImport\fromXML(), assImagemapQuestionImport\fromXML(), assJavaAppletImport\fromXML(), assMatchingQuestionImport\fromXML(), assNumericImport\fromXML(), assOrderingHorizontalImport\fromXML(), assOrderingQuestionImport\fromXML(), assSingleChoiceImport\fromXML(), assTextQuestionImport\fromXML(), assTextSubsetImport\fromXML(), assKprimChoiceImport\fromXML(), assMultipleChoiceImport\fromXML(), ilObjTest\fromXML(), ilForumXMLParser\handlerEndTag(), ilObjSurvey\importObject(), ilSurveyImporter\importXmlRepresentation(), ilDataCollectionDatatype\parseValue(), ilPCMediaObject\saveMobUsage(), ilObjPaymentSettingsGUI\saveStatutoryRegulationsObject(), assQuestion\syncXHTMLMediaObjectsOfQuestion(), and ilExSubmissionTextGUI\updateAssignmentTextObject().
Here is the call 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 1591 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:| ilObjMediaObject::addMediaItem | ( | $a_item | ) |
add media item to media object
| object | $a_item | media item object |
Definition at line 275 of file class.ilObjMediaObject.php.
| ilObjMediaObject::clearMultiSrtDirectory | ( | ) |
Clear multi feedback directory.
Definition at line 2041 of file class.ilObjMediaObject.php.
References ilUtil\delDir(), and getMultiSrtUploadDir().
Here is the call graph for this function:| 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 1009 of file class.ilObjMediaObject.php.
References $contains_int_link.
| ilObjMediaObject::create | ( | $a_create_meta_data = false, |
|
$a_save_media_items = true |
|||
| ) |
create media object in db
Definition at line 453 of file class.ilObjMediaObject.php.
References $media_items, createMetaData(), getId(), getMediaItems(), and handleQuotaUpdate().
Here is the call graph for this function:| ilObjMediaObject::createDirectory | ( | ) |
Create file directory of media object.
Definition at line 636 of file class.ilObjMediaObject.php.
References _getDirectory(), ilUtil\createDirectory(), and getId().
Here is the call graph for this function:| ilObjMediaObject::createMetaData | ( | ) |
create meta data entry
Reimplemented from ilObject.
Definition at line 215 of file class.ilObjMediaObject.php.
References $ilUser, getDescription(), getId(), getTitle(), and ilObject\getType().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::createReference | ( | ) |
creates reference for object
@access 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(), ilLoggerFactory\getLogger(), getUsages(), and handleQuotaUpdate().
Here is the call graph for this function:| ilObjMediaObject::deleteMetaData | ( | ) |
delete meta data entry
Reimplemented from ilObject.
Definition at line 261 of file class.ilObjMediaObject.php.
References getId(), and ilObject\getType().
Referenced by delete().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::duplicate | ( | ) |
Duplicate media object, return new media object.
Definition at line 1881 of file class.ilObjMediaObject.php.
References _createThumbnailDirectory(), _getDirectory(), _getThumbnailDirectory(), getDescription(), getId(), getMediaItems(), getTitle(), ilObjMediaObject(), and ilUtil\rCopy().
Here is the call 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 911 of file class.ilObjMediaObject.php.
References getId(), ilUtil\getWebspaceDir(), ilUtil\makeDir(), and ilUtil\rCopy().
Here is the call graph for this function:| ilObjMediaObject::exportMediaFullscreen | ( | $a_target_dir, | |
| $pg_obj | |||
| ) |
Definition at line 921 of file class.ilObjMediaObject.php.
References $_GET, $params, $tpl, ilMediaItem\_getMapAreasIntLinks(), ilPlayerUtil\getFlashVideoPlayerDirectory(), getId(), getXML(), IL_MODE_OUTPUT, ilUtil\makeDir(), xslt_create(), and xslt_free().
Here is the call graph for this function:| ilObjMediaObject::exportXML | ( | & | $a_xml_writer, |
$a_inst = 0 |
|||
| ) |
export XML
Definition at line 898 of file class.ilObjMediaObject.php.
References getXML(), and IL_MODE_FULL.
Here is the call graph for this function:
|
static |
Fix filename of uploaded file.
| string | $a_name | upload file name |
Definition at line 1992 of file class.ilObjMediaObject.php.
References ilUtil\getASCIIFilename().
Referenced by ilObjMediaObjectGUI\savePropertiesObject(), ilObjMediaObjectGUI\setObjectPerCreationForm(), and ilObjMediaObjectGUI\uploadFileObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::generatePreviewPic | ( | $a_width, | |
| $a_height | |||
| ) |
Upload video preview picture.
return
Definition at line 1933 of file class.ilObjMediaObject.php.
References $file, _getDirectory(), ilUtil\convertImage(), ilUtil\escapeShellArg(), ilUtil\execConvert(), getId(), getMediaItem(), and ilUtil\isConvertVersionAtLeast().
Here is the call graph for this function:
|
static |
Get allowed file types.
Definition at line 1844 of file class.ilObjMediaObject.php.
| ilObjMediaObject::getDataDirectory | ( | ) |
Definition at line 1580 of file class.ilObjMediaObject.php.
References getId(), and ilUtil\getWebspaceDir().
Referenced by handleQuotaUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::getDescription | ( | ) |
get description of media object
Reimplemented from ilObject.
Definition at line 155 of file class.ilObjMediaObject.php.
Referenced by createMetaData(), duplicate(), and updateMetaData().
Here is the caller graph for this function:| ilObjMediaObject::getFilesOfDirectory | ( | $a_subdir = "" | ) |
Get files of directory.
| string | $a_subdir | subdirectry |
Definition at line 656 of file class.ilObjMediaObject.php.
References _getDirectory(), ilUtil\getDir(), and getId().
Here is the call graph for this function:
|
static |
Get forbidden file types.
Definition at line 1825 of file class.ilObjMediaObject.php.
Referenced by ilObjMediaObjectGUI\executeCommand(), and ilObjMediaObjectGUI\initForm().
Here is the caller graph for this function:| ilObjMediaObject::getId | ( | ) |
get object id @access public
Reimplemented from ilObject.
Definition at line 402 of file class.ilObjMediaObject.php.
References $id.
Referenced by create(), createDirectory(), createMetaData(), delete(), deleteMetaData(), duplicate(), exportFiles(), exportMediaFullscreen(), generatePreviewPic(), getDataDirectory(), getFilesOfDirectory(), getMultiSrtUploadDir(), getSrtFiles(), getUsages(), getVideoPreviewPic(), getXML(), handleQuotaUpdate(), makeThumbnail(), MDUpdateListener(), removeAdditionalFile(), removeMediaItem(), update(), updateMetaData(), and uploadAdditionalFile().
Here is the caller graph for this function:| ilObjMediaObject::getImportId | ( | ) |
get import id
Reimplemented from ilObject.
Definition at line 440 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 1774 of file class.ilObjMediaObject.php.
References ilObject\_exists(), ilInternalLink\_extractObjIdOfTarget(), ilMapArea\_getIntLinks(), and getMediaItems().
Here is the call graph for this function:| & ilObjMediaObject::getMediaItem | ( | $a_purpose | ) |
get item for media purpose
| string | $a_purpose |
Definition at line 297 of file class.ilObjMediaObject.php.
Referenced by generatePreviewPic(), and hasPurposeItem().
Here is the caller graph for this function:| ilObjMediaObject::getMediaItemNr | ( | $a_purpose | ) |
Definition at line 344 of file class.ilObjMediaObject.php.
| & ilObjMediaObject::getMediaItems | ( | ) |
get all media items
Definition at line 286 of file class.ilObjMediaObject.php.
References $media_items.
Referenced by create(), duplicate(), getLinkedMediaObjects(), getXML(), and update().
Here is the caller graph for this function:
|
static |
get mime type for file
| string | $a_file | file name |
Definition at line 1483 of file class.ilObjMediaObject.php.
References ilMimeTypeUtil\APPLICATION__OCTET_STREAM, and ilMimeTypeUtil\lookupMimeType().
Referenced by _saveTempFileAsMediaObject(), ilObjMediaObjectGUI\assignFullscreenObject(), ilObjMediaObjectGUI\assignStandardObject(), ilKprimChoiceWizardInputGUI\checkUploads(), ilPCInteractiveImageGUI\create(), ilFileUtils\createFile(), ilObjMediaPoolGUI\createMediaFromUploadDir(), ilSCORM13Package\dbImportSco(), ilPublicUserProfileGUI\deliverVCard(), ilSCORM13Player\getMimetype(), ilMediaPlayerGUI\getMp3PlayerHtml(), ilDataCollectionDatatype\parseValue(), ilObjMediaObjectGUI\savePropertiesObject(), assMultipleChoice\setImageFile(), assSingleChoice\setImageFile(), ilObjMediaObjectGUI\setObjectPerCreationForm(), ilPCInteractiveImageGUI\update(), ilObjMediaCastGUI\updateMediaItem(), and ilFSStorageExercise\uploadFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::getMultiSrtFiles | ( | ) |
Get all srt files of srt multi upload.
Definition at line 2049 of file class.ilObjMediaObject.php.
References $lang, ilMDLanguageItem\_getPossibleLanguageCodes(), ilUtil\getDir(), and getMultiSrtUploadDir().
Here is the call graph for this function:| ilObjMediaObject::getMultiSrtUploadDir | ( | ) |
Get directory for multi srt upload.
return
Definition at line 2009 of file class.ilObjMediaObject.php.
References _getDirectory(), and getId().
Referenced by clearMultiSrtDirectory(), getMultiSrtFiles(), and uploadMultipleSubtitleFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::getOriginID | ( | ) |
| 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 1236 of file class.ilObjMediaObject.php.
References $id, ilObject\$type, ilPCQuestion\_getPageForQuestionId(), assQuestion\_getQuestionInfo(), SurveyQuestion\_instanciateQuestion(), ilGlossaryTerm\_lookGlossaryID(), ilNewsItem\_lookupContextObjId(), ilLMObject\_lookupContObjID(), ilForum\_lookupObjIdForForumId(), ilSCORM2004Node\_lookupSLMID(), SurveyQuestion\_lookupSurveyObjId(), ilGlossaryDefinition\_lookupTermId(), ilObjTest\_lookupTestObjIdForQuestionId(), ilObject\_lookupType(), ilPortfolioPage\findPortfolioForPage(), ilExSubmission\lookupExerciseIdForReturnedId(), ilWikiPage\lookupObjIdByPage(), and ilPageObject\lookupParentId().
Referenced by ilObjMediaObjectAccess\checkAccessMob(), ilMediaObjectUsagesTableGUI\fillRow(), and handleQuotaUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::getRefId | ( | ) |
get reference id @access public
Reimplemented from ilObject.
Definition at line 52 of file class.ilObjMediaObject.php.
|
static |
Get restricted file types (this is for the input form, this list will be empty, if "allowed list" is empty)
Definition at line 1813 of file class.ilObjMediaObject.php.
Referenced by ilObjMediaObjectGUI\executeCommand(), and ilObjMediaObjectGUI\initForm().
Here is the caller graph for this function:| ilObjMediaObject::getSrtFiles | ( | ) |
Get srt files.
Definition at line 1703 of file class.ilObjMediaObject.php.
References _getDirectory(), ilUtil\getDir(), and getId().
Referenced by getXML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get thumbnail path.
| string | $a_thumbname | thumbnail file name |
Definition at line 1750 of file class.ilObjMediaObject.php.
References _getThumbnailDirectory().
Referenced by ilPCIIMOverlaysTableGUI\fillRow().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::getTitle | ( | ) |
get object title @access public
Reimplemented from ilObject.
Definition at line 72 of file class.ilObjMediaObject.php.
Referenced by createMetaData(), duplicate(), and updateMetaData().
Here is the caller graph for this function:| ilObjMediaObject::getUsages | ( | $a_include_history = true | ) |
get all usages of current media object
Definition at line 1128 of file class.ilObjMediaObject.php.
References getId(), and lookupUsages().
Referenced by delete(), and handleQuotaUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::getVideoPreviewPic | ( | $a_filename_only = false | ) |
Get video preview pic.
return
Definition at line 1963 of file class.ilObjMediaObject.php.
References _getDirectory(), and getId().
Here is the call 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 686 of file class.ilObjMediaObject.php.
References $ilUser, $media_items, getId(), getMediaItems(), getSrtFiles(), 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 caller graph for this function:| ilObjMediaObject::handleAmps | ( | $a_str | ) |
Replace "&" (if not an "&") with "&".
Definition at line 888 of file class.ilObjMediaObject.php.
Referenced by getXML().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 529 of file class.ilObjMediaObject.php.
References $ilSetting, getDataDirectory(), getId(), getParentObjectIdForUsage(), ilObject\getType(), getUsages(), and ilDiskQuotaHandler\handleUpdatedSourceObject().
Referenced by _deleteAllUsages(), _removeUsage(), _saveUsage(), create(), delete(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::hasFullscreenItem | ( | ) |
Definition at line 357 of file class.ilObjMediaObject.php.
References hasPurposeItem().
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 368 of file class.ilObjMediaObject.php.
References getMediaItem().
Referenced by hasFullscreenItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::ilObjMediaObject | ( | $a_id = 0 | ) |
Constructor @access public.
Definition at line 38 of file class.ilObjMediaObject.php.
Referenced by _saveTempFileAsMediaObject(), and duplicate().
Here is the caller graph for this function:| ilObjMediaObject::isAlias | ( | ) |
|
static |
Is type allowed.
| string | $a_type |
Definition at line 1864 of file class.ilObjMediaObject.php.
Referenced by ilPageObjectGUI\showPage().
Here is the caller graph for this function:| ilObjMediaObject::lookupUsages | ( | $a_id, | |
$a_include_history = true |
|||
| ) |
Lookup usages of media object.
Definition at line 1138 of file class.ilObjMediaObject.php.
References $ilDB, $ret, ilPageObject\_exists(), ilObjUser\_getUsersForClipboadObject(), and ilNewsItem\_lookupMediaObjectUsages().
Referenced by ilObjMediaObjectAccess\checkAccessMob(), getUsages(), and ilLMObject\updateInternalLinks().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::makeThumbnail | ( | $a_file, | |
| $a_thumbname, | |||
$a_format = "png", |
|||
$a_size = "80" |
|||
| ) |
Make thumbnail.
Definition at line 1734 of file class.ilObjMediaObject.php.
References _createThumbnailDirectory(), _getDirectory(), _getThumbnailDirectory(), ilUtil\convertImage(), and getId().
Here is the call 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 179 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:| ilObjMediaObject::modifyExportIdentifier | ( | $a_tag, | |
| $a_param, | |||
| $a_value | |||
| ) |
Definition at line 979 of file class.ilObjMediaObject.php.
References ilUtil\insertInstIntoID().
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 385 of file class.ilObjMediaObject.php.
References ilMediaItem\_getMediaItemsOfMOb().
Here is the call graph for this function:| ilObjMediaObject::removeAdditionalFile | ( | $a_file | ) |
Remove additional file.
Definition at line 1760 of file class.ilObjMediaObject.php.
References $file, _getDirectory(), and getId().
Here is the call graph for this function:| ilObjMediaObject::removeAllMediaItems | ( | ) |
remove all media items
Definition at line 338 of file class.ilObjMediaObject.php.
| ilObjMediaObject::removeMediaItem | ( | $a_purpose | ) |
Definition at line 313 of file class.ilObjMediaObject.php.
References $media_items, and getId().
Here is the call graph for this function:
|
static |
Rename executables.
| string |
Definition at line 2086 of file class.ilObjMediaObject.php.
References ilUtil\renameExecutables(), and ilUtil\rRenameSuffix().
Referenced by _saveTempFileAsMediaObject(), ilObjMediaObjectGUI\executeCommand(), ilMediaObjectDataSet\importRecord(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjMediaObjectGUI\setObjectPerCreationForm(), uploadAdditionalFile(), and ilObjMediaObjectGUI\uploadFileObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::setAlias | ( | $a_is_alias | ) |
set wether page object is an alias
Definition at line 410 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 1000 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setDescription | ( | $a_description | ) |
set description of media object
Reimplemented from ilObject.
Definition at line 163 of file class.ilObjMediaObject.php.
Referenced by MDUpdateListener().
Here is the caller graph for this function:| ilObjMediaObject::setId | ( | $a_id | ) |
set id
Reimplemented from ilObject.
Definition at line 397 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setImportId | ( | $a_import_id | ) |
set import id
@access public
| string | $a_import_id | import id |
Reimplemented from ilObject.
Definition at line 445 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setOriginID | ( | $a_id | ) |
Definition at line 420 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setRefId | ( | ) |
Definition at line 47 of file class.ilObjMediaObject.php.
| ilObjMediaObject::setTitle | ( | $a_title | ) |
set object title
@access 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:| ilObjMediaObject::update | ( | $a_upload = false | ) |
update media object in db
Definition at line 489 of file class.ilObjMediaObject.php.
References $media_items, ilMediaItem\deleteAllItemsOfMob(), getId(), getMediaItems(), handleQuotaUpdate(), and updateMetaData().
Here is the call graph for this function:| ilObjMediaObject::updateMetaData | ( | ) |
update meta data entry
Reimplemented from ilObject.
Definition at line 236 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 caller graph for this function:| ilObjMediaObject::uploadAdditionalFile | ( | $a_name, | |
| $tmp_name, | |||
$a_subdir = "", |
|||
$a_mode = "move_uploaded" |
|||
| ) |
Create new media object and update page in db and return new media object.
Definition at line 1668 of file class.ilObjMediaObject.php.
References _getDirectory(), getId(), ilUtil\makeDirParents(), ilUtil\moveUploadedFile(), renameExecutables(), and ilMediaSvgSanitizer\sanitizeDir().
Referenced by uploadSrtFile(), and uploadVideoPreviewPic().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaObject::uploadMultipleSubtitleFile | ( | $a_file | ) |
Upload multi srt file.
| array | $a_file | file info array |
| ilMediaObjectsException |
Definition at line 2021 of file class.ilObjMediaObject.php.
References $ilUser, ilObject\$lng, ilUtil\delDir(), getMultiSrtUploadDir(), ilUtil\makeDirParents(), ilUtil\moveUploadedFile(), and ilUtil\unzip().
Here is the call graph for this function:| ilObjMediaObject::uploadSrtFile | ( | $a_tmp_name, | |
| $a_language, | |||
$a_mode = "move_uploaded" |
|||
| ) |
Upload srt file.
return
Definition at line 1690 of file class.ilObjMediaObject.php.
References uploadAdditionalFile().
Here is the call graph for this function:| ilObjMediaObject::uploadVideoPreviewPic | ( | $a_prevpic | ) |
Upload video preview picture.
return
Definition at line 1917 of file class.ilObjMediaObject.php.
References uploadAdditionalFile().
Here is the call 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().