Example #1
0
 /**
  * Sets the response content.
  *
  * Valid types are strings, numbers, null, and objects that implement a __toString() method.
  *
  * @param mixed $content Content that can be cast to string
  *
  * @return Response
  *
  * @throws \UnexpectedValueException
  *
  * @api
  */
 public function setContent($content)
 {
     return parent::setContent($content);
 }