ILIAS  release_8 Revision v8.24
class.ilQTIPresentationMaterial.php
Go to the documentation of this file.
1<?php
2
3declare(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