Exemplo n.º 1
0
 /**
  * Gets a list of charsets acceptable by the client browser.
  *
  * @return array List of charsets in preferable order
  *
  * @api
  */
 public function getCharsets()
 {
     return parent::getCharsets();
 }