ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilQTIPresentationMaterial Class Reference

Class ilQTIPresentationMaterial. More...

+ Inheritance diagram for ilQTIPresentationMaterial:
+ Collaboration diagram for ilQTIPresentationMaterial:

Public Member Functions

 addFlowMat (ilQTIFlowMat $flow_mat)
 
 getFlowMat (int $index)
 
 addFlowMat (ilQTIFlowMat $flow_mat)
 
 getFlowMat (int $index)
 

Protected Attributes

array $flow_mat = []
 

Detailed Description

Member Function Documentation

◆ addFlowMat()

ilQTIPresentationMaterial::addFlowMat ( ilQTIFlowMat  $flow_mat)

Implements ilQTIFlowMatAware.

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

32 : void
33 {
34 $this->flow_mat[] = $flow_mat;
35 }

References $flow_mat.

◆ getFlowMat()

ilQTIPresentationMaterial::getFlowMat ( int  $index)

Implements ilQTIFlowMatAware.

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

38 {
39 return $this->flow_mat[$index] ?? null;
40 }

Field Documentation

◆ $flow_mat

array ilQTIPresentationMaterial::$flow_mat = []
protected

Definition at line 30 of file class.ilQTIPresentationMaterial.php.

Referenced by addFlowMat().


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