Beispiel #1
0
 public function initialize()
 {
     parent::initialize();
     if ($this->aclUser->isAuthenticated()) {
         $this->redirect->to("c: user, a: home");
     }
     $this->isLoginPage = true;
 }
Beispiel #2
0
 public function initialize()
 {
     parent::initialize();
     $this->clientId = $this->session->getClientId();
 }