コード例 #1
0
ファイル: PartialModifier.php プロジェクト: BauRo/url
 /**
  * {@inheritdoc}
  */
 public function prependHost($host)
 {
     return $this->withProperty('host', $this->host->prepend($host));
 }