item = $item; $this->product = $product; $this->differences = $differences; } public function setProduct(\Product|\Variation $product): self { $this->product = $product; return $this; } public function getDifferences() { return $this->differences; } public function getItem(): array { return $this->item; } public function getProduct() { return $this->product; } }