Request::pjax PHP Méthode

pjax() public static méthode

Determine if the request is the result of an PJAX call.
public static pjax ( ) : boolean
Résultat boolean
        public static function pjax()
        {
            return \Illuminate\Http\Request::pjax();
        }