3 declare(strict_types=1);
34 public ?
string $x0 = null;
35 public ?
string $y0 = null;
52 public function setLabel(
string $a_label): void
54 $this->label = $a_label;
64 $this->xmllang = $a_xmllang;
72 public function setX0(
string $a_x0): void
77 public function getX0(): ?string
82 public function setY0(
string $a_y0): void
87 public function getY0(): ?string
92 public function setWidth(
string $a_width): void
94 $this->width = $a_width;
104 $this->height = $a_height;
114 $count = array_push($this->material, $a_material);
115 $this->order[] = array(
"type" =>
"material",
"index" => $count - 1);
120 $count = array_push($this->response, $a_response);
121 $this->order[] = array(
"type" =>
"response",
"index" => $count - 1);
addMaterial(ilQTIMaterial $a_material)
setWidth(string $a_width)
setHeight(string $a_height)
setXmllang(string $a_xmllang)
setLabel(string $a_label)
addResponse(ilQTIResponse $a_response)