예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function setHost($host)
 {
     $this->_assertNotFrozen();
     $this->_delegateUrl->setHost($host);
     return $this;
 }