notes = $data['notes']; $this->url = $data['url']; } public function getNotes(): string { return $this->notes; } /* Get the URL of the link. */ public function getURL(): string { return $this->url; } /* Get the user-agent. */ public function getUserAgent(): string { return ""; } }