◆ __construct()
sspmod_saml_Auth_Process_PersistentNameID2TargetedID::__construct |
( |
|
$config, |
|
|
|
$reserved |
|
) |
| |
Initialize this filter, parse configuration.
- Parameters
-
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
Definition at line 34 of file PersistentNameID2TargetedID.php.
35 {
36 parent::__construct(
$config, $reserved);
38
39 if (isset(
$config[
'attribute'])) {
40 $this->attribute = (string)
$config[
'attribute'];
41 } else {
42 $this->attribute = 'eduPersonTargetedID';
43 }
44
46 $this->nameId = (bool)
$config[
'nameId'];
47 } else {
48 $this->nameId = true;
49 }
50 }
References $config.
◆ $attribute
sspmod_saml_Auth_Process_PersistentNameID2TargetedID::$attribute |
|
private |
◆ $nameId
sspmod_saml_Auth_Process_PersistentNameID2TargetedID::$nameId |
|
private |
The documentation for this class was generated from the following file: