Пример #1
0
 /**
  * Check whether the module is installed
  *
  * @param string $code The code of the module
  * @param string $group The group name of moudle such as boxes, content, payment etc
  * @return bool
  */
 function isInstalled($code = '', $group = '')
 {
     return osC_Modules::isInstalled($code, $group);
 }