clearAuth() публичный Метод

Clear the authentication and destroy the current session.
public clearAuth ( )
Пример #1
0
 /**
  * Clean up
  *
  * @see framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde_ActiveSync_Driver_Base#clearAuthentication()
  */
 public function clearAuthentication()
 {
     $this->_connector->clearAuth();
     $this->_logger->info(sprintf("[%s] User %s logged off", $this->_pid, $this->_user));
     return true;
 }