link = $data['link']; $this->image = $data['image']; } /* Get the sponsor link. */ public function getLink() { return $this->link; } /* Get the sponsor image */ public function getImage() { return $this->image; } }