ILIAS
trunk Revision v11.0_alpha-1838-g59fc79e306b
|
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 29 of file class.ilQTIFlowMat.php.
ilQTIFlowMat::addFlowMat | ( | ilQTIFlowMat | $a_flow_mat | ) |
Definition at line 47 of file class.ilQTIFlowMat.php.
ilQTIFlowMat::addMaterial | ( | ilQTIMaterial | $material | ) |
Implements ilQTIMaterialAware.
Definition at line 52 of file class.ilQTIFlowMat.php.
References $material.
ilQTIFlowMat::getComment | ( | ) |
ilQTIFlowMat::getMaterial | ( | int | $index | ) |
Implements ilQTIMaterialAware.
Definition at line 57 of file class.ilQTIFlowMat.php.
References null.
ilQTIFlowMat::setComment | ( | string | $a_comment | ) |
Definition at line 37 of file class.ilQTIFlowMat.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
string ilQTIFlowMat::$comment = null |
Definition at line 31 of file class.ilQTIFlowMat.php.
Referenced by getComment().
array ilQTIFlowMat::$flow_mat = [] |
Definition at line 33 of file class.ilQTIFlowMat.php.
array ilQTIFlowMat::$material = [] |
Definition at line 35 of file class.ilQTIFlowMat.php.
Referenced by addMaterial().