/** *This method set the url for this request * *@param string The url string *@return void *@throws This method does not throw an error */ public static function setUrl($url) { //set the database settings return self::$url = $url; }