Example #1
0
 /**
  * Load DIOH Settings and save it as object static variable
  */
 public static function loadDIOHsettings()
 {
     $bgst = self::getOldProductFunction()->retrieveBestGoodSettings();
     self::$diohStopLevel = array();
     self::$diohStopLevel[0] = $bgst['star0_dioh'];
     self::$diohStopLevel[1] = $bgst['star1_dioh'];
     self::$diohStopLevel[2] = $bgst['star2_dioh'];
     self::$diohStopLevel[3] = $bgst['star3_dioh'];
     self::$adjustmentOrder = $bgst['pao'];
 }