19 declare(strict_types=1);
41 $this->materials[] = [
"material" => $a_mattext,
"type" =>
"mattext"];
46 $this->materials[] = [
"material" => $a_matimage,
"type" =>
"matimage"];
51 $this->materials[] = [
"material" => $a_matapplet,
"type" =>
"matapplet"];
56 return count($this->materials);
64 if (array_key_exists($a_index, $this->materials)) {
65 return $this->materials[$a_index];
71 public function setFlow(
int $a_flow): void
73 $this->flow = $a_flow;
81 public function setLabel(
string $a_label): void
83 $this->label = $a_label;
addMattext(ilQTIMattext $a_mattext)
getMaterial(int $a_index)
addMatapplet(ilQTIMatapplet $a_matapplet)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setLabel(string $a_label)
addMatimage(ilQTIMatimage $a_matimage)