id; } public function getQuote(): ?string { return $this->quote; } public function setQuote(string $quote): self { $this->quote = $quote; return $this; } }