Ejemplo n.º 1
0
 /**
  * @param string $charset
  *
  * @return $this
  */
 public function setCharset($charset)
 {
     $this->charset = $charset;
     $this->locale->update();
     return $this;
 }