You are here

public function LdapServer::clearError in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_servers/LdapServer.class.php \LdapServer::clearError()
  2. 7 ldap_servers/LdapServer.class.php \LdapServer::clearError()

File

ldap_servers/LdapServer.class.php, line 1793
Defines server classes and related functions.

Class

LdapServer
LDAP Server Class

Code

public function clearError() {
  $this->_hasError = FALSE;
  $this->_errorMsg = NULL;
  $this->_errorName = NULL;
}