ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilQTIFlowMat Class Reference
+ Collaboration diagram for ilQTIFlowMat:

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

Detailed Description

Definition at line 32 of file class.ilQTIFlowMat.php.

Member Function Documentation

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.

References $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;
}

Field Documentation

ilQTIFlowMat::$comment

Definition at line 34 of file class.ilQTIFlowMat.php.

Referenced by getComment().

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.


The documentation for this class was generated from the following file: