Exemplo n.º 1
0
 /**
  * Marks the response as "public".
  *
  * It makes the response eligible for serving other clients.
  *
  * @return Response
  *
  * @api
  */
 public function setPublic()
 {
     return parent::setPublic();
 }