コード例 #1
0
ファイル: SmartyView.php プロジェクト: phpalchemy/phpalchemy
 public function setCharset($charset)
 {
     parent::setCharset($charset);
     \Smarty::$_CHARSET = $this->charset;
 }