You are here

public function LdapAuthenticationConfAdmin::clearError in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_authentication/LdapAuthenticationConfAdmin.class.php \LdapAuthenticationConfAdmin::clearError()
  2. 7.2 ldap_authentication/LdapAuthenticationConfAdmin.class.php \LdapAuthenticationConfAdmin::clearError()

File

ldap_authentication/LdapAuthenticationConfAdmin.class.php, line 216

Class

LdapAuthenticationConfAdmin

Code

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