3declare(strict_types=1);
51 public function setView(
string $a_view): void
53 switch (strtolower($a_view)) {
63 case "adminauthority":
79 case "invigilatorproctor":
83 case "psychometrician":
104 $this->ident = $a_ident;
114 $this->title = $a_title;
124 $this->flow_mat[] = $a_flow_mat;
129 $this->material[] = $a_material;
const VIEW_ADMINAUTHORITY
const VIEW_PSYCHOMETRICIAN
addFlowMat(ilQTIFlowmat $a_flow_mat)
setTitle(string $a_title)
addMaterial(ilQTIMaterial $a_material)
setIdent(string $a_ident)
const VIEW_INVIGILATORPROCTOR