setHost() 공개 메소드

public setHost ( string $host )
$host string
예제 #1
0
 /**
  * Build with host address
  *
  * Build node objects with configuration to use a specific host address
  *
  * @param $host
  * @return $this
  */
 public function atHost($host)
 {
     $this->config->setHost($host);
     return $this;
 }