url = $url; $this->curlSettings = $curlSettings; return $this->response; } /** * Just making this method public */ public function getAbsoluteUrl($url) { return parent::getAbsoluteUrl($url); } }