response = $response; } /** * Get the Response object. * * @return \JHttpResponse * * @since 3.0.0 */ public function getResponse() { return $this->response; } }