예제 #1
0
파일: Request.php 프로젝트: ajaboa/crmpuan
 /**
  * Check if this request is an XmlHttpRequest
  * 
  * @return boolean
  */
 public function isAjax()
 {
     return Util\Http::isAjaxRequest();
 }