public function __construct($url) { $this->response = !is_null($url) ? (object) Rest::fetch($url) : null; return $this; }