public function LdapServer::clearError in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_servers/LdapServer.class.php \LdapServer::clearError()
- 7.2 ldap_servers/LdapServer.class.php \LdapServer::clearError()
File
- ldap_servers/
LdapServer.class.php, line 865 - Defines server classes and related functions.
Class
- LdapServer
- LDAP Server Class
Code
public function clearError() {
$this->_hasError = FALSE;
$this->_errorMsg = NULL;
$this->_errorName = NULL;
}