HubClientKeyConfigurationInterface
in
Interface HubClientKeyConfigurationInterface
Tags
Table of Contents
- get() : string|null
- Get the hub client key from the database.
- getClientKey() : HubClientKey
- Returns the hub client key as a HubClientKey instance.
- set() : HubClientKeyConfiguration
- Set the hub client key in the database configuration table.
Methods
get()
Get the hub client key from the database.
public
get() : string|null
Return values
string|null —Returns the hub client key or null if none set.
getClientKey()
Returns the hub client key as a HubClientKey instance.
public
getClientKey() : HubClientKey
Return values
HubClientKey —set()
Set the hub client key in the database configuration table.
public
set(HubClientKey $clientKey) : HubClientKeyConfiguration
Parameters
- $clientKey : HubClientKey
Return values
HubClientKeyConfiguration —Returns same instance for chained method calls.