Exemplo n.º 1
0
 public function init()
 {
     parent::init();
     if (!issetModule('messages')) {
         throw404();
     }
     $this->cityActive = SearchForm::cityInit();
 }
Exemplo n.º 2
0
 public function init()
 {
     parent::init();
     //$this->metroStations = SearchForm::stationsInit();
     $this->cityActive = SearchForm::cityInit();
 }
Exemplo n.º 3
0
 public function init()
 {
     parent::init();
     $this->cityActive = SearchForm::cityInit();
 }