|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilMediaItem. More...
Collaboration diagram for ilMediaItem:Public Member Functions | |
| __construct ($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... | |
| 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... | |
| 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 | _getMediaItemsOfMObId ($a_mobId, $a_purpose) |
| static | _getMediaItemsOfMOb (&$a_mob) |
| read media items into media objects (static) More... | |
| static | deleteAllItemsOfMob ($a_mob_id) |
| Delete all items of a mob. More... | |
| static | checkParameter ($a_par, $a_val) |
| Check parameter (filter javascript related and other unsafe parameters/values) More... | |
| static | _resolveMapAreaLinks ($a_mob_id) |
| resolve internal links of all media items of a media object More... | |
| static | _getMapAreasIntLinks ($a_mob_id) |
| get all internal links of map areas of a mob More... | |
Data Fields | |
| $id | |
| $purpose | |
| $location | |
| $location_type | |
| $format | |
| $width | |
| $height | |
| $caption | |
| $halign | |
| $parameters | |
| $mob_id | |
| $nr | |
| $mapareas | |
| $map_cnt | |
| $map_image | |
| $color1 | |
| $color2 | |
Protected Attributes | |
| $db | |
| $lng | |
Class ilMediaItem.
Media Item, component of a media object (file or reference)
Definition at line 16 of file class.ilMediaItem.php.
| ilMediaItem::__construct | ( | $a_id = 0 | ) |
Definition at line 46 of file class.ilMediaItem.php.
References $DIC, read(), and setId().
Here is the call graph for this function:
|
static |
get all internal links of map areas of a mob
| int | $a_mob_id | media object id |
Definition at line 1148 of file class.ilMediaItem.php.
References $DIC, $ilDB, $key, $links, $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:
|
static |
read media items into media objects (static)
| object | $a_mob | media object |
Definition at line 381 of file class.ilMediaItem.php.
References $DIC, $i, $ilDB, $query, and ilMapArea\_getMaxNr().
Referenced by ilObjMediaObject\read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 358 of file class.ilMediaItem.php.
References $DIC, $ilDB, and $query.
Referenced by ilObjectFeedWriter\__construct().
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 312 of file class.ilMediaItem.php.
References $DIC, $ilDB, and $query.
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 335 of file class.ilMediaItem.php.
References $DIC, $ilDB, and $query.
Referenced by ilMapArea\_getMobsForTarget().
Here is the caller graph for this function:
|
static |
resolve internal links of all media items of a media object
| int | $a_mob_id | media object id |
Definition at line 1126 of file class.ilMediaItem.php.
References $DIC, $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 959 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 511 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 1007 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 683 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 856 of file class.ilMediaItem.php.
References $lng, ilUtil\convertImage(), createWorkDirectory(), getDirectory(), getHeight(), getLocation(), getLocationType(), getMapWorkCopyName(), getMapWorkCopyType(), getWidth(), 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 139 of file class.ilMediaItem.php.
References $db, $i, $ilDB, $name, $params, $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 739 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:
|
static |
Delete all items of a mob.
| int | $a_mob_id | media object id |
Definition at line 433 of file class.ilMediaItem.php.
References $DIC, $ilDB, and $query.
Referenced by ilObjMediaObject\delete(), and ilObjMediaObject\update().
Here is the caller graph for this function:| ilMediaItem::deleteMapArea | ( | $nr | ) |
delete map area
Definition at line 520 of file class.ilMediaItem.php.
| ilMediaItem::extractUrlParameters | ( | ) |
Extract parameters of special external references to parameter array.
Definition at line 1172 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 617 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 791 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 496 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 633 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 569 of file class.ilMediaItem.php.
References $height.
Referenced by addAreaToMapWorkCopy(), copyOriginal(), create(), makeMapWorkCopy(), and update().
Here is the caller graph for this function:| ilMediaItem::getId | ( | ) |
get media item id
Definition at line 77 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 476 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 486 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 545 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 1074 of file class.ilMediaItem.php.
References $i, $xml, and 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 773 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 763 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 1065 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 97 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 585 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 723 of file class.ilMediaItem.php.
| ilMediaItem::getParameters | ( | ) |
get all parameters (in array)
Definition at line 705 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 714 of file class.ilMediaItem.php.
References ilUtil\assembleParameterString().
Here is the call graph for this function:| ilMediaItem::getPurpose | ( | ) |
Definition at line 466 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 753 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 130 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 799 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 807 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 506 of file class.ilMediaItem.php.
Referenced by getThumbnailTarget().
Here is the caller graph for this function:| ilMediaItem::getWidth | ( | ) |
get width
Definition at line 553 of file class.ilMediaItem.php.
References $width.
Referenced by addAreaToMapWorkCopy(), copyOriginal(), create(), makeMapWorkCopy(), and update().
Here is the caller graph for this function:| ilMediaItem::getWorkDirectory | ( | ) |
get work directory for image map editing
Definition at line 731 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::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 909 of file class.ilMediaItem.php.
References $color1, $color2, $i, $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 993 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 241 of file class.ilMediaItem.php.
References $db, $i, $ilDB, $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 __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMediaItem::resetParameters | ( | ) |
reset parameters
Definition at line 655 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 1039 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 609 of file class.ilMediaItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaItem::setFormat | ( | $a_format | ) |
Definition at line 491 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 625 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 577 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 67 of file class.ilMediaItem.php.
Referenced by __construct(), create(), and read().
Here is the caller graph for this function:| ilMediaItem::setLocation | ( | $a_location | ) |
Definition at line 471 of file class.ilMediaItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaItem::setLocationType | ( | $a_type | ) |
Definition at line 481 of file class.ilMediaItem.php.
References $a_type.
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 87 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 105 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 645 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 665 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 461 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 120 of file class.ilMediaItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaItem::setThumbTried | ( | $a_tried | ) |
Definition at line 501 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 561 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 187 of file class.ilMediaItem.php.
References $db, $ilDB, $name, $params, $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 295 of file class.ilMediaItem.php.
References $db, $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 35 of file class.ilMediaItem.php.
Referenced by getCaption().
| ilMediaItem::$color1 |
Definition at line 43 of file class.ilMediaItem.php.
Referenced by makeMapWorkCopy().
| ilMediaItem::$color2 |
Definition at line 44 of file class.ilMediaItem.php.
Referenced by makeMapWorkCopy().
|
protected |
Definition at line 21 of file class.ilMediaItem.php.
Referenced by create(), read(), update(), writeParameter(), and writeThumbTried().
| ilMediaItem::$format |
Definition at line 32 of file class.ilMediaItem.php.
Referenced by getFormat().
| ilMediaItem::$halign |
Definition at line 36 of file class.ilMediaItem.php.
Referenced by getHAlign().
| ilMediaItem::$height |
Definition at line 34 of file class.ilMediaItem.php.
Referenced by getHeight().
| ilMediaItem::$id |
Definition at line 28 of file class.ilMediaItem.php.
Referenced by getId().
|
protected |
Definition at line 26 of file class.ilMediaItem.php.
Referenced by copyOriginal(), and makeMapWorkCopy().
| ilMediaItem::$location |
Definition at line 30 of file class.ilMediaItem.php.
Referenced by getLocation().
| ilMediaItem::$location_type |
Definition at line 31 of file class.ilMediaItem.php.
Referenced by getLocationType().
| ilMediaItem::$map_cnt |
Definition at line 41 of file class.ilMediaItem.php.
Referenced by addMapArea(), and deleteMapArea().
| ilMediaItem::$map_image |
Definition at line 42 of file class.ilMediaItem.php.
Referenced by getMapWorkImage().
| ilMediaItem::$mapareas |
Definition at line 40 of file class.ilMediaItem.php.
Referenced by getMapAreas().
| ilMediaItem::$mob_id |
Definition at line 38 of file class.ilMediaItem.php.
Referenced by getMobId(), and read().
| ilMediaItem::$nr |
Definition at line 39 of file class.ilMediaItem.php.
Referenced by deleteMapArea(), getMapArea(), getNr(), and read().
| ilMediaItem::$parameters |
Definition at line 37 of file class.ilMediaItem.php.
Referenced by getParameters().
| ilMediaItem::$purpose |
Definition at line 29 of file class.ilMediaItem.php.
Referenced by getPurpose().
| ilMediaItem::$width |
Definition at line 33 of file class.ilMediaItem.php.
Referenced by getWidth().