Documentation

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

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
Return values
self

Search results