ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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 29 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 121 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setEmbedded | ( | string | $a_embedded | ) |
Definition at line 41 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setEntityref | ( | string | $a_entityref | ) |
Definition at line 111 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setHeight | ( | string | $a_height | ) |
Definition at line 61 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setLabel | ( | string | $a_label | ) |
Definition at line 51 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setUri | ( | string | $a_uri | ) |
Definition at line 81 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setWidth | ( | string | $a_width | ) |
Definition at line 71 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setX0 | ( | string | $a_x0 | ) |
Definition at line 91 of file class.ilQTIMatapplet.php.
ilQTIMatapplet::setY0 | ( | string | $a_y0 | ) |
Definition at line 101 of file class.ilQTIMatapplet.php.
string ilQTIMatapplet::$content = null |
Definition at line 39 of file class.ilQTIMatapplet.php.
Referenced by getContent().
string ilQTIMatapplet::$embedded = null |
Definition at line 31 of file class.ilQTIMatapplet.php.
Referenced by getEmbedded().
string ilQTIMatapplet::$entityref = null |
Definition at line 38 of file class.ilQTIMatapplet.php.
Referenced by getEntityref().
string ilQTIMatapplet::$height = null |
Definition at line 37 of file class.ilQTIMatapplet.php.
Referenced by getHeight().
string ilQTIMatapplet::$label = null |
Definition at line 32 of file class.ilQTIMatapplet.php.
Referenced by getLabel().
string ilQTIMatapplet::$uri = null |
Definition at line 33 of file class.ilQTIMatapplet.php.
Referenced by getUri().
string ilQTIMatapplet::$width = null |
Definition at line 36 of file class.ilQTIMatapplet.php.
Referenced by getWidth().
string ilQTIMatapplet::$x0 = null |
Definition at line 34 of file class.ilQTIMatapplet.php.
Referenced by getX0().
string ilQTIMatapplet::$y0 = null |
Definition at line 35 of file class.ilQTIMatapplet.php.
Referenced by getY0().