コード例 #1
0
ファイル: UrlHandler.php プロジェクト: n8b/VMN
 /**
  * Sniff URL to see if contains and entity GUID
  * 
  * @param string $siteUrl URL of the site, defaults to current site url
  * @return array
  */
 public function analyze($siteUrl = null)
 {
     $sniffer = new UrlSniffer($siteUrl);
     return $sniffer->analyze($this->url);
 }