labelValues = $labelValues; $this->value = $value; } /** @return string[] */ public function getLabelValues(): array { return $this->labelValues; } public function getValue(): float { return $this->value; } }