|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Default implementation for configuration. More...
Inheritance diagram for SAML2\Configuration\ArrayAdapter:
Collaboration diagram for SAML2\Configuration\ArrayAdapter:Public Member Functions | |
| __construct (array $configuration) | |
| get ($key, $defaultValue=null) | |
| Query to get the value in the configuration for the given key. More... | |
| has ($key) | |
| Query for whether or not the configuration has a value for the key. More... | |
| has ($key) | |
| Query for whether or not the configuration has a value for the key. More... | |
| get ($key, $default=null) | |
| Query to get the value in the configuration for the given key. More... | |
Private Attributes | |
| $configuration | |
Default implementation for configuration.
Definition at line 8 of file ArrayAdapter.php.
| SAML2\Configuration\ArrayAdapter::__construct | ( | array | $configuration | ) |
| array | $configuration |
Definition at line 18 of file ArrayAdapter.php.
References SAML2\Configuration\ArrayAdapter\$configuration.
| SAML2\Configuration\ArrayAdapter::get | ( | $key, | |
$default = null |
|||
| ) |
Query to get the value in the configuration for the given key.
If no value is present the default value is returned
| string | $key | |
| null | mixed | $default |
Implements SAML2\Configuration\Queryable.
Definition at line 23 of file ArrayAdapter.php.
References $key, and SAML2\Configuration\ArrayAdapter\has().
Here is the call graph for this function:| SAML2\Configuration\ArrayAdapter::has | ( | $key | ) |
Query for whether or not the configuration has a value for the key.
| string | $key |
Implements SAML2\Configuration\Queryable.
Definition at line 32 of file ArrayAdapter.php.
References $key.
Referenced by SAML2\Configuration\ArrayAdapter\get().
Here is the caller graph for this function:
|
private |
Definition at line 13 of file ArrayAdapter.php.
Referenced by SAML2\Configuration\ArrayAdapter\__construct().