switchConfig){ $this->initConfig(); } return $this->switchConfig; } private $switchConfig = null; private function initConfig(){ $this->switchConfig = getServerSwitchConfig(); } }