示例#1
0
 /**
  * Check is module enabled
  *
  * @param string $moduleName
  * @return bool
  */
 public function isModuleEnabled($moduleName)
 {
     return $this->_config->isModuleEnabled($moduleName);
 }