Ejemplo n.º 1
0
 /**
         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;
 }