コード例 #1
0
ファイル: AddLanguageAction.php プロジェクト: Maxlander/shixi
 function perform()
 {
     return $this->i18n->addLanguage($this->lang_data);
 }