Request::getRealMethod PHP Method

getRealMethod() public static method

Gets the "real" request method.
See also: getMethod()
public static getRealMethod ( ) : string
return string The request method
        public static function getRealMethod()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getRealMethod();
        }