reference = $reference; $this->value = $value; } /** * @return string */ public function getReference(): string { return $this->reference; } /** * @return array */ public function getValue(): array { return $this->value; } }