ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Default implementation for configuration. More...
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... | |
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().
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().
|
private |
Definition at line 13 of file ArrayAdapter.php.
Referenced by SAML2\Configuration\ArrayAdapter\__construct().