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