| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Class ilMediaItem. More...
 Collaboration diagram for ilMediaItem:
 Collaboration diagram for ilMediaItem:| Public Member Functions | |
| ilMediaItem ($a_id=0) | |
| setId ($a_id) | |
| set media item id | |
| getId () | |
| get media item id | |
| setMobId ($a_mob_id) | |
| set id of parent media object | |
| getMobId () | |
| get id of parent media object | |
| setNr ($a_nr) | |
| set number of media item within media object | |
| getNr () | |
| setTextRepresentation ($a_val) | |
| Set text representation. | |
| getTextRepresentation () | |
| Get text representation. | |
| create () | |
| create persistent media item | |
| update () | |
| update media item data (without map areas!) | |
| writeParameter ($a_name, $a_value) | |
| Write parameter. | |
| read () | |
| read media item data (item id or (mob_id and nr) must be set) | |
| writeThumbTried ($a_tried) | |
| write thumbnail creation try data ("y"/"n") | |
| _getMediaItemsOfMObId ($a_mobId, $a_purpose) | |
| _getMediaItemsOfMOb (&$a_mob) | |
| read media items into media objects (static) | |
| deleteAllItemsOfMob ($a_mob_id) | |
| static | |
| setPurpose ($a_purpose) | |
| getPurpose () | |
| setLocation ($a_location) | |
| getLocation () | |
| setLocationType ($a_type) | |
| getLocationType () | |
| setFormat ($a_format) | |
| getFormat () | |
| setThumbTried ($a_tried) | |
| getThumbTried () | |
| addMapArea (&$a_map_area) | |
| deleteMapArea ($nr) | |
| delete map area | |
| & | getMapArea ($nr) | 
| get map area | |
| getMapAreas () | |
| get map areas | |
| getWidth () | |
| get width | |
| setWidth ($a_width) | |
| set width | |
| getHeight () | |
| get height | |
| setHeight ($a_height) | |
| set height | |
| getOriginalSize () | |
| get original size | |
| setCaption ($a_caption) | |
| set caption | |
| getCaption () | |
| get caption | |
| setHAlign ($a_halign) | |
| set horizontal align | |
| getHAlign () | |
| get horizontal align | |
| setParameter ($a_name, $a_value) | |
| set parameter | |
| resetParameters () | |
| reset parameters | |
| setParameters ($a_par) | |
| set alle parameters via parameter string (format: par1="value1", par2="value2", ...) | |
| getParameters () | |
| get all parameters (in array) | |
| getParameterString () | |
| get all parameters (as string) | |
| getParameter ($a_name) | |
| get a single parameter | |
| getWorkDirectory () | |
| get work directory for image map editing | |
| createWorkDirectory () | |
| create work directory for image map editing | |
| getSuffix () | |
| get location suffix | |
| getMapWorkCopyType () | |
| get image type of image map work copy | |
| getMapWorkCopyName ($a_reference_copy=false) | |
| Get name of image map work copy file. | |
| getDirectory () | |
| get media file directory | |
| getThumbnailDirectory ($a_mode="filesystem") | |
| get media file directory | |
| getThumbnailTarget ($a_size="") | |
| get thumbnail target | |
| copyOriginal () | |
| Copy the orginal file. | |
| makeMapWorkCopy ($a_area_nr=0, $a_exclude=false) | |
| make map work copy of image | |
| addAreaToMapWorkCopy ($a_shape, $a_coords) | |
| draw a new area in work image | |
| outputMapWorkCopy () | |
| output raw map work copy file | |
| buildMapWorkImage () | |
| build image map work image | |
| saveMapWorkImage () | |
| save image map work image | |
| & | getMapWorkImage () | 
| get image map work image | |
| getMapAreasXML ($a_insert_inst=false, $a_inst=0) | |
| get xml code of media items' areas | |
| _resolveMapAreaLinks ($a_mob_id) | |
| resolve internal links of all media items of a media object | |
| _getMapAreasIntLinks ($a_mob_id) | |
| get all internal links of map areas of a mob | |
| extractUrlParameters () | |
| Extract parameters of special external references to parameter array. | |
| Static Public Member Functions | |
| static | _lookupLocationForMobId ($a_mob_id, $a_purpose) | 
| Lookup location for mob id. | |
| static | _lookupMobId ($a_med_id) | 
| Lookup Mob ID. | |
| Data Fields | |
| $id | |
| $purpose | |
| $location | |
| $location_type | |
| $format | |
| $width | |
| $height | |
| $caption | |
| $halign | |
| $parameters | |
| $mob_id | |
| $nr | |
| $mapareas | |
| $map_cnt | |
| $map_image | |
| $color1 | |
| $color2 | |
Class ilMediaItem.
Media Item, component of a media object (file or reference)
Definition at line 16 of file class.ilMediaItem.php.
| ilMediaItem::_getMapAreasIntLinks | ( | $a_mob_id | ) | 
get all internal links of map areas of a mob
| int | $a_mob_id | media object id | 
Definition at line 1138 of file class.ilMediaItem.php.
References $query, and ilMapArea\_getIntLinks().
Referenced by ilPageObjectGUI\displayMedia(), ilObjMediaObject\exportMediaFullscreen(), ilPageObject\getInternalLinks(), ilLMPresentationGUI\ilMedia(), ilGlossaryPresentationGUI\media(), and ilObjMediaPoolGUI\showMedia().
 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:| ilMediaItem::_getMediaItemsOfMOb | ( | & | $a_mob | ) | 
read media items into media objects (static)
| object | $a_mob | media object | 
Definition at line 376 of file class.ilMediaItem.php.
References $query, ilMapArea\_getMaxNr(), and ilMediaItem().
Referenced by ilObjMediaObject\read().
 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:| ilMediaItem::_getMediaItemsOfMObId | ( | $a_mobId, | |
| $a_purpose | |||
| ) | 
Definition at line 354 of file class.ilMediaItem.php.
References $query.
Referenced by ilObjectFeedWriter\ilObjectFeedWriter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Lookup location for mob id.
| int | $a_mob_id | media object id | 
| string | $a_purpose | purpose | 
Definition at line 310 of file class.ilMediaItem.php.
References $query.
Referenced by ilObjMediaObject\_lookupItemPath().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Lookup Mob ID.
| int | $a_med_id | media item id | 
Definition at line 332 of file class.ilMediaItem.php.
References $query.
Referenced by ilMapArea\_getMobsForTarget().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::_resolveMapAreaLinks | ( | $a_mob_id | ) | 
resolve internal links of all media items of a media object
| int | $a_mob_id | media object id | 
Definition at line 1117 of file class.ilMediaItem.php.
References $query, and ilMapArea\_resolveIntLinks().
Referenced by ilContObjParser\processPagesToParse(), and ilPageObject\resolveIntLinks().
 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:| ilMediaItem::addAreaToMapWorkCopy | ( | $a_shape, | |
| $a_coords | |||
| ) | 
draw a new area in work image
| string | $a_shape | shape | 
| string | $a_coords | coordinates string | 
Definition at line 944 of file class.ilMediaItem.php.
References $size, buildMapWorkImage(), getHeight(), getMapWorkCopyName(), getMapWorkImage(), getWidth(), and saveMapWorkImage().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::addMapArea | ( | & | $a_map_area | ) | 
Definition at line 504 of file class.ilMediaItem.php.
References $map_cnt.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::buildMapWorkImage | ( | ) | 
build image map work image
Definition at line 989 of file class.ilMediaItem.php.
References getMapWorkCopyName(), and getMapWorkCopyType().
Referenced by addAreaToMapWorkCopy(), and makeMapWorkCopy().
 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:| ilMediaItem::copyOriginal | ( | ) | 
Copy the orginal file.
Definition at line 844 of file class.ilMediaItem.php.
References $lng, ilUtil\convertImage(), createWorkDirectory(), getDirectory(), getLocation(), getLocationType(), getMapWorkCopyName(), getMapWorkCopyType(), and ilUtil\sendFailure().
Referenced by makeMapWorkCopy().
 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:| ilMediaItem::create | ( | ) | 
create persistent media item
Definition at line 126 of file class.ilMediaItem.php.
References $query, getCaption(), getFormat(), getHAlign(), getHeight(), getId(), getLocation(), getLocationType(), getMobId(), getNr(), getParameters(), getPurpose(), getTextRepresentation(), getWidth(), and setId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::createWorkDirectory | ( | ) | 
create work directory for image map editing
Definition at line 714 of file class.ilMediaItem.php.
References ilUtil\createDirectory(), ilUtil\getDataDir(), and getWorkDirectory().
Referenced by copyOriginal().
 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:| ilMediaItem::deleteAllItemsOfMob | ( | $a_mob_id | ) | 
static
Definition at line 427 of file class.ilMediaItem.php.
References $query.
Referenced by ilObjMediaObject\delete(), and ilObjMediaObject\update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::deleteMapArea | ( | $nr | ) | 
delete map area
Definition at line 513 of file class.ilMediaItem.php.
| ilMediaItem::extractUrlParameters | ( | ) | 
Extract parameters of special external references to parameter array.
Definition at line 1162 of file class.ilMediaItem.php.
References getLocation(), getParameters(), and setParameter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::getCaption | ( | ) | 
get caption
Definition at line 617 of file class.ilMediaItem.php.
References $caption.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getDirectory | ( | ) | 
get media file directory
Definition at line 771 of file class.ilMediaItem.php.
References ilObjMediaObject\_getDirectory(), and getMobId().
Referenced by copyOriginal(), and getThumbnailTarget().
 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:| ilMediaItem::getFormat | ( | ) | 
Definition at line 489 of file class.ilMediaItem.php.
References $format.
Referenced by create(), getOriginalSize(), getThumbnailTarget(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getHAlign | ( | ) | 
get horizontal align
Definition at line 633 of file class.ilMediaItem.php.
References $halign.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getHeight | ( | ) | 
get height
Definition at line 565 of file class.ilMediaItem.php.
References $height.
Referenced by addAreaToMapWorkCopy(), create(), makeMapWorkCopy(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getId | ( | ) | 
get media item id
Definition at line 64 of file class.ilMediaItem.php.
References $id.
Referenced by create(), getWorkDirectory(), read(), update(), writeParameter(), and writeThumbTried().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getLocation | ( | ) | 
Definition at line 469 of file class.ilMediaItem.php.
References $location.
Referenced by copyOriginal(), create(), extractUrlParameters(), getMapWorkCopyName(), getOriginalSize(), getSuffix(), getThumbnailTarget(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getLocationType | ( | ) | 
Definition at line 479 of file class.ilMediaItem.php.
References $location_type.
Referenced by copyOriginal(), create(), getOriginalSize(), getThumbnailTarget(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilMediaItem::getMapArea | ( | $nr | ) | 
| ilMediaItem::getMapAreas | ( | ) | 
| ilMediaItem::getMapAreasXML | ( | $a_insert_inst = false, | |
| $a_inst = 0 | |||
| ) | 
get xml code of media items' areas
Definition at line 1059 of file class.ilMediaItem.php.
References IL_INT_LINK.
| ilMediaItem::getMapWorkCopyName | ( | $a_reference_copy = false | ) | 
Get name of image map work copy file.
| string | Get name, for copy of external referenced image | 
Definition at line 750 of file class.ilMediaItem.php.
References $file, getLocation(), getMapWorkCopyType(), and getWorkDirectory().
Referenced by addAreaToMapWorkCopy(), buildMapWorkImage(), copyOriginal(), makeMapWorkCopy(), outputMapWorkCopy(), and saveMapWorkImage().
 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:| ilMediaItem::getMapWorkCopyType | ( | ) | 
get image type of image map work copy
Definition at line 740 of file class.ilMediaItem.php.
References ilUtil\getGDSupportedImageType(), and getSuffix().
Referenced by buildMapWorkImage(), copyOriginal(), getMapWorkCopyName(), outputMapWorkCopy(), and saveMapWorkImage().
 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:| & ilMediaItem::getMapWorkImage | ( | ) | 
get image map work image
Definition at line 1050 of file class.ilMediaItem.php.
References $map_image.
Referenced by addAreaToMapWorkCopy(), and makeMapWorkCopy().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getMobId | ( | ) | 
get id of parent media object
Definition at line 84 of file class.ilMediaItem.php.
References $mob_id.
Referenced by create(), getDirectory(), getOriginalSize(), getThumbnailDirectory(), getThumbnailTarget(), read(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getNr | ( | ) | 
| ilMediaItem::getOriginalSize | ( | ) | 
get original size
Definition at line 581 of file class.ilMediaItem.php.
References $size, ilObjMediaObject\_getDirectory(), ilUtil\deducibleSize(), getFormat(), getLocation(), getLocationType(), and getMobId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::getParameter | ( | $a_name | ) | 
get a single parameter
Definition at line 698 of file class.ilMediaItem.php.
| ilMediaItem::getParameters | ( | ) | 
get all parameters (in array)
Definition at line 680 of file class.ilMediaItem.php.
References $parameters.
Referenced by create(), extractUrlParameters(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getParameterString | ( | ) | 
get all parameters (as string)
Definition at line 689 of file class.ilMediaItem.php.
References ilUtil\assembleParameterString().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::getPurpose | ( | ) | 
Definition at line 459 of file class.ilMediaItem.php.
References $purpose.
Referenced by create(), getThumbnailTarget(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getSuffix | ( | ) | 
get location suffix
Definition at line 730 of file class.ilMediaItem.php.
References getLocation().
Referenced by getMapWorkCopyType().
 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:| ilMediaItem::getTextRepresentation | ( | ) | 
Get text representation.
Definition at line 117 of file class.ilMediaItem.php.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getThumbnailDirectory | ( | $a_mode = "filesystem" | ) | 
get media file directory
Definition at line 779 of file class.ilMediaItem.php.
References ilObjMediaObject\_getThumbnailDirectory(), and getMobId().
Referenced by getThumbnailTarget().
 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:| ilMediaItem::getThumbnailTarget | ( | $a_size = "" | ) | 
get thumbnail target
Definition at line 787 of file class.ilMediaItem.php.
References ilObjMediaObject\_createThumbnailDirectory(), ilUtil\convertImage(), getDirectory(), getFormat(), getLocation(), getLocationType(), getMobId(), getPurpose(), getThumbnailDirectory(), getThumbTried(), and writeThumbTried().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::getThumbTried | ( | ) | 
Definition at line 499 of file class.ilMediaItem.php.
Referenced by getThumbnailTarget().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getWidth | ( | ) | 
get width
Definition at line 549 of file class.ilMediaItem.php.
References $width.
Referenced by addAreaToMapWorkCopy(), create(), makeMapWorkCopy(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::getWorkDirectory | ( | ) | 
get work directory for image map editing
Definition at line 706 of file class.ilMediaItem.php.
References ilUtil\getDataDir(), and getId().
Referenced by createWorkDirectory(), and getMapWorkCopyName().
 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:| ilMediaItem::ilMediaItem | ( | $a_id = 0 | ) | 
Definition at line 36 of file class.ilMediaItem.php.
References read(), and setId().
Referenced by _getMediaItemsOfMOb().
 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:| ilMediaItem::makeMapWorkCopy | ( | $a_area_nr = 0, | |
| $a_exclude = false | |||
| ) | 
make map work copy of image
| int | $a_area_nr | draw area $a_area_nr only | 
| boolean | $a_exclude | true: draw all areas but area $a_area_nr | 
Definition at line 895 of file class.ilMediaItem.php.
References $lng, $size, buildMapWorkImage(), copyOriginal(), getHeight(), getMapWorkCopyName(), getMapWorkImage(), getWidth(), and saveMapWorkImage().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::outputMapWorkCopy | ( | ) | 
output raw map work copy file
Definition at line 974 of file class.ilMediaItem.php.
References exit, getMapWorkCopyName(), and getMapWorkCopyType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::read | ( | ) | 
read media item data (item id or (mob_id and nr) must be set)
Definition at line 232 of file class.ilMediaItem.php.
References $mob_id, $nr, $query, ilMapArea\_getMaxNr(), addMapArea(), getId(), getMobId(), getNr(), setCaption(), setFormat(), setHAlign(), setHeight(), setId(), setLocation(), setLocationType(), setMobId(), setNr(), setParameter(), setPurpose(), setTextRepresentation(), setThumbTried(), and setWidth().
Referenced by ilMediaItem().
 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:| ilMediaItem::resetParameters | ( | ) | 
reset parameters
Definition at line 653 of file class.ilMediaItem.php.
Referenced by setParameters().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::saveMapWorkImage | ( | ) | 
save image map work image
Definition at line 1024 of file class.ilMediaItem.php.
References getMapWorkCopyName(), and getMapWorkCopyType().
Referenced by addAreaToMapWorkCopy(), and makeMapWorkCopy().
 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:| ilMediaItem::setCaption | ( | $a_caption | ) | 
set caption
Definition at line 609 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setFormat | ( | $a_format | ) | 
Definition at line 484 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setHAlign | ( | $a_halign | ) | 
set horizontal align
Definition at line 625 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setHeight | ( | $a_height | ) | 
set height
Definition at line 573 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setId | ( | $a_id | ) | 
set media item id
| int | $a_id | media item id | 
Definition at line 54 of file class.ilMediaItem.php.
Referenced by create(), ilMediaItem(), and read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setLocation | ( | $a_location | ) | 
Definition at line 464 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setLocationType | ( | $a_type | ) | 
Definition at line 474 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setMobId | ( | $a_mob_id | ) | 
set id of parent media object
| int | $a_mob_id | media object id | 
Definition at line 74 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setNr | ( | $a_nr | ) | 
set number of media item within media object
Definition at line 92 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setParameter | ( | $a_name, | |
| $a_value | |||
| ) | 
set parameter
| string | $a_name | parameter name | 
| string | $a_value | parameter value | 
Definition at line 645 of file class.ilMediaItem.php.
Referenced by extractUrlParameters(), read(), and setParameters().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setParameters | ( | $a_par | ) | 
set alle parameters via parameter string (format: par1="value1", par2="value2", ...)
| string | $a_par | parameter string | 
Definition at line 663 of file class.ilMediaItem.php.
References ilUtil\extractParameterString(), resetParameters(), and setParameter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::setPurpose | ( | $a_purpose | ) | 
Definition at line 454 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setTextRepresentation | ( | $a_val | ) | 
Set text representation.
| string | text representation | 
Definition at line 107 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setThumbTried | ( | $a_tried | ) | 
Definition at line 494 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::setWidth | ( | $a_width | ) | 
set width
Definition at line 557 of file class.ilMediaItem.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMediaItem::update | ( | ) | 
update media item data (without map areas!)
Definition at line 177 of file class.ilMediaItem.php.
References $query, getCaption(), getFormat(), getHAlign(), getHeight(), getId(), getLocation(), getLocationType(), getMobId(), getNr(), getParameters(), getPurpose(), getTextRepresentation(), and getWidth().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::writeParameter | ( | $a_name, | |
| $a_value | |||
| ) | 
Write parameter.
| @return | 
Definition at line 218 of file class.ilMediaItem.php.
References $query, and getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMediaItem::writeThumbTried | ( | $a_tried | ) | 
write thumbnail creation try data ("y"/"n")
Definition at line 293 of file class.ilMediaItem.php.
References getId().
Referenced by getThumbnailTarget().
 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:| ilMediaItem::$caption | 
Definition at line 25 of file class.ilMediaItem.php.
Referenced by getCaption().
| ilMediaItem::$color1 | 
Definition at line 33 of file class.ilMediaItem.php.
| ilMediaItem::$color2 | 
Definition at line 34 of file class.ilMediaItem.php.
| ilMediaItem::$format | 
Definition at line 22 of file class.ilMediaItem.php.
Referenced by getFormat().
| ilMediaItem::$halign | 
Definition at line 26 of file class.ilMediaItem.php.
Referenced by getHAlign().
| ilMediaItem::$height | 
Definition at line 24 of file class.ilMediaItem.php.
Referenced by getHeight().
| ilMediaItem::$id | 
Definition at line 18 of file class.ilMediaItem.php.
Referenced by getId().
| ilMediaItem::$location | 
Definition at line 20 of file class.ilMediaItem.php.
Referenced by getLocation().
| ilMediaItem::$location_type | 
Definition at line 21 of file class.ilMediaItem.php.
Referenced by getLocationType().
| ilMediaItem::$map_cnt | 
Definition at line 31 of file class.ilMediaItem.php.
Referenced by addMapArea(), and deleteMapArea().
| ilMediaItem::$map_image | 
Definition at line 32 of file class.ilMediaItem.php.
Referenced by getMapWorkImage().
| ilMediaItem::$mapareas | 
Definition at line 30 of file class.ilMediaItem.php.
Referenced by getMapAreas().
| ilMediaItem::$mob_id | 
Definition at line 28 of file class.ilMediaItem.php.
Referenced by getMobId(), and read().
| ilMediaItem::$nr | 
Definition at line 29 of file class.ilMediaItem.php.
Referenced by deleteMapArea(), getMapArea(), getNr(), and read().
| ilMediaItem::$parameters | 
Definition at line 27 of file class.ilMediaItem.php.
Referenced by getParameters().
| ilMediaItem::$purpose | 
Definition at line 19 of file class.ilMediaItem.php.
Referenced by getPurpose().
| ilMediaItem::$width | 
Definition at line 23 of file class.ilMediaItem.php.
Referenced by getWidth().