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