示例#1
0
 /**
  * @param string $url
  *
  * @return bool
  */
 public function hasUrl($url)
 {
     return $this->urlFacade->hasUrl($url);
 }