|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilMediaItem. More...
Collaboration diagram for ilMediaItem:Public Member Functions | |
| ilMediaItem ($a_id=0) | |
| setId ($a_id) | |
| set media item id More... | |
| getId () | |
| get media item id More... | |
| setMobId ($a_mob_id) | |
| set id of parent media object More... | |
| getMobId () | |
| get id of parent media object More... | |
| setNr ($a_nr) | |
| set number of media item within media object More... | |
| getNr () | |
| setTextRepresentation ($a_val) | |
| Set text representation. More... | |
| getTextRepresentation () | |
| Get text representation. More... | |
| create () | |
| create persistent media item More... | |
| update () | |
| update media item data (without map areas!) More... | |
| writeParameter ($a_name, $a_value) | |
| Write parameter. More... | |
| read () | |
| read media item data (item id or (mob_id and nr) must be set) More... | |
| writeThumbTried ($a_tried) | |
| write thumbnail creation try data ("y"/"n") More... | |
| _getMediaItemsOfMObId ($a_mobId, $a_purpose) | |
| _getMediaItemsOfMOb (&$a_mob) | |
| read media items into media objects (static) More... | |
| deleteAllItemsOfMob ($a_mob_id) | |
| static More... | |
| 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 More... | |
| & | getMapArea ($nr) |
| get map area More... | |
| getMapAreas () | |
| get map areas More... | |
| getWidth () | |
| get width More... | |
| setWidth ($a_width) | |
| set width More... | |
| getHeight () | |
| get height More... | |
| setHeight ($a_height) | |
| set height More... | |
| getOriginalSize () | |
| get original size More... | |
| setCaption ($a_caption) | |
| set caption More... | |
| getCaption () | |
| get caption More... | |
| setHAlign ($a_halign) | |
| set horizontal align More... | |
| getHAlign () | |
| get horizontal align More... | |
| setParameter ($a_name, $a_value) | |
| set parameter More... | |
| resetParameters () | |
| reset parameters More... | |
| setParameters ($a_par) | |
| set alle parameters via parameter string (format: par1="value1", par2="value2", ...) More... | |
| getParameters () | |
| get all parameters (in array) More... | |
| getParameterString () | |
| get all parameters (as string) More... | |
| getParameter ($a_name) | |
| get a single parameter More... | |
| getWorkDirectory () | |
| get work directory for image map editing More... | |
| createWorkDirectory () | |
| create work directory for image map editing More... | |
| getSuffix () | |
| get location suffix More... | |
| getMapWorkCopyType () | |
| get image type of image map work copy More... | |
| getMapWorkCopyName ($a_reference_copy=false) | |
| Get name of image map work copy file. More... | |
| getDirectory () | |
| get media file directory More... | |
| getThumbnailDirectory ($a_mode="filesystem") | |
| get media file directory More... | |
| getThumbnailTarget ($a_size="") | |
| get thumbnail target More... | |
| copyOriginal () | |
| Copy the orginal file. More... | |
| makeMapWorkCopy ($a_area_nr=0, $a_exclude=false) | |
| make map work copy of image More... | |
| addAreaToMapWorkCopy ($a_shape, $a_coords) | |
| draw a new area in work image More... | |
| outputMapWorkCopy () | |
| output raw map work copy file More... | |
| buildMapWorkImage () | |
| build image map work image More... | |
| saveMapWorkImage () | |
| save image map work image More... | |
| & | getMapWorkImage () |
| get image map work image More... | |
| getMapAreasXML ($a_insert_inst=false, $a_inst=0) | |
| get xml code of media items' areas More... | |
| _resolveMapAreaLinks ($a_mob_id) | |
| resolve internal links of all media items of a media object More... | |
| _getMapAreasIntLinks ($a_mob_id) | |
| get all internal links of map areas of a mob More... | |
| extractUrlParameters () | |
| Extract parameters of special external references to parameter array. More... | |
Static Public Member Functions | |
| static | _lookupLocationForMobId ($a_mob_id, $a_purpose) |
| Lookup location for mob id. More... | |
| static | _lookupMobId ($a_med_id) |
| Lookup Mob ID. More... | |
| static | checkParameter ($a_par, $a_val) |
| Check parameter (filter javascript related and other unsafe parameters/values) More... | |
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 1173 of file class.ilMediaItem.php.
References $ilDB, $query, and ilMapArea\_getIntLinks().
Referenced by ilPageObjectGUI\displayMedia(), ilObjMediaObject\exportMediaFullscreen(), ilPageObject\getInternalLinks(), ilLMPresentationGUI\ilMedia(), and ilGlossaryPresentationGUI\media().
Here is the call 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 $ilDB, $query, ilMapArea\_getMaxNr(), and ilMediaItem().
Referenced by ilObjMediaObject\read().
Here is the call 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.
Referenced by ilObjectFeedWriter\ilObjectFeedWriter().
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.
Referenced by ilObjMediaObject\_lookupItemPath().
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.
Referenced by ilMapArea\_getMobsForTarget().
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 1152 of file class.ilMediaItem.php.
References $ilDB, $query, and ilMapArea\_resolveIntLinks().
Referenced by ilContObjParser\processPagesToParse(), and ilPageObject\resolveIntLinks().
Here is the call 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 976 of file class.ilMediaItem.php.
References $size, buildMapWorkImage(), getHeight(), getMapWorkCopyName(), getMapWorkImage(), getWidth(), and saveMapWorkImage().
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:| ilMediaItem::buildMapWorkImage | ( | ) |
build image map work image
Definition at line 1021 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 caller graph for this function:
|
static |
Check parameter (filter javascript related and other unsafe parameters/values)
| string | $a_par | parameter |
| string | $a_val | value |
Definition at line 687 of file class.ilMediaItem.php.
Referenced by ilMediaAliasItem\setParameters().
Here is the caller graph for this function:| ilMediaItem::copyOriginal | ( | ) |
Copy the orginal file.
Definition at line 876 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 caller graph for this function:| ilMediaItem::create | ( | ) |
create persistent media item
Definition at line 126 of file class.ilMediaItem.php.
References $ilDB, $query, getCaption(), getFormat(), getHAlign(), getHeight(), getId(), getLocation(), getLocationType(), getMobId(), getNr(), getParameters(), getPurpose(), getTextRepresentation(), getWidth(), and setId().
Here is the call graph for this function:| ilMediaItem::createWorkDirectory | ( | ) |
create work directory for image map editing
Definition at line 746 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 caller graph for this function:| ilMediaItem::deleteAllItemsOfMob | ( | $a_mob_id | ) |
static
Definition at line 427 of file class.ilMediaItem.php.
Referenced by ilObjMediaObject\delete(), and ilObjMediaObject\update().
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 1197 of file class.ilMediaItem.php.
References ilExternalMediaAnalyzer\extractUrlParameters(), getLocation(), getParameters(), and setParameter().
Here is the call graph for this function:| ilMediaItem::getCaption | ( | ) |
get caption
Definition at line 618 of file class.ilMediaItem.php.
References $caption.
Referenced by create(), and update().
Here is the caller graph for this function:| ilMediaItem::getDirectory | ( | ) |
get media file directory
Definition at line 803 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 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:| ilMediaItem::getHAlign | ( | ) |
get horizontal align
Definition at line 634 of file class.ilMediaItem.php.
References $halign.
Referenced by create(), and update().
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:| 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:| 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:| 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:| & ilMediaItem::getMapArea | ( | $nr | ) |
| ilMediaItem::getMapAreas | ( | ) |
get map areas
Definition at line 541 of file class.ilMediaItem.php.
References $mapareas.
| ilMediaItem::getMapAreasXML | ( | $a_insert_inst = false, |
|
$a_inst = 0 |
|||
| ) |
get xml code of media items' areas
Definition at line 1093 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 782 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 caller graph for this function:| ilMediaItem::getMapWorkCopyType | ( | ) |
get image type of image map work copy
Definition at line 772 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 caller graph for this function:| & ilMediaItem::getMapWorkImage | ( | ) |
get image map work image
Definition at line 1084 of file class.ilMediaItem.php.
References $map_image.
Referenced by addAreaToMapWorkCopy(), and makeMapWorkCopy().
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:| ilMediaItem::getNr | ( | ) |
| ilMediaItem::getOriginalSize | ( | ) |
get original size
Definition at line 581 of file class.ilMediaItem.php.
References $size, ilObjMediaObject\_getDirectory(), ilUtil\deducibleSize(), getFormat(), ilMediaImageUtil\getImageSize(), getLocation(), getLocationType(), and getMobId().
Here is the call graph for this function:| ilMediaItem::getParameter | ( | $a_name | ) |
get a single parameter
Definition at line 730 of file class.ilMediaItem.php.
| ilMediaItem::getParameters | ( | ) |
get all parameters (in array)
Definition at line 712 of file class.ilMediaItem.php.
References $parameters.
Referenced by create(), extractUrlParameters(), and update().
Here is the caller graph for this function:| ilMediaItem::getParameterString | ( | ) |
get all parameters (as string)
Definition at line 721 of file class.ilMediaItem.php.
References ilUtil\assembleParameterString().
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:| ilMediaItem::getSuffix | ( | ) |
get location suffix
Definition at line 762 of file class.ilMediaItem.php.
References getLocation().
Referenced by getMapWorkCopyType().
Here is the call 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:| ilMediaItem::getThumbnailDirectory | ( | $a_mode = "filesystem" | ) |
get media file directory
Definition at line 811 of file class.ilMediaItem.php.
References ilObjMediaObject\_getThumbnailDirectory(), and getMobId().
Referenced by getThumbnailTarget().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMediaItem::getThumbnailTarget | ( | $a_size = "" | ) |
get thumbnail target
Definition at line 819 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:| ilMediaItem::getThumbTried | ( | ) |
Definition at line 499 of file class.ilMediaItem.php.
Referenced by getThumbnailTarget().
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:| ilMediaItem::getWorkDirectory | ( | ) |
get work directory for image map editing
Definition at line 738 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 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 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 927 of file class.ilMediaItem.php.
References $color1, $color2, $lng, $size, buildMapWorkImage(), copyOriginal(), getHeight(), getMapWorkCopyName(), getMapWorkImage(), getWidth(), and saveMapWorkImage().
Here is the call graph for this function:| ilMediaItem::outputMapWorkCopy | ( | ) |
output raw map work copy file
Definition at line 1006 of file class.ilMediaItem.php.
References exit, getMapWorkCopyName(), and getMapWorkCopyType().
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 $ilDB, $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 caller graph for this function:| ilMediaItem::resetParameters | ( | ) |
reset parameters
Definition at line 657 of file class.ilMediaItem.php.
Referenced by setParameters().
Here is the caller graph for this function:| ilMediaItem::saveMapWorkImage | ( | ) |
save image map work image
Definition at line 1057 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 caller graph for this function:| ilMediaItem::setCaption | ( | $a_caption | ) |
set caption
Definition at line 610 of file class.ilMediaItem.php.
Referenced by read().
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:| ilMediaItem::setHAlign | ( | $a_halign | ) |
set horizontal align
Definition at line 626 of file class.ilMediaItem.php.
Referenced by read().
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:| 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:| ilMediaItem::setLocation | ( | $a_location | ) |
Definition at line 464 of file class.ilMediaItem.php.
Referenced by read().
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:| 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:| 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:| ilMediaItem::setParameter | ( | $a_name, | |
| $a_value | |||
| ) |
set parameter
| string | $a_name | parameter name |
| string | $a_value | parameter value |
Definition at line 646 of file class.ilMediaItem.php.
Referenced by extractUrlParameters(), read(), and setParameters().
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 667 of file class.ilMediaItem.php.
References ilUtil\extractParameterString(), resetParameters(), and setParameter().
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:| 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:| ilMediaItem::setThumbTried | ( | $a_tried | ) |
Definition at line 494 of file class.ilMediaItem.php.
Referenced by read().
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:| ilMediaItem::update | ( | ) |
update media item data (without map areas!)
Definition at line 177 of file class.ilMediaItem.php.
References $ilDB, $query, getCaption(), getFormat(), getHAlign(), getHeight(), getId(), getLocation(), getLocationType(), getMobId(), getNr(), getParameters(), getPurpose(), getTextRepresentation(), and getWidth().
Here is the call graph for this function:| ilMediaItem::writeParameter | ( | $a_name, | |
| $a_value | |||
| ) |
| ilMediaItem::writeThumbTried | ( | $a_tried | ) |
write thumbnail creation try data ("y"/"n")
Definition at line 293 of file class.ilMediaItem.php.
References $ilDB, and getId().
Referenced by getThumbnailTarget().
Here is the call 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.
Referenced by makeMapWorkCopy().
| ilMediaItem::$color2 |
Definition at line 34 of file class.ilMediaItem.php.
Referenced by makeMapWorkCopy().
| 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().
| 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().