url = $url; $this->method = $method; } public function getMethod() { return $this->method; } public function getUrl() { return $this->url; } public function __toString() { return $this->getUrl(); } }