19 declare(strict_types=1);
34 string $a_module =
"common" 36 $this->module = $a_module;
49 public function read(): void
55 ?
string $a_default_value =
null 57 if ($a_keyword ===
"ilias_version") {
66 if (isset(self::$setting[$this->module])) {
71 public function delete(
string $a_keyword):
void 73 unset(self::$setting[$this->module][$a_keyword]);
81 public function set(
string $a_key,
string $a_val):
void 83 $this->
delete($a_key);
91 return self::$setting[$a_module][$a_keyword] ??
null;
__construct(string $a_module="common")
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _lookupValue(string $a_module, string $a_keyword)