Exemple #1
0
 protected function before()
 {
     //$this->needLogin = true;
     parent::before();
 }
Exemple #2
0
 public function before()
 {
     parent::before();
 }
Exemple #3
0
 public function before()
 {
     //$this->needLogin = true; // раскоментируйте, чтобы закрыть доступ ко всем страницам данного контроллера
     parent::before();
 }