3 declare(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
addHidableTab(string $a_tab_id, string $a_text)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(string $a_obj_type)
addSetting(string $a_id, string $a_type, string $a_text, bool $a_hidable, int $a_length=0, array $a_options=array())