ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilQTIPresentationMaterial.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
27 {
31  protected array $flow_mat = [];
32 
33  public function addFlowMat(ilQTIFlowMat $flow_mat): void
34  {
35  $this->flow_mat[] = $flow_mat;
36  }
37 
38  public function getFlowMat(int $index): ?ilQTIFlowMat
39  {
40  return $this->flow_mat[$index] ?? null;
41  }
42 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$index
Definition: metadata.php:145