Ejemplo n.º 1
0
 protected function loadHost()
 {
     $this->register(HostManager::getHostByName($this->hostName));
 }
Ejemplo n.º 2
0
 protected function loadHost()
 {
     $this->register(HostManager::getHostByName($this->hostName, $this->config->AuxConfig->autoCreateHost));
 }