NetworkingConfig
Table of Contents
- $endpointsConfig : array<string|int, EndpointSettings>|null
- A mapping of network name to endpoint configuration for that network.
- getEndpointsConfig() : array<string|int, EndpointSettings>|null
- A mapping of network name to endpoint configuration for that network.
- setEndpointsConfig() : self
- A mapping of network name to endpoint configuration for that network.
Properties
$endpointsConfig
A mapping of network name to endpoint configuration for that network.
protected
array<string|int, EndpointSettings>|null
$endpointsConfig
Methods
getEndpointsConfig()
A mapping of network name to endpoint configuration for that network.
public
getEndpointsConfig() : array<string|int, EndpointSettings>|null
Return values
array<string|int, EndpointSettings>|null —setEndpointsConfig()
A mapping of network name to endpoint configuration for that network.
public
setEndpointsConfig(array<string|int, EndpointSettings>|null $endpointsConfig) : self
Parameters
- $endpointsConfig : array<string|int, EndpointSettings>|null