예제 #1
0
 protected function loadHost()
 {
     $this->register(HostManager::getHostByName($this->hostName));
 }
예제 #2
0
 protected function loadHost()
 {
     $this->register(HostManager::getHostByName($this->hostName, $this->config->AuxConfig->autoCreateHost));
 }