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|nullisEnabled()
Checks whether or not endpoint discovery is enabled.
public
isEnabled() : bool
Return values
booltoArray()
Returns the configuration as an associative array
public
toArray() : array<string|int, mixed>