openGraphTitle; } public function setOpenGraphTitle(string $openGraphTitle): self { $this->openGraphTitle = $openGraphTitle; return $this; } public function getOpenGraphDescription(): ?string { return $this->openGraphDescription; } public function setOpenGraphDescription(?string $openGraphDescription): self { $this->openGraphDescription = $openGraphDescription; return $this; } public function getOpenGraphImage(): ?FileModel { return $this->openGraphImage; } public function setOpenGraphImage(?FileModel $openGraphImage): self { $this->openGraphImage = $openGraphImage; return $this; } }