Exemple #1
0
 /**
  * Set the sertvice endpoint
  *
  * @param string $host Hostname
  * @return void
  */
 public function setEndpoint($host)
 {
     self::$endpoint = $host;
 }