示例#1
0
 /**
  * Sets the response charset.
  *
  * @param string $charset Character set
  *
  * @return Response
  *
  * @api
  */
 public function setCharset($charset)
 {
     return parent::setCharset($charset);
 }