protected function loadWikiInfo()
 {
     if (empty($this->wikiInfo)) {
         $this->wikiInfo = $this->homePageHelper->getWikiInfoForSpecialPromote($this->wg->cityId, $this->wg->contLang->getCode());
     }
 }
 public function loadWikiInfo()
 {
     $this->wikiInfo = $this->homePageHelper->getWikiInfoForSpecialPromote($this->wg->cityId, $this->wg->contLang->getCode());
 }