3declare(strict_types=1);
 
   28    public const TEXT = 
"text";
 
   30    public const BOOL = 
"bool";
 
   42    public function setType(
string $a_val): void
 
   56        $this->
tabs[$a_tab_id] = array(
 
   73        array $a_options = array()
 
   75        $this->setting[$a_id] = array(
 
   79            "hidable" => $a_hidable,
 
   80            "length" => $a_length,
 
   81            "options" => $a_options
 
   87        return $this->setting;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
addSetting(string $a_id, string $a_type, string $a_text, bool $a_hidable, int $a_length=0, array $a_options=array())
 
addHidableTab(string $a_tab_id, string $a_text)
 
__construct(string $a_obj_type)