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