コード例 #1
0
ファイル: Site.php プロジェクト: getherbie/herbie
 /**
  * @return string
  */
 public function getCharset()
 {
     return Application::getService('Config')->get('charset');
 }