HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
LogoutController.php
Go to the documentation of this file.
1 <?php
2 
4 {
5  public $defaultAction = 'logout';
6 
10  public function actionLogout()
11  {
12  Yii::app()->user->logout();
13  $this->redirect(Yii::app()->controller->module->returnLogoutUrl);
14  }
15 }