コード例 #1
0
 public function actionLogout()
 {
     $user = new User();
     $user->logout();
     $this->goHome();
 }