Class shibServerData.
More...
◆ __construct()
shibServerData::__construct |
( |
array |
$data | ) |
|
|
protected |
- Parameters
-
Definition at line 20 of file class.shibServerData.php.
20 {
22 foreach (array_keys(get_class_vars('shibConfig')) as $field) {
23 $str = $shibConfig->getValueByKey($field);
24 if ($str !== NULL) {
25 $this->{$field} =
$data[$str];
26 }
27 }
28 }
References $data, and shibConfig\getInstance().
◆ getInstance()
static shibServerData::getInstance |
( |
array |
$data | ) |
|
|
static |
◆ $cache
shibServerData::$cache = NULL |
|
staticprotected |
The documentation for this class was generated from the following file: