url = $url; } public function run() { $this->response = file_get_contents($this->url); } }