Exemple #1
0
 public function ServerConfig()
 {
     $this->map_database = new MapDatabaseBlock();
     $this->map_server = new MapServerBlock();
     parent::INIBlockIO("");
 }
Exemple #2
0
 function __construct()
 {
     $this->state_time = new StateTimeBlock();
     $this->server_bandwidth = new ServerBandwidthBlock();
     parent::INIBlockIO("");
 }