Example #1
0
 /**
  * Set the URL in the client
  *
  * @param string $url
  */
 public function setUrl($url)
 {
     $this->client->setUrl($url);
 }