id; // } public function getOfferId(): ?int { return $this->offerId; } public function setOfferId(int $offerId): self { $this->offerId = $offerId; return $this; } }