コード例 #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;
 }