|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface \SAML2\Configuration\Queryable. More...
Inheritance diagram for SAML2\Configuration\Queryable:
Collaboration diagram for SAML2\Configuration\Queryable: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 \SAML2\Configuration\Queryable.
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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function: