MediaWiki master
|
A container for a metric sample to be passed to the rendering function. More...
Public Member Functions | |
__construct (array $labelValues, float $value) | |
getLabelValues () | |
getValue () | |
A container for a metric sample to be passed to the rendering function.
Definition at line 30 of file Sample.php.
Wikimedia\Stats\Sample::__construct | ( | array | $labelValues, |
float | $value ) |
string[] | $labelValues | |
float | $value |
Definition at line 40 of file Sample.php.
Wikimedia\Stats\Sample::getLabelValues | ( | ) |
Definition at line 46 of file Sample.php.
Wikimedia\Stats\Sample::getValue | ( | ) |
Definition at line 50 of file Sample.php.