34         foreach (array_keys(get_class_vars(shibConfig::class)) as $field) {
    35             $str = $shib_config->getValueByKey($field);
    37                 $this->{$field} = $data[$str] ?? 
'';
    44         if (!isset(self::$server_cache)) {
    45             self::$server_cache = 
new self(
$_SERVER);
    48         return self::$server_cache;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
static shibServerData $server_cache
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(array $data)
MagicMethodsValidityInspection  PhpMissingParentConstructorInspection