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