phpDocumentor

HubClientKeyConfiguration
in package
implements HubClientKeyConfigurationInterface

Class HubClientKeyConfiguration

Tags
category

System

subpackage

GambioHub

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

Methods

get()

Returns the hub client key from the database.

public get() : string
Tags
throws
RuntimeException

If no Gambio Hub exists.

Return values
string

Returns the hub client key.

getClientKey()

Returns the hub client key as a HubClientKey instance.

public getClientKey() : HubClientKey
Return values
HubClientKey

Search results