コード例 #1
0
ファイル: API.php プロジェクト: oakcms/oakcms
 public function init()
 {
     parent::init();
     $this->module = Module::getModuleName(self::className());
     //Module::registerTranslations($this->module);
 }