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

getPostParams() public static méthode

Return the $_POST
public static getPostParams ( ) : array
Résultat array
    public static function getPostParams()
    {
        return $_POST;
    }