id = $id; $this->socialNetwork = $socialNetwork; $this->title = $title; $this->dateBeginPost = $dateBeginPost; $this->dateEndPost = $dateEndPost; $this->message = $message; $this->hashtag = $hashtag; $this->medias = $medias; $this->like = $like; $this->comment = $comment; $this->share = $share; $this->diffusion = $diffusion; $this->response = $response; } }