31         ?
string $title = null,
    34         ?
string $label = null,
    37         $this->arrData = array(
    40             "neutral" => $neutral,
    50     public function __get(
string $value)
    55                 return ($this->arrData[$value]) ? 1 : 0;
    57                 return $this->arrData[$value] ?? null;
    66     public function __set(
string $key, $value): void
    70                 $this->arrData[$key] = $value;
 __set(string $key, $value)
 
__construct(?string $title=null, int $other=0, int $neutral=0, ?string $label=null, ?int $scale=null)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...