コード例 #1
0
ファイル: controller.users.php プロジェクト: nemoDreamer/endo
 public function logout($root = DS)
 {
     Event::Set($this->LoggedIn, 'logout');
     AppUser::UnsetCurrent();
     $this->redirect($root);
 }