|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 | |
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 36 of file class.ilMediaItem.php.
References 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 1178 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:
|
static |
read media items into media objects (static)
| object | $a_mob | media object |
Definition at line 376 of file class.ilMediaItem.php.
References $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 354 of file class.ilMediaItem.php.
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 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:
|
static |
resolve internal links of all media items of a media object
| int | $a_mob_id | media object id |
Definition at line 1157 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 982 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 506 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 1027 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 689 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 878 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 126 of file class.ilMediaItem.php.
References $ilDB, $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 748 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 429 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 515 of file class.ilMediaItem.php.
| ilMediaItem::extractUrlParameters | ( | ) |
Extract parameters of special external references to parameter array.
Definition at line 1202 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 620 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 805 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 491 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 636 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 567 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 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 471 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 481 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 543 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 1099 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 784 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 774 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 1090 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 583 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 732 of file class.ilMediaItem.php.
| ilMediaItem::getParameters | ( | ) |
get all parameters (in array)
Definition at line 714 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 723 of file class.ilMediaItem.php.
References ilUtil\assembleParameterString().
Here is the call graph for this function:| ilMediaItem::getPurpose | ( | ) |
Definition at line 461 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 764 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 813 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 821 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 501 of file class.ilMediaItem.php.
Referenced by getThumbnailTarget().
Here is the caller graph for this function:| ilMediaItem::getWidth | ( | ) |
get width
Definition at line 551 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 740 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 933 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 1012 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 __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMediaItem::resetParameters | ( | ) |
reset parameters
Definition at line 659 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 1063 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 612 of file class.ilMediaItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaItem::setFormat | ( | $a_format | ) |
Definition at line 486 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 628 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 575 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 __construct(), create(), and read().
Here is the caller graph for this function:| ilMediaItem::setLocation | ( | $a_location | ) |
Definition at line 466 of file class.ilMediaItem.php.
Referenced by read().
Here is the caller graph for this function:| ilMediaItem::setLocationType | ( | $a_type | ) |
Definition at line 476 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 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 648 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 669 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 456 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 496 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 559 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, $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 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().