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