ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
setLabel (string $a_label) | |
getLabel () | |
setXmllang (string $a_xmllang) | |
getXmllang () | |
setX0 (string $a_x0) | |
getX0 () | |
setY0 (string $a_y0) | |
getY0 () | |
setWidth (string $a_width) | |
getWidth () | |
setHeight (string $a_height) | |
getHeight () | |
addMaterial (ilQTIMaterial $a_material) | |
addResponse (ilQTIResponse $a_response) | |
Data Fields | |
string | $label = null |
string | $xmllang = null |
string | $x0 = null |
string | $y0 = null |
string | $width = null |
string | $height = null |
array | $material = [] |
array | $response = [] |
array | $order = [] |
Definition at line 29 of file class.ilQTIPresentation.php.
ilQTIPresentation::addMaterial | ( | ilQTIMaterial | $a_material | ) |
Definition at line 111 of file class.ilQTIPresentation.php.
ilQTIPresentation::addResponse | ( | ilQTIResponse | $a_response | ) |
Definition at line 117 of file class.ilQTIPresentation.php.
ilQTIPresentation::getHeight | ( | ) |
Definition at line 106 of file class.ilQTIPresentation.php.
References $height.
ilQTIPresentation::getLabel | ( | ) |
Definition at line 56 of file class.ilQTIPresentation.php.
References $label.
ilQTIPresentation::getWidth | ( | ) |
Definition at line 96 of file class.ilQTIPresentation.php.
References $width.
ilQTIPresentation::getX0 | ( | ) |
ilQTIPresentation::getXmllang | ( | ) |
Definition at line 66 of file class.ilQTIPresentation.php.
References $xmllang.
ilQTIPresentation::getY0 | ( | ) |
ilQTIPresentation::setHeight | ( | string | $a_height | ) |
Definition at line 101 of file class.ilQTIPresentation.php.
ilQTIPresentation::setLabel | ( | string | $a_label | ) |
Definition at line 51 of file class.ilQTIPresentation.php.
ilQTIPresentation::setWidth | ( | string | $a_width | ) |
Definition at line 91 of file class.ilQTIPresentation.php.
ilQTIPresentation::setX0 | ( | string | $a_x0 | ) |
Definition at line 71 of file class.ilQTIPresentation.php.
ilQTIPresentation::setXmllang | ( | string | $a_xmllang | ) |
Definition at line 61 of file class.ilQTIPresentation.php.
ilQTIPresentation::setY0 | ( | string | $a_y0 | ) |
Definition at line 81 of file class.ilQTIPresentation.php.
string ilQTIPresentation::$height = null |
Definition at line 36 of file class.ilQTIPresentation.php.
Referenced by getHeight().
string ilQTIPresentation::$label = null |
Definition at line 31 of file class.ilQTIPresentation.php.
Referenced by getLabel().
array ilQTIPresentation::$material = [] |
Definition at line 39 of file class.ilQTIPresentation.php.
array ilQTIPresentation::$order = [] |
Definition at line 49 of file class.ilQTIPresentation.php.
array ilQTIPresentation::$response = [] |
Definition at line 44 of file class.ilQTIPresentation.php.
string ilQTIPresentation::$width = null |
Definition at line 35 of file class.ilQTIPresentation.php.
Referenced by getWidth().
string ilQTIPresentation::$x0 = null |
Definition at line 33 of file class.ilQTIPresentation.php.
Referenced by getX0().
string ilQTIPresentation::$xmllang = null |
Definition at line 32 of file class.ilQTIPresentation.php.
Referenced by getXmllang().
string ilQTIPresentation::$y0 = null |
Definition at line 34 of file class.ilQTIPresentation.php.
Referenced by getY0().