SDK for PHP 3.x

ConfigurationInterface
in

Provides access to endpoint discovery configuration options: 'enabled', 'cache_limit'

Table of Contents

Methods

getCacheLimit()  : string|null
Returns the cache limit, if available.
isEnabled()  : bool
Checks whether or not endpoint discovery is enabled.
toArray()  : array<string|int, mixed>
Returns the configuration as an associative array

Methods

getCacheLimit()

Returns the cache limit, if available.

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

isEnabled()

Checks whether or not endpoint discovery 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