ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
setEmbedded (string $a_embedded) | |
getEmbedded () | |
setLabel (string $a_label) | |
getLabel () | |
setHeight (string $a_height) | |
getHeight () | |
setWidth (string $a_width) | |
getWidth () | |
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 () | |
Data Fields | |
string | $embedded = null |
string | $label = null |
string | $uri = null |
string | $x0 = null |
string | $y0 = null |
string | $width = null |
string | $height = null |
string | $entityref = null |
string | $content = null |
Definition at line 30 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::getContent | ( | ) |
ilQTIMatapplet::getEmbedded | ( | ) |
ilQTIMatapplet::getEntityref | ( | ) |
ilQTIMatapplet::getHeight | ( | ) |
ilQTIMatapplet::getLabel | ( | ) |
ilQTIMatapplet::getUri | ( | ) |
ilQTIMatapplet::getWidth | ( | ) |
ilQTIMatapplet::getX0 | ( | ) |
ilQTIMatapplet::getY0 | ( | ) |
ilQTIMatapplet::setContent | ( | string | $a_content | ) |
Definition at line 122 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setEmbedded | ( | string | $a_embedded | ) |
Definition at line 42 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setEntityref | ( | string | $a_entityref | ) |
Definition at line 112 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setHeight | ( | string | $a_height | ) |
Definition at line 62 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setLabel | ( | string | $a_label | ) |
Definition at line 52 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setUri | ( | string | $a_uri | ) |
Definition at line 82 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setWidth | ( | string | $a_width | ) |
Definition at line 72 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setX0 | ( | string | $a_x0 | ) |
Definition at line 92 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setY0 | ( | string | $a_y0 | ) |
Definition at line 102 of file class.ilQTIMatapplet.php.
string ilQTIMatapplet::$content = null |
Definition at line 40 of file class.ilQTIMatapplet.php.
Referenced by getContent().
string ilQTIMatapplet::$embedded = null |
Definition at line 32 of file class.ilQTIMatapplet.php.
Referenced by getEmbedded().
string ilQTIMatapplet::$entityref = null |
Definition at line 39 of file class.ilQTIMatapplet.php.
Referenced by getEntityref().
string ilQTIMatapplet::$height = null |
Definition at line 38 of file class.ilQTIMatapplet.php.
Referenced by getHeight().
string ilQTIMatapplet::$label = null |
Definition at line 33 of file class.ilQTIMatapplet.php.
Referenced by getLabel().
string ilQTIMatapplet::$uri = null |
Definition at line 34 of file class.ilQTIMatapplet.php.
Referenced by getUri().
string ilQTIMatapplet::$width = null |
Definition at line 37 of file class.ilQTIMatapplet.php.
Referenced by getWidth().
string ilQTIMatapplet::$x0 = null |
Definition at line 35 of file class.ilQTIMatapplet.php.
Referenced by getX0().
string ilQTIMatapplet::$y0 = null |
Definition at line 36 of file class.ilQTIMatapplet.php.
Referenced by getY0().