return $this; | return $this; | ||||
} | } | ||||
public function getProductFamily(): ?ProductFamilyModel | |||||
public function getProductFamily(): ?ProductFamilyInterface | |||||
{ | { | ||||
return $this->productFamily; | return $this->productFamily; | ||||
} | } | ||||
public function setProductFamily(?ProductFamilyModel $productFamily): self | |||||
public function setProductFamily(?ProductFamilyInterface $productFamily): self | |||||
{ | { | ||||
$this->productFamily = $productFamily; | $this->productFamily = $productFamily; | ||||