Request::pjax PHP 메소드

pjax() 공개 정적인 메소드

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