You are here

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

Same name and namespace in other branches
  1. 7.2 ldap_user/LdapUserConfAdmin.class.php \LdapUserConfAdmin::clearError()

File

ldap_user/LdapUserConfAdmin.class.php, line 45

Class

LdapUserConfAdmin

Code

public function clearError() {
  $this->hasError = FALSE;
  $this->errorMsg = NULL;
  $this->errorName = NULL;
}