コード例 #1
0
ファイル: Component.php プロジェクト: kakserpom/WakePHP
 /**
  * @return bool
  */
 public function checkReferer()
 {
     return $this->req->checkDomainMatch();
 }