3 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);
 
__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.