示例#1
0
 /**
  * {@inheritdoc}
  */
 public function filterHost(callable $callable, $flag = Url\Interfaces\Collection::FILTER_USE_VALUE)
 {
     return $this->withProperty('host', $this->host->filter($callable, $flag));
 }