ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
setComment (string $a_comment) | |
getComment () | |
addFlowMat (ilQTIFlowMat $a_flow_mat) | |
addMaterial (ilQTIMaterial $material) | |
getMaterial (int $index) | |
Data Fields | |
string | $comment = null |
array | $flow_mat = [] |
array | $material = [] |
Definition at line 30 of file class.ilQTIFlowMat.php.
ilQTIFlowMat::addFlowMat | ( | ilQTIFlowMat | $a_flow_mat | ) |
Definition at line 48 of file class.ilQTIFlowMat.php.
ilQTIFlowMat::addMaterial | ( | ilQTIMaterial | $material | ) |
Implements ilQTIMaterialAware.
Definition at line 53 of file class.ilQTIFlowMat.php.
References $material.
ilQTIFlowMat::getComment | ( | ) |
ilQTIFlowMat::getMaterial | ( | int | $index | ) |
Implements ilQTIMaterialAware.
Definition at line 58 of file class.ilQTIFlowMat.php.
References $index.
ilQTIFlowMat::setComment | ( | string | $a_comment | ) |
Definition at line 38 of file class.ilQTIFlowMat.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
string ilQTIFlowMat::$comment = null |
Definition at line 32 of file class.ilQTIFlowMat.php.
Referenced by getComment().
array ilQTIFlowMat::$flow_mat = [] |
Definition at line 34 of file class.ilQTIFlowMat.php.
array ilQTIFlowMat::$material = [] |
Definition at line 36 of file class.ilQTIFlowMat.php.
Referenced by addMaterial().