Request::acceptsHtml PHP Method

acceptsHtml() public static method

Determines whether a request accepts HTML.
public static acceptsHtml ( ) : boolean
return boolean
        public static function acceptsHtml()
        {
            return \Illuminate\Http\Request::acceptsHtml();
        }