Ejemplo n.º 1
0
 /**
  * Set response.
  *
  * @param JsonResponse $response
  * @return $this
  */
 public function setResponse(JsonResponse $response)
 {
     $this->response = $response;
     if (!$response->getRequest()) {
         $response->setRequest($this);
     }
     return $this;
 }