ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
setImagetype ($a_imagetype) | |
getImagetype () | |
setLabel ($a_label) | |
getLabel () | |
setHeight ($a_height) | |
getHeight () | |
setWidth ($a_width) | |
getWidth () | |
setEmbedded ($a_embedded) | |
getEmbedded () | |
setUri ($a_uri) | |
getUri () | |
setX0 ($a_x0) | |
getX0 () | |
setY0 ($a_y0) | |
getY0 () | |
setEntityref ($a_entityref) | |
getEntityref () | |
setContent ($a_content) | |
getContent () | |
getRawContent () | |
Data Fields | |
const | EMBEDDED_BASE64 = 'base64' |
$imagetype | |
$label | |
$height | |
$width | |
$uri | |
$embedded | |
$x0 | |
$y0 | |
$entityref | |
$content | |
Definition at line 32 of file class.ilQTIMatimage.php.
ilQTIMatimage::__construct | ( | ) |
Definition at line 47 of file class.ilQTIMatimage.php.
ilQTIMatimage::getContent | ( | ) |
Definition at line 146 of file class.ilQTIMatimage.php.
References $content.
Referenced by getRawContent().
ilQTIMatimage::getEmbedded | ( | ) |
Definition at line 96 of file class.ilQTIMatimage.php.
References $embedded.
Referenced by getRawContent().
ilQTIMatimage::getEntityref | ( | ) |
ilQTIMatimage::getHeight | ( | ) |
ilQTIMatimage::getImagetype | ( | ) |
ilQTIMatimage::getLabel | ( | ) |
Definition at line 66 of file class.ilQTIMatimage.php.
References $label.
ilQTIMatimage::getRawContent | ( | ) |
Definition at line 151 of file class.ilQTIMatimage.php.
References getContent(), and getEmbedded().
ilQTIMatimage::getUri | ( | ) |
Definition at line 106 of file class.ilQTIMatimage.php.
References $uri.
ilQTIMatimage::getWidth | ( | ) |
Definition at line 86 of file class.ilQTIMatimage.php.
References $width.
ilQTIMatimage::getX0 | ( | ) |
Definition at line 116 of file class.ilQTIMatimage.php.
References $x0.
ilQTIMatimage::getY0 | ( | ) |
Definition at line 126 of file class.ilQTIMatimage.php.
References $y0.
ilQTIMatimage::setContent | ( | $a_content | ) |
Definition at line 141 of file class.ilQTIMatimage.php.
References $a_content.
ilQTIMatimage::setEmbedded | ( | $a_embedded | ) |
Definition at line 91 of file class.ilQTIMatimage.php.
ilQTIMatimage::setEntityref | ( | $a_entityref | ) |
Definition at line 131 of file class.ilQTIMatimage.php.
ilQTIMatimage::setHeight | ( | $a_height | ) |
Definition at line 71 of file class.ilQTIMatimage.php.
ilQTIMatimage::setImagetype | ( | $a_imagetype | ) |
Definition at line 51 of file class.ilQTIMatimage.php.
ilQTIMatimage::setLabel | ( | $a_label | ) |
Definition at line 61 of file class.ilQTIMatimage.php.
ilQTIMatimage::setUri | ( | $a_uri | ) |
Definition at line 101 of file class.ilQTIMatimage.php.
ilQTIMatimage::setWidth | ( | $a_width | ) |
Definition at line 81 of file class.ilQTIMatimage.php.
ilQTIMatimage::setX0 | ( | $a_x0 | ) |
Definition at line 111 of file class.ilQTIMatimage.php.
ilQTIMatimage::setY0 | ( | $a_y0 | ) |
Definition at line 121 of file class.ilQTIMatimage.php.
ilQTIMatimage::$content |
Definition at line 45 of file class.ilQTIMatimage.php.
Referenced by getContent().
ilQTIMatimage::$embedded |
Definition at line 41 of file class.ilQTIMatimage.php.
Referenced by getEmbedded().
ilQTIMatimage::$entityref |
Definition at line 44 of file class.ilQTIMatimage.php.
Referenced by getEntityref().
ilQTIMatimage::$height |
Definition at line 38 of file class.ilQTIMatimage.php.
Referenced by getHeight().
ilQTIMatimage::$imagetype |
Definition at line 36 of file class.ilQTIMatimage.php.
Referenced by getImagetype().
ilQTIMatimage::$label |
Definition at line 37 of file class.ilQTIMatimage.php.
Referenced by getLabel().
ilQTIMatimage::$uri |
Definition at line 40 of file class.ilQTIMatimage.php.
Referenced by getUri().
ilQTIMatimage::$width |
Definition at line 39 of file class.ilQTIMatimage.php.
Referenced by getWidth().
ilQTIMatimage::$x0 |
Definition at line 42 of file class.ilQTIMatimage.php.
Referenced by getX0().
ilQTIMatimage::$y0 |
Definition at line 43 of file class.ilQTIMatimage.php.
Referenced by getY0().
const ilQTIMatimage::EMBEDDED_BASE64 = 'base64' |
Definition at line 34 of file class.ilQTIMatimage.php.