34 foreach (array_keys(get_class_vars(shibConfig::class)) as $field) {
35 $str = $shib_config->getValueByKey($field);
37 $this->{$field} = $data[$str] ??
'';
45 if (!isset(self::$server_cache)) {
46 self::$server_cache =
new self(
$_SERVER);
49 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
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(array $data)
MagicMethodsValidityInspection PhpMissingParentConstructorInspection