Esempio n. 1
0
 /**
  * Set the service endpoint
  *
  * @param string $host Hostname
  * @return void
  */
 public function setEndpoint($host)
 {
     self::$endpoint = $host;
 }