Voodoo\Core\Http\Request::getMethod PHP Метод

getMethod() публичный статический Метод

Return the request method
public static getMethod ( ) : string
Результат string
    public static function getMethod()
    {
        return $_SERVER['REQUEST_METHOD'];
    }