isAjax() public static méthode

Verify is the access is from ajax.
public static isAjax ( ) : boolean
Résultat boolean
Exemple #1
0
 /**
  * CHeck request if it's an ajax request
  * @return bool
  */
 public function isAjax()
 {
     return Http\Request::isAjax();
 }