url = $url; $this->properties = $properties; $this->headers = $headers; } /** * @return mixed */ public function getUrl() { return $this->url; } /** * @return mixed */ public function getProperties() { return $this->properties; } /** * @return mixed */ public function getHeaders() { return $this->headers; } }