ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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 29 of file class.ilQTIMattext.php.
ilQTIMattext::getCharset | ( | ) |
ilQTIMattext::getContent | ( | ) |
ilQTIMattext::getEntityref | ( | ) |
ilQTIMattext::getHeight | ( | ) |
ilQTIMattext::getLabel | ( | ) |
ilQTIMattext::getTexttype | ( | ) |
ilQTIMattext::getUri | ( | ) |
ilQTIMattext::getWidth | ( | ) |
ilQTIMattext::getX0 | ( | ) |
ilQTIMattext::getXmllang | ( | ) |
ilQTIMattext::getXmlspace | ( | ) |
ilQTIMattext::getY0 | ( | ) |
ilQTIMattext::setCharset | ( | string | $a_charset | ) |
Definition at line 87 of file class.ilQTIMattext.php.
ilQTIMattext::setContent | ( | string | $a_content | ) |
Definition at line 166 of file class.ilQTIMattext.php.
ilQTIMattext::setEntityref | ( | string | $a_entityref | ) |
Definition at line 156 of file class.ilQTIMattext.php.
ilQTIMattext::setHeight | ( | string | $a_height | ) |
Definition at line 67 of file class.ilQTIMattext.php.
ilQTIMattext::setLabel | ( | string | $a_label | ) |
Definition at line 57 of file class.ilQTIMattext.php.
ilQTIMattext::setTexttype | ( | string | $a_texttype | ) |
Definition at line 47 of file class.ilQTIMattext.php.
ilQTIMattext::setUri | ( | string | $a_uri | ) |
Definition at line 97 of file class.ilQTIMattext.php.
ilQTIMattext::setWidth | ( | string | $a_width | ) |
Definition at line 77 of file class.ilQTIMattext.php.
ilQTIMattext::setX0 | ( | string | $a_x0 | ) |
Definition at line 136 of file class.ilQTIMattext.php.
ilQTIMattext::setXmllang | ( | string | $a_xmllang | ) |
Definition at line 107 of file class.ilQTIMattext.php.
ilQTIMattext::setXmlspace | ( | string | $a_xmlspace | ) |
Definition at line 117 of file class.ilQTIMattext.php.
ilQTIMattext::setY0 | ( | string | $a_y0 | ) |
Definition at line 146 of file class.ilQTIMattext.php.
string ilQTIMattext::$charset = null |
Definition at line 36 of file class.ilQTIMattext.php.
Referenced by getCharset().
string ilQTIMattext::$content = null |
Definition at line 45 of file class.ilQTIMattext.php.
Referenced by getContent().
string ilQTIMattext::$entityref = null |
Definition at line 40 of file class.ilQTIMattext.php.
Referenced by getEntityref().
string ilQTIMattext::$height = null |
Definition at line 42 of file class.ilQTIMattext.php.
Referenced by getHeight().
string ilQTIMattext::$label = null |
Definition at line 35 of file class.ilQTIMattext.php.
Referenced by getLabel().
string ilQTIMattext::$texttype = null |
Definition at line 34 of file class.ilQTIMattext.php.
Referenced by getTexttype().
string ilQTIMattext::$uri = null |
Definition at line 37 of file class.ilQTIMattext.php.
Referenced by getUri().
string ilQTIMattext::$width = null |
Definition at line 41 of file class.ilQTIMattext.php.
Referenced by getWidth().
string ilQTIMattext::$x0 = null |
Definition at line 43 of file class.ilQTIMattext.php.
Referenced by getX0().
string ilQTIMattext::$xmllang = null |
Definition at line 39 of file class.ilQTIMattext.php.
Referenced by getXmllang().
string ilQTIMattext::$xmlspace = null |
Definition at line 38 of file class.ilQTIMattext.php.
Referenced by getXmlspace().
string ilQTIMattext::$y0 = null |
Definition at line 44 of file class.ilQTIMattext.php.
Referenced by getY0().
const ilQTIMattext::SPACE_DEFAULT = "2" |
Definition at line 32 of file class.ilQTIMattext.php.
Referenced by ilQTIMattextTest\xmlSpaces().
const ilQTIMattext::SPACE_PRESERVE = "1" |
Definition at line 31 of file class.ilQTIMattext.php.
Referenced by ilQTIMattextTest\xmlSpaces().