コード例 #1
0
ファイル: User.php プロジェクト: gembux2012/karg-line
 public function actionLogout()
 {
     $identity = new Identity();
     $identity->logout();
     $this->redirect('/');
 }