|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilQTIPresentation: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 30 of file class.ilQTIPresentation.php.
| ilQTIPresentation::addMaterial | ( | ilQTIMaterial | $a_material | ) |
Definition at line 112 of file class.ilQTIPresentation.php.
| ilQTIPresentation::addResponse | ( | ilQTIResponse | $a_response | ) |
Definition at line 118 of file class.ilQTIPresentation.php.
| ilQTIPresentation::getHeight | ( | ) |
Definition at line 107 of file class.ilQTIPresentation.php.
References $height.
| ilQTIPresentation::getLabel | ( | ) |
Definition at line 57 of file class.ilQTIPresentation.php.
References $label.
| ilQTIPresentation::getWidth | ( | ) |
Definition at line 97 of file class.ilQTIPresentation.php.
References $width.
| ilQTIPresentation::getX0 | ( | ) |
| ilQTIPresentation::getXmllang | ( | ) |
Definition at line 67 of file class.ilQTIPresentation.php.
References $xmllang.
| ilQTIPresentation::getY0 | ( | ) |
| ilQTIPresentation::setHeight | ( | string | $a_height | ) |
Definition at line 102 of file class.ilQTIPresentation.php.
| ilQTIPresentation::setLabel | ( | string | $a_label | ) |
Definition at line 52 of file class.ilQTIPresentation.php.
| ilQTIPresentation::setWidth | ( | string | $a_width | ) |
Definition at line 92 of file class.ilQTIPresentation.php.
| ilQTIPresentation::setX0 | ( | string | $a_x0 | ) |
Definition at line 72 of file class.ilQTIPresentation.php.
| ilQTIPresentation::setXmllang | ( | string | $a_xmllang | ) |
Definition at line 62 of file class.ilQTIPresentation.php.
| ilQTIPresentation::setY0 | ( | string | $a_y0 | ) |
Definition at line 82 of file class.ilQTIPresentation.php.
| string ilQTIPresentation::$height = null |
Definition at line 37 of file class.ilQTIPresentation.php.
Referenced by getHeight().
| string ilQTIPresentation::$label = null |
Definition at line 32 of file class.ilQTIPresentation.php.
Referenced by getLabel().
| array ilQTIPresentation::$material = [] |
Definition at line 40 of file class.ilQTIPresentation.php.
| array ilQTIPresentation::$order = [] |
Definition at line 50 of file class.ilQTIPresentation.php.
| array ilQTIPresentation::$response = [] |
Definition at line 45 of file class.ilQTIPresentation.php.
| string ilQTIPresentation::$width = null |
Definition at line 36 of file class.ilQTIPresentation.php.
Referenced by getWidth().
| string ilQTIPresentation::$x0 = null |
Definition at line 34 of file class.ilQTIPresentation.php.
Referenced by getX0().
| string ilQTIPresentation::$xmllang = null |
Definition at line 33 of file class.ilQTIPresentation.php.
Referenced by getXmllang().
| string ilQTIPresentation::$y0 = null |
Definition at line 35 of file class.ilQTIPresentation.php.
Referenced by getY0().