コード例 #1
0
 /**
  * @return bool
  */
 public function isExternalSearch()
 {
     $this->isReady();
     if (!$this->isGoogleOrganic() && !$this->isGoogleCampaign() && !$this->isGoogleAds() && $this->parsedUrl->isKnown()) {
         return true;
     }
     return false;
 }
コード例 #2
0
ファイル: RefererParser.php プロジェクト: dinajpuri/tracker
 /**
  * Check if the referer is knwon.
  *
  * @return mixed
  */
 public function isKnown()
 {
     return $this->referer->isKnown();
 }