Exemplo n.º 1
0
 /**
  * Init method
  */
 public function startup()
 {
     parent::startup();
     $this->checkAccess();
 }
Exemplo n.º 2
0
 function startup()
 {
     parent::startup();
     $this->redirect(':Admin:Login:');
 }