isXmlHttpRequest() public method

public isXmlHttpRequest ( )
Exemplo n.º 1
0
 /**
  * Check if the request is an XmlHttpRequest
  * @return bool
  */
 public function isXhr()
 {
     return $this->request->isXmlHttpRequest();
 }