19 declare(strict_types=1);
51 public function setLabel(
string $a_label): void
53 $this->label = $a_label;
63 $this->xmllang = $a_xmllang;
71 public function setX0(
string $a_x0): void
76 public function getX0(): ?string
81 public function setY0(
string $a_y0): void
86 public function getY0(): ?string
91 public function setWidth(
string $a_width): void
93 $this->width = $a_width;
103 $this->height = $a_height;
113 $count = array_push($this->material, $a_material);
114 $this->order[] = [
"type" =>
"material",
"index" => $count - 1];
119 $count = array_push($this->response, $a_response);
120 $this->order[] = [
"type" =>
"response",
"index" => $count - 1];
addMaterial(ilQTIMaterial $a_material)
setWidth(string $a_width)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setHeight(string $a_height)
setXmllang(string $a_xmllang)
setLabel(string $a_label)
addResponse(ilQTIResponse $a_response)