/** * */ 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); } } }
/** * */ public function __construct(Flux_Installer_MainServer $mainServer, Flux_Athena $athena) { $this->mainServer = $mainServer; $this->athena = $athena; $this->schemas = Flux_Installer_Schema::getSchemas($mainServer, $this); }