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