Voodoo\Core\Http\Request::getPostParams PHP Method

getPostParams() public static method

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