final class ConnectionsStatistics implements ConnectionsStatisticsInterface, Arrayable

Methods

__construct(array $_data)

No description

int
getIdleConnections()

No description

int
getActiveConnections()

No description

int
getAcceptedConnections()

No description

int
getClosedConnections()

No description

array
toArray()

No description

Details

at line 15
__construct(array $_data)

No description

Parameters

array $_data

at line 23
int getIdleConnections()

No description

Return Value

int

at line 31
int getActiveConnections()

No description

Return Value

int

at line 39
int getAcceptedConnections()

No description

Return Value

int

at line 47
int getClosedConnections()

No description

Return Value

int

at line 55
array toArray()

No description

Return Value

array