You are here

public function LdapQuery::clearError in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_query/LdapQuery.class.php \LdapQuery::clearError()
  2. 7 ldap_query/LdapQuery.class.php \LdapQuery::clearError()

File

ldap_query/LdapQuery.class.php, line 147
Defines server classes and related functions.

Class

LdapQuery
LDAP Server Class.

Code

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