response = $response; parent::__construct($apiProvider, $apiRequest, $apiKernel); } /** * @return mixed */ public function getResponse() { return $this->response; } /** * @param mixed $response * The response to return to the client. */ public function setResponse($response) { $this->response = $response; } }