ActionKeyProvider Interface Reference
Detailed Description
Implementations of ActionKeyProvider search for action keys.
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
-
$actionKey ActionKey string
- Returns
- Boolean
Implemented in PersistenceActionKeyProvider, and ConfigActionKeyProvider.
◆ getKeyValue()
getKeyValue | ( | $actionKey | ) |
Get the value of the given action key.
- Parameters
-
$actionKey ActionKey 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.