Public Member Functions | |
ilQTIFlowMat () | |
setComment ($a_comment) | |
getComment () | |
addFlow_mat ($a_flow_mat) | |
addMaterial ($a_material) | |
addMaterial_ref ($a_material_ref) | |
Data Fields | |
$comment | |
$flow_mat | |
$material | |
$material_ref |
Definition at line 32 of file class.ilQTIFlowMat.php.
ilQTIFlowMat::addFlow_mat | ( | $ | a_flow_mat | ) |
Definition at line 56 of file class.ilQTIFlowMat.php.
{ array_push($this->flow_mat, $a_flow_mat); }
ilQTIFlowMat::addMaterial | ( | $ | a_material | ) |
Definition at line 61 of file class.ilQTIFlowMat.php.
{ array_push($this->material, $a_material); }
ilQTIFlowMat::addMaterial_ref | ( | $ | a_material_ref | ) |
Definition at line 66 of file class.ilQTIFlowMat.php.
{ array_push($this->material_ref, $a_material_ref); }
ilQTIFlowMat::getComment | ( | ) |
Definition at line 51 of file class.ilQTIFlowMat.php.
{
return $this->comment;
}
ilQTIFlowMat::ilQTIFlowMat | ( | ) |
Definition at line 39 of file class.ilQTIFlowMat.php.
{ $this->flow_mat = array(); $this->material = array(); $this->material_ref = array(); }
ilQTIFlowMat::setComment | ( | $ | a_comment | ) |
Definition at line 46 of file class.ilQTIFlowMat.php.
{ $this->comment = $a_comment; }
ilQTIFlowMat::$comment |
Definition at line 34 of file class.ilQTIFlowMat.php.
ilQTIFlowMat::$flow_mat |
Definition at line 35 of file class.ilQTIFlowMat.php.
ilQTIFlowMat::$material |
Definition at line 36 of file class.ilQTIFlowMat.php.
ilQTIFlowMat::$material_ref |
Definition at line 37 of file class.ilQTIFlowMat.php.