コード例 #1
0
ファイル: Request.php プロジェクト: ajaboa/crmpuan
 /**
  * Check if this request is an XmlHttpRequest
  * 
  * @return boolean
  */
 public function isAjax()
 {
     return Util\Http::isAjaxRequest();
 }