facebookId = $facebookId; return $this; } /** * Get facebookId * * @return string */ public function getFacebookId() { return $this->facebookId; } }