socialDescription = $socialDescription; } public function getSocialDescription() { return $this->socialDescription; } public function setSocialImageLink($socialImageLink) { $this->socialImageLink = $socialImageLink; } public function getSocialImageLink() { return $this->socialImageLink; } public function setSocialTitle($socialTitle) { $this->socialTitle = $socialTitle; } public function getSocialTitle() { return $this->socialTitle; } }