Example #1
0
 public function logoutAction()
 {
     TBS_Auth::getInstance()->clearIdentity();
     $this->_redirect('/admin/index');
 }