2 require_once(
'./Services/AuthShibboleth/classes/Config/class.shibConfig.php');
22 foreach (array_keys(get_class_vars(
'shibConfig')) as $field) {
23 $str = $shibConfig->getValueByKey($field);
25 $this->{$field} = $data[$str];
37 if (! isset(self::$cache)) {
38 self::$cache =
new self($data);