ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilQTIFlow Class Reference
+ Collaboration diagram for ilQTIFlow:

Public Member Functions

 __construct ()
 
 setComment ($a_comment)
 
 getComment ()
 
 addFlow ($a_flow, $a_index)
 
 addMaterial ($a_material, $a_index)
 
 addMaterial_ref ($a_material_ref, $a_index)
 
 addResponse ($a_response, $a_index)
 

Data Fields

 $comment
 
 $flow
 
 $material
 
 $material_ref
 
 $response
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ilQTIFlow::__construct ( )

Definition at line 40 of file class.ilQTIFlow.php.

References array.

41  {
42  $this->flow = array();
43  $this->material = array();
44  $this->material_ref = array();
45  $this->response = array();
46  }
Create styles array
The data for the language used.

Member Function Documentation

◆ addFlow()

ilQTIFlow::addFlow (   $a_flow,
  $a_index 
)

Definition at line 58 of file class.ilQTIFlow.php.

59  {
60  $this->flow[$a_index] = $a_flow;
61  }

◆ addMaterial()

ilQTIFlow::addMaterial (   $a_material,
  $a_index 
)

Definition at line 63 of file class.ilQTIFlow.php.

64  {
65  $this->material[$a_index] = $a_material;
66  }

◆ addMaterial_ref()

ilQTIFlow::addMaterial_ref (   $a_material_ref,
  $a_index 
)

Definition at line 68 of file class.ilQTIFlow.php.

69  {
70  $this->material_ref[$a_index] = $a_material_ref;
71  }

◆ addResponse()

ilQTIFlow::addResponse (   $a_response,
  $a_index 
)

Definition at line 73 of file class.ilQTIFlow.php.

74  {
75  $this->response[$a_index] = $a_response;
76  }

◆ getComment()

ilQTIFlow::getComment ( )

Definition at line 53 of file class.ilQTIFlow.php.

References $comment.

54  {
55  return $this->comment;
56  }

◆ setComment()

ilQTIFlow::setComment (   $a_comment)

Definition at line 48 of file class.ilQTIFlow.php.

References comment().

49  {
50  $this->comment = $a_comment;
51  }
comment()
Definition: comment.php:2
+ Here is the call graph for this function:

Field Documentation

◆ $comment

ilQTIFlow::$comment

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

Referenced by getComment().

◆ $flow

ilQTIFlow::$flow

Definition at line 35 of file class.ilQTIFlow.php.

◆ $material

ilQTIFlow::$material

Definition at line 36 of file class.ilQTIFlow.php.

◆ $material_ref

ilQTIFlow::$material_ref

Definition at line 37 of file class.ilQTIFlow.php.

◆ $response

ilQTIFlow::$response

Definition at line 38 of file class.ilQTIFlow.php.


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