예제 #1
0
 /**
  * Sets the route host.
  *
  * @param string $host URI host
  */
 public final function setHost($host)
 {
     Uri::validateHost($host);
     $this->host = Uri::standardlizeHost($host);
 }