|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilQTIMattext:Public Member Functions | |
| setTexttype (string $a_texttype) | |
| getTexttype () | |
| setLabel (string $a_label) | |
| getLabel () | |
| setHeight (string $a_height) | |
| getHeight () | |
| setWidth (string $a_width) | |
| getWidth () | |
| setCharset (string $a_charset) | |
| getCharset () | |
| setUri (string $a_uri) | |
| getUri () | |
| setXmllang (string $a_xmllang) | |
| getXmllang () | |
| setXmlspace (string $a_xmlspace) | |
| getXmlspace () | |
| setX0 (string $a_x0) | |
| getX0 () | |
| setY0 (string $a_y0) | |
| getY0 () | |
| setEntityref (string $a_entityref) | |
| getEntityref () | |
| setContent (string $a_content) | |
| getContent () | |
Data Fields | |
| const | SPACE_PRESERVE = "1" |
| const | SPACE_DEFAULT = "2" |
| string | $texttype = null |
| string | $label = null |
| string | $charset = null |
| string | $uri = null |
| string | $xmlspace = null |
| string | $xmllang = null |
| string | $entityref = null |
| string | $width = null |
| string | $height = null |
| string | $x0 = null |
| string | $y0 = null |
| string | $content = null |
Definition at line 30 of file class.ilQTIMattext.php.
| ilQTIMattext::getCharset | ( | ) |
| ilQTIMattext::getContent | ( | ) |
Definition at line 172 of file class.ilQTIMattext.php.
References $content.
| ilQTIMattext::getEntityref | ( | ) |
Definition at line 162 of file class.ilQTIMattext.php.
References $entityref.
| ilQTIMattext::getHeight | ( | ) |
| ilQTIMattext::getLabel | ( | ) |
| ilQTIMattext::getTexttype | ( | ) |
| ilQTIMattext::getUri | ( | ) |
| ilQTIMattext::getWidth | ( | ) |
| ilQTIMattext::getX0 | ( | ) |
| ilQTIMattext::getXmllang | ( | ) |
Definition at line 113 of file class.ilQTIMattext.php.
References $xmllang.
| ilQTIMattext::getXmlspace | ( | ) |
Definition at line 132 of file class.ilQTIMattext.php.
References $xmlspace.
| ilQTIMattext::getY0 | ( | ) |
| ilQTIMattext::setCharset | ( | string | $a_charset | ) |
Definition at line 88 of file class.ilQTIMattext.php.
| ilQTIMattext::setContent | ( | string | $a_content | ) |
Definition at line 167 of file class.ilQTIMattext.php.
| ilQTIMattext::setEntityref | ( | string | $a_entityref | ) |
Definition at line 157 of file class.ilQTIMattext.php.
| ilQTIMattext::setHeight | ( | string | $a_height | ) |
Definition at line 68 of file class.ilQTIMattext.php.
| ilQTIMattext::setLabel | ( | string | $a_label | ) |
Definition at line 58 of file class.ilQTIMattext.php.
| ilQTIMattext::setTexttype | ( | string | $a_texttype | ) |
Definition at line 48 of file class.ilQTIMattext.php.
| ilQTIMattext::setUri | ( | string | $a_uri | ) |
Definition at line 98 of file class.ilQTIMattext.php.
| ilQTIMattext::setWidth | ( | string | $a_width | ) |
Definition at line 78 of file class.ilQTIMattext.php.
| ilQTIMattext::setX0 | ( | string | $a_x0 | ) |
Definition at line 137 of file class.ilQTIMattext.php.
| ilQTIMattext::setXmllang | ( | string | $a_xmllang | ) |
Definition at line 108 of file class.ilQTIMattext.php.
| ilQTIMattext::setXmlspace | ( | string | $a_xmlspace | ) |
Definition at line 118 of file class.ilQTIMattext.php.
References SPACE_DEFAULT, and SPACE_PRESERVE.
| ilQTIMattext::setY0 | ( | string | $a_y0 | ) |
Definition at line 147 of file class.ilQTIMattext.php.
| string ilQTIMattext::$charset = null |
Definition at line 37 of file class.ilQTIMattext.php.
Referenced by getCharset().
| string ilQTIMattext::$content = null |
Definition at line 46 of file class.ilQTIMattext.php.
Referenced by getContent().
| string ilQTIMattext::$entityref = null |
Definition at line 41 of file class.ilQTIMattext.php.
Referenced by getEntityref().
| string ilQTIMattext::$height = null |
Definition at line 43 of file class.ilQTIMattext.php.
Referenced by getHeight().
| string ilQTIMattext::$label = null |
Definition at line 36 of file class.ilQTIMattext.php.
Referenced by getLabel().
| string ilQTIMattext::$texttype = null |
Definition at line 35 of file class.ilQTIMattext.php.
Referenced by getTexttype().
| string ilQTIMattext::$uri = null |
Definition at line 38 of file class.ilQTIMattext.php.
Referenced by getUri().
| string ilQTIMattext::$width = null |
Definition at line 42 of file class.ilQTIMattext.php.
Referenced by getWidth().
| string ilQTIMattext::$x0 = null |
Definition at line 44 of file class.ilQTIMattext.php.
Referenced by getX0().
| string ilQTIMattext::$xmllang = null |
Definition at line 40 of file class.ilQTIMattext.php.
Referenced by getXmllang().
| string ilQTIMattext::$xmlspace = null |
Definition at line 39 of file class.ilQTIMattext.php.
Referenced by getXmlspace().
| string ilQTIMattext::$y0 = null |
Definition at line 45 of file class.ilQTIMattext.php.
Referenced by getY0().
| const ilQTIMattext::SPACE_DEFAULT = "2" |
Definition at line 33 of file class.ilQTIMattext.php.
Referenced by setXmlspace(), and ilQTIMattextTest\xmlSpaces().
| const ilQTIMattext::SPACE_PRESERVE = "1" |
Definition at line 32 of file class.ilQTIMattext.php.
Referenced by setXmlspace(), and ilQTIMattextTest\xmlSpaces().