Exemple #1
0
 /**
  * Set a new object to use as ServerListCache
  * @param ServerListCache $cache
  */
 public static function setServerListCache($cache)
 {
     self::$serverListCache = $cache;
 }