HubClientKeyConfiguration
in package
implements
HubClientKeyConfigurationInterface
Class HubClientKeyConfiguration
Tags
Interfaces, Classes and Traits
- HubClientKeyConfigurationInterface
- Interface HubClientKeyConfigurationInterface
Table of Contents
- $configurationKey : string
- Configuration key.
- get() : string
- Returns the hub client key from the database.
- getClientKey() : HubClientKey
- Returns the hub client key as a HubClientKey instance.
- set() : HubClientKeyConfiguration
- Sets the hub client key in the database configuration table.
Properties
$configurationKey
Configuration key.
protected
string
$configurationKey
= 'GAMBIO_HUB_CLIENT_KEY'
Methods
get()
Returns the hub client key from the database.
public
get() : string
Tags
Return values
string —Returns the hub client key.
getClientKey()
Returns the hub client key as a HubClientKey instance.
public
getClientKey() : HubClientKey
Return values
HubClientKey —set()
Sets the hub client key in the database configuration table.
public
set(HubClientKey $clientKey) : HubClientKeyConfiguration
Parameters
- $clientKey : HubClientKey
-
The client key to be saved.
Return values
HubClientKeyConfiguration —Returns same instance for chained method calls.