예제 #1
0
 /**
  * Use another production URL
  */
 public static function switchProductionUrls()
 {
     self::$productionUrls = array_reverse(self::$productionUrls);
 }