ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SAML2\Configuration\Queryable Interface Reference

Interface . 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...
 

Detailed Description

Interface .

Definition at line 8 of file Queryable.php.

Member Function Documentation

◆ get()

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

Parameters
string$key
null | mixed$default
Returns
mixed

Implemented in SAML2\Configuration\ArrayAdapter.

Referenced by SAML2\Signature\ValidatorChain\hasValidSignature().

+ Here is the caller graph for this function:

◆ has()

SAML2\Configuration\Queryable::has (   $key)

Query for whether or not the configuration has a value for the key.

Parameters
string$key
Returns
bool

Implemented in SAML2\Configuration\ArrayAdapter.

Referenced by SAML2\Signature\ValidatorChain\hasValidSignature().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: