Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function prependHost($host)
 {
     return $this->withProperty('host', $this->host->prepend($host));
 }