예제 #1
0
파일: API.php 프로젝트: tqsq2005/Yii2adv
 public function init()
 {
     parent::init();
     $this->module = Module::getModuleName(self::className());
     Module::registerTranslations($this->module);
 }