seoTitle =''; $this->seoDescription =''; $this->seoKeywords =''; $this->seoAbsolutePathImage =''; $this->seoURL =''; $this->ogType = $ogType; $this->seoOgSiteName = 'https://www.net15.fr'; $this->seoTwitterCard = $seoTwitterCard; } /** * @return mixed */ public function getTitle() { return $this->seoTitle; } /** * @param string $seoTitle * @return self */ public function setTitle(string $seoTitle): self { $this->seoTitle = $seoTitle; return $this; } /** * @return mixed */ public function getDescription() { return $this->seoDescription; } /** * @param mixed $seoDescription * @return self */ public function setDescription($seoDescription): self { $this->seoDescription = $seoDescription; return $this; } /** * @return mixed */ public function getKeywords() { return $this->seoKeywords; } /** * @param mixed $seoKeywords * @return self */ public function setKeywords($seoKeywords): self { $this->seoKeywords = $seoKeywords; return $this; } /** * @return mixed */ public function getSeoAbsolutePathImage() { return $this->seoAbsolutePathImage; } /** * @param mixed $seoAbsolutePathImage * @return self */ public function setSeoAbsolutePathImage($seoAbsolutePathImage): self { $this->seoAbsolutePathImage = $seoAbsolutePathImage; return $this; } /** * @return mixed */ public function getSeoURL() { return $this->seoURL; } /** * @param mixed $seoURL * @return self */ public function setSeoURL($seoURL): self { $this->seoURL = $seoURL; return $this; } /** * @return mixed */ public function getSeoOgSiteName() { return $this->seoOgSiteName; } /** * @param mixed $seoOgSiteName * @return self */ public function setSeoOgSiteName($seoOgSiteName): self { $this->seoOgSiteName = $seoOgSiteName; return $this; } /** * @return mixed */ public function getOgType() { return $this->ogType; } /** * @param mixed $seoOgType * @return self */ public function setOgType($seoOgType): self { $this->ogType = $seoOgType; return $this; } /** * @return mixed */ public function getTwitterCard() { return $this->seoTwitterCard; } /** * @param mixed $seoTwitterCard * @return self */ public function setTwitterCard($seoTwitterCard): self { $this->seoTwitterCard = $seoTwitterCard; return $this; } }