24 if (!isset($this->configs[$key])) {
25 throw new \InvalidArgumentException(
26 "Unknown key '$key' for Config." 29 return $this->configs[$key];
34 return $this->configs[$key] ?? null;
42 return array_keys($this->configs);
__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.