19 declare(strict_types=1);
40 if (!isset($this->configs[$key])) {
41 throw new \InvalidArgumentException(
42 "Unknown key '$key' for Config." 45 return $this->configs[$key];
50 return $this->configs[$key] ??
null;
58 return array_keys($this->configs);
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(array $configs)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
maybeGetConfig(string $key)
A configuration for the setup.
A collection of some configurations.