public function init()
 {
     parent::init();
     if (!issetModule('messages')) {
         throw404();
     }
     $this->cityActive = SearchForm::cityInit();
 }
 public function init()
 {
     parent::init();
     //$this->metroStations = SearchForm::stationsInit();
     $this->cityActive = SearchForm::cityInit();
 }
Exemple #3
0
 public function init()
 {
     parent::init();
     $this->cityActive = SearchForm::cityInit();
 }