Esempio n. 1
0
 public function actionLogout()
 {
     $user = new AdminUser();
     $user->logOut();
     return $this->goHome();
 }