|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilQTIMatimage:Public Member Functions | |
| setImagetype (string $a_imagetype) | |
| getImagetype () | |
| setLabel (string $a_label) | |
| getLabel () | |
| setHeight (string $a_height) | |
| getHeight () | |
| setWidth (string $a_width) | |
| getWidth () | |
| setEmbedded (string $a_embedded) | |
| getEmbedded () | |
| setUri (string $a_uri) | |
| getUri () | |
| setX0 (string $a_x0) | |
| getX0 () | |
| setY0 (string $a_y0) | |
| getY0 () | |
| setEntityref (string $a_entityref) | |
| getEntityref () | |
| setContent (string $a_content) | |
| getContent () | |
| getRawContent () | |
Data Fields | |
| const | EMBEDDED_BASE64 = 'base64' |
| string | $imagetype = null |
| string | $label = '' |
| string | $height = null |
| string | $width = null |
| string | $uri = '' |
| string | $embedded = null |
| string | $x0 = null |
| string | $y0 = null |
| string | $entityref = null |
| string | $content = '' |
Definition at line 30 of file class.ilQTIMatimage.php.
| ilQTIMatimage::getContent | ( | ) |
Definition at line 140 of file class.ilQTIMatimage.php.
References $content.
Referenced by getRawContent().
Here is the caller graph for this function:| ilQTIMatimage::getEmbedded | ( | ) |
Definition at line 90 of file class.ilQTIMatimage.php.
References $embedded.
Referenced by getRawContent().
Here is the caller graph for this function:| ilQTIMatimage::getEntityref | ( | ) |
Definition at line 130 of file class.ilQTIMatimage.php.
References $entityref.
| ilQTIMatimage::getHeight | ( | ) |
| ilQTIMatimage::getImagetype | ( | ) |
Definition at line 50 of file class.ilQTIMatimage.php.
References $imagetype.
| ilQTIMatimage::getLabel | ( | ) |
| ilQTIMatimage::getRawContent | ( | ) |
Definition at line 148 of file class.ilQTIMatimage.php.
References EMBEDDED_BASE64, getContent(), and getEmbedded().
Here is the call graph for this function:| ilQTIMatimage::getUri | ( | ) |
| ilQTIMatimage::getWidth | ( | ) |
| ilQTIMatimage::getX0 | ( | ) |
| ilQTIMatimage::getY0 | ( | ) |
| ilQTIMatimage::setContent | ( | string | $a_content | ) |
Definition at line 135 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setEmbedded | ( | string | $a_embedded | ) |
Definition at line 85 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setEntityref | ( | string | $a_entityref | ) |
Definition at line 125 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setHeight | ( | string | $a_height | ) |
Definition at line 65 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setImagetype | ( | string | $a_imagetype | ) |
Definition at line 45 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setLabel | ( | string | $a_label | ) |
Definition at line 55 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setUri | ( | string | $a_uri | ) |
Definition at line 95 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setWidth | ( | string | $a_width | ) |
Definition at line 75 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setX0 | ( | string | $a_x0 | ) |
Definition at line 105 of file class.ilQTIMatimage.php.
| ilQTIMatimage::setY0 | ( | string | $a_y0 | ) |
Definition at line 115 of file class.ilQTIMatimage.php.
| string ilQTIMatimage::$content = '' |
Definition at line 43 of file class.ilQTIMatimage.php.
Referenced by getContent().
| string ilQTIMatimage::$embedded = null |
Definition at line 39 of file class.ilQTIMatimage.php.
Referenced by getEmbedded().
| string ilQTIMatimage::$entityref = null |
Definition at line 42 of file class.ilQTIMatimage.php.
Referenced by getEntityref().
| string ilQTIMatimage::$height = null |
Definition at line 36 of file class.ilQTIMatimage.php.
Referenced by getHeight().
| string ilQTIMatimage::$imagetype = null |
Definition at line 34 of file class.ilQTIMatimage.php.
Referenced by getImagetype().
| string ilQTIMatimage::$label = '' |
Definition at line 35 of file class.ilQTIMatimage.php.
Referenced by getLabel().
| string ilQTIMatimage::$uri = '' |
Definition at line 38 of file class.ilQTIMatimage.php.
Referenced by getUri().
| string ilQTIMatimage::$width = null |
Definition at line 37 of file class.ilQTIMatimage.php.
Referenced by getWidth().
| string ilQTIMatimage::$x0 = null |
Definition at line 40 of file class.ilQTIMatimage.php.
Referenced by getX0().
| string ilQTIMatimage::$y0 = null |
Definition at line 41 of file class.ilQTIMatimage.php.
Referenced by getY0().
| const ilQTIMatimage::EMBEDDED_BASE64 = 'base64' |
Definition at line 32 of file class.ilQTIMatimage.php.
Referenced by getRawContent().