httpResponseCode = $response_code; $this->httpResponseBody = $response_body; } public function getHttpResponseCode() { return $this->httpResponseCode; } public function getHttpResponseBody() { return $this->httpResponseBody; } } ?>