Class shibServerData.
More...
Static Protected Attributes |
static | $cache = NULL |
static | $cache = NULL |
Detailed Description
Constructor & Destructor Documentation
shibServerData::__construct |
( |
array |
$data | ) |
|
|
protected |
- Parameters
-
Definition at line 20 of file class.shibServerData.php.
References shibConfig\getInstance().
{
foreach (array_keys(get_class_vars('shibConfig')) as $field) {
$str = $shibConfig->getValueByKey($field);
if ($str !== NULL) {
$this->{$field} = $data[$str];
}
}
}
Member Function Documentation
static shibServerData::getInstance |
( |
array |
$data | ) |
|
|
static |
Field Documentation
shibServerData::$cache = NULL |
|
staticprotected |
The documentation for this class was generated from the following file: