isXmlHttpRequest() публичный Метод

public isXmlHttpRequest ( )
Пример #1
0
 /**
  * Check if the request is an XmlHttpRequest
  * @return bool
  */
 public function isXhr()
 {
     return $this->request->isXmlHttpRequest();
 }