| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 | ( | ) | 
| 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 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.
| 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 ilQTIMattextTest\xmlSpaces().
| const ilQTIMattext::SPACE_PRESERVE = "1" | 
Definition at line 32 of file class.ilQTIMattext.php.
Referenced by ilQTIMattextTest\xmlSpaces().