Example #1
0
 /**
  *
  */
 public function __construct(Flux_LoginAthenaGroup $loginAthenaGroup)
 {
     $this->loginAthenaGroup = $loginAthenaGroup;
     $this->schemas = Flux_Installer_Schema::getSchemas($this);
     if (array_key_exists($loginAthenaGroup->serverName, Flux::$athenaServerRegistry)) {
         foreach (Flux::$athenaServerRegistry[$loginAthenaGroup->serverName] as $athena) {
             $this->charMapServers[$athena->serverName] = new Flux_Installer_CharMapServer($this, $athena);
         }
     }
 }
Example #2
0
 /**
  *
  */
 public function __construct(Flux_Installer_MainServer $mainServer, Flux_Athena $athena)
 {
     $this->mainServer = $mainServer;
     $this->athena = $athena;
     $this->schemas = Flux_Installer_Schema::getSchemas($mainServer, $this);
 }