ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilQTIPresentationMaterial.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
30  protected array $flow_mat = [];
31 
32  public function addFlowMat(ilQTIFlowMat $flow_mat): void
33  {
34  $this->flow_mat[] = $flow_mat;
35  }
36 
37  public function getFlowMat(int $index): ?ilQTIFlowMat
38  {
39  return $this->flow_mat[$index] ?? null;
40  }
41 }
Class ilQTIPresentationMaterial.
Interface ilQTIMaterialAware.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null