stopPropagation(); $this->getTransaction()->setResponse($response); } /** * Get the response of the request * * @return ResponseInterface */ public function getResponse() { return $this->getTransaction()->getResponse(); } }