Voodoo\Core\Http\Request::getMethod PHP Méthode

getMethod() public static méthode

Return the request method
public static getMethod ( ) : string
Résultat string
    public static function getMethod()
    {
        return $_SERVER['REQUEST_METHOD'];
    }