예제 #1
0
 /**
  * @deprecated use configuration object in constructor instead
  * @param string $host
  * @return $this
  */
 public function changeHost($host)
 {
     $this->api->changeHost($host);
     return $this;
 }