params = $params; } /** * @inheritdoc */ public function getBody() { return http_build_query($this->params, null, '&'); } }