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