Table of Contents
Interfaces
- ProviderInterface
Methods
-
__construct()
: mixed
-
getAvailableMetrics()
: array<string|int, mixed>
-
getTotal()
: int
-
getValue()
: int
__construct()
public
__construct(int $userId) : mixed
Parameters
-
$userId
: int
-
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>
= []
-