예제 #1
0
파일: Module.php 프로젝트: ajaboa/crmpuan
 protected function getModuleManager()
 {
     if (!isset($this->_moduleManager)) {
         $this->_moduleManager = \GO\Base\Module::findByModuleId($this->id);
     }
     return $this->_moduleManager;
 }