ActionKeyProvider Interface Reference

Detailed Description

Implementations of ActionKeyProvider search for action keys.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 18 of file ActionKeyProvider.php.

+ Inheritance diagram for ActionKeyProvider:

Public Member Functions

 containsKey ($actionKey)
 
 getKeyValue ($actionKey)
 
 getId ()
 

Member Function Documentation

◆ containsKey()

containsKey (   $actionKey)

Check if the given action key is existing.

Parameters
$actionKeyActionKey string
Returns
Boolean

Implemented in PersistenceActionKeyProvider, and ConfigActionKeyProvider.

◆ getKeyValue()

getKeyValue (   $actionKey)

Get the value of the given action key.

Parameters
$actionKeyActionKey string
Returns
String or null, if not existing

Implemented in PersistenceActionKeyProvider, and ConfigActionKeyProvider.

◆ getId()

getId ( )

Get a string value that uniquely describes the provider configuration.

Returns
String

Implemented in PersistenceActionKeyProvider, and ConfigActionKeyProvider.