SDK for PHP 3.x

ConfigurationInterface
in

Provides access to client-side monitoring configuration options: 'client_id', 'enabled', 'host', 'port'

Table of Contents

Methods

getClientId()  : string|null
Returns the Client ID, if available.
getHost()  : string|null
Returns the configured host.
getPort()  : int|null
Returns the configured port.
isEnabled()  : bool
Checks whether or not client-side monitoring is enabled.
toArray()  : array<string|int, mixed>
Returns the configuration as an associative array.

Methods

getClientId()

Returns the Client ID, if available.

public getClientId() : string|null
Return values
string|null

getHost()

Returns the configured host.

public getHost() : string|null
Return values
string|null

getPort()

Returns the configured port.

public getPort() : int|null
Return values
int|null

isEnabled()

Checks whether or not client-side monitoring is enabled.

public isEnabled() : bool
Return values
bool

toArray()

Returns the configuration as an associative array.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page