Пример #1
0
 public function actionLogout()
 {
     $identity = new Identity();
     $identity->logout();
     $this->redirect('/');
 }