ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface . More...
Public Member Functions | |
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... | |
Interface .
Definition at line 8 of file Queryable.php.
SAML2\Configuration\Queryable::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 |
Implemented in SAML2\Configuration\ArrayAdapter.
Referenced by SAML2\Signature\ValidatorChain\hasValidSignature().
SAML2\Configuration\Queryable::has | ( | $key | ) |
Query for whether or not the configuration has a value for the key.
string | $key |
Implemented in SAML2\Configuration\ArrayAdapter.
Referenced by SAML2\Signature\ValidatorChain\hasValidSignature().