示例#1
0
文件: Util.php 项目: rajnishp/bjs
 /**
         returns the points engine mode of the current org.
          **/
 static function getPointsEngineMode()
 {
     $cm = new ConfigManager();
     $points_engine_status = $cm->getKey('CONF_POINTS_ENGINE_STATUS');
     return $points_engine_status;
 }