3 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;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(string $a_module="common")
static _lookupValue(string $a_module, string $a_keyword)