id, $this->variants)) { $this->variants[ $variant->id ] = $variant; } } public function getVariants() { return $this->variants; } public function getVariant() { return $this->variants[ array_keys($this->variants)[ 0 ] ]; } }