|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilQTISection:Public Member Functions | |
| setIdent (string $a_ident) | |
| getIdent () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setComment (string $a_comment) | |
| getComment () | |
| setDuration (string $a_duration) | |
| getDuration () | |
| setXmllang (string $a_xmllang) | |
| getXmllang () | |
| setPresentationMaterial (ilQTIPresentationMaterial $a_material) | |
| getPresentationMaterial () | |
Data Fields | |
| string | $ident = null |
| string | $title = null |
| string | $xmllang = null |
| string | $comment = null |
| array | $duration = null |
| ilQTIPresentationMaterial | $presentation_material = null |
Definition at line 30 of file class.ilQTISection.php.
| ilQTISection::getComment | ( | ) |
| ilQTISection::getDuration | ( | ) |
Definition at line 84 of file class.ilQTISection.php.
References $duration.
| ilQTISection::getIdent | ( | ) |
| ilQTISection::getPresentationMaterial | ( | ) |
Definition at line 104 of file class.ilQTISection.php.
References $presentation_material.
| ilQTISection::getTitle | ( | ) |
| ilQTISection::getXmllang | ( | ) |
| ilQTISection::setComment | ( | string | $a_comment | ) |
Definition at line 60 of file class.ilQTISection.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Here is the call graph for this function:| ilQTISection::setDuration | ( | string | $a_duration | ) |
Definition at line 70 of file class.ilQTISection.php.
| ilQTISection::setIdent | ( | string | $a_ident | ) |
Definition at line 40 of file class.ilQTISection.php.
| ilQTISection::setPresentationMaterial | ( | ilQTIPresentationMaterial | $a_material | ) |
Definition at line 99 of file class.ilQTISection.php.
| ilQTISection::setTitle | ( | string | $a_title | ) |
Definition at line 50 of file class.ilQTISection.php.
| ilQTISection::setXmllang | ( | string | $a_xmllang | ) |
Definition at line 89 of file class.ilQTISection.php.
| string ilQTISection::$comment = null |
Definition at line 35 of file class.ilQTISection.php.
Referenced by getComment().
| array ilQTISection::$duration = null |
Definition at line 37 of file class.ilQTISection.php.
Referenced by getDuration().
| string ilQTISection::$ident = null |
Definition at line 32 of file class.ilQTISection.php.
Referenced by getIdent().
| ilQTIPresentationMaterial ilQTISection::$presentation_material = null |
Definition at line 38 of file class.ilQTISection.php.
Referenced by getPresentationMaterial().
| string ilQTISection::$title = null |
Definition at line 33 of file class.ilQTISection.php.
Referenced by getTitle().
| string ilQTISection::$xmllang = null |
Definition at line 34 of file class.ilQTISection.php.
Referenced by getXmllang().