19declare(strict_types=1);
50 public function setView(
string $a_view): void
52 switch (strtolower($a_view)) {
62 case "adminauthority":
78 case "invigilatorproctor":
82 case "psychometrician":
103 $this->ident = $a_ident;
113 $this->title = $a_title;
123 $this->flow_mat[] = $a_flow_mat;
128 $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