Request::pjax PHP Method

pjax() public static method

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