Table of Contents
Interfaces
- ProviderInterface
Constants
-
METRICS_PLAIN
= 'InMemoryProviderPlainMetrics'
Methods
-
getAvailableMetrics()
: array<string|int, mixed>
-
getTotal()
: int
-
getValue()
: int
METRICS_PLAIN
public
mixed
METRICS_PLAIN
= 'InMemoryProviderPlainMetrics'
getAvailableMetrics()
public
getAvailableMetrics() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTotal()
public
getTotal([int $spaceId = 0 ]) : int
Parameters
-
$spaceId
: int
= 0
-
getValue()
public
getValue([int $spaceId = 0 ][, array<string|int, mixed> $metrics = [] ]) : int
Parameters
-
$spaceId
: int
= 0
-
-
$metrics
: array<string|int, mixed>
= []
-