Пример #1
0
 public function init()
 {
     parent::init();
     if (!issetModule('messages')) {
         throw404();
     }
     $this->cityActive = SearchForm::cityInit();
 }
Пример #2
0
 public function init()
 {
     parent::init();
     //$this->metroStations = SearchForm::stationsInit();
     $this->cityActive = SearchForm::cityInit();
 }
Пример #3
0
 public function init()
 {
     parent::init();
     $this->cityActive = SearchForm::cityInit();
 }