responseHeaders = $responseHeaders; $this->responseBody = $responseBody; } /** * @return string[] */ public function getResponseHeaders() { return $this->responseHeaders; } /** * @return mixed */ public function getResponseBody() { return $this->responseBody; } }