예제 #1
0
파일: GC.php 프로젝트: kant312/sop
 /**
  * Set the sertvice endpoint
  *
  * @param string $host Hostname
  * @return void
  */
 public function setEndpoint($host)
 {
     self::$endpoint = $host;
 }