示例#1
0
 /**
  * {@inheritdoc}
  */
 public function appendHost($host)
 {
     return $this->withProperty('host', $this->host->append($host));
 }