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