35 foreach (array_keys(get_class_vars(shibConfig::class)) as $field) {
36 $str = $shib_config->getValueByKey($field);
38 $this->{$field} =
$data[$str] ??
'';
46 if (!isset(self::$server_cache)) {
47 self::$server_cache =
new self(
$_SERVER);
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...
static shibServerData $server_cache
__construct(array $data)
@noinspection MagicMethodsValidityInspection @noinspection PhpMissingParentConstructorInspection