class ClientConfig extends Plugin

Client config provides a simple interface to managing connections to client databases. Useful when running a command in the global scope or dealing with SRNs from multiple clients

Methods

static Config
fetchConfig(string $client)

Return client config

static 
loadConnectionService($client)

Load connection service for client and return text name.

Details

at line line 24
static Config fetchConfig(string $client)

Return client config

Parameters

string $client

Return Value

Config

at line line 45
static loadConnectionService($client)

Load connection service for client and return text name.

Parameters

$client