|
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 17 of file Sample.php.
| Wikimedia\Stats\Sample::__construct | ( | array | $labelValues, |
| float | $value ) |
| string[] | $labelValues | |
| float | $value |
Definition at line 27 of file Sample.php.
| Wikimedia\Stats\Sample::getLabelValues | ( | ) |
Definition at line 33 of file Sample.php.
| Wikimedia\Stats\Sample::getValue | ( | ) |
Definition at line 37 of file Sample.php.