예제 #1
0
파일: Context.php 프로젝트: appcia/webwork
 /**
  * @param string $charset
  *
  * @return $this
  */
 public function setCharset($charset)
 {
     $this->charset = $charset;
     $this->locale->update();
     return $this;
 }