public function LdapUserConfAdmin::clearError in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_user/LdapUserConfAdmin.class.php \LdapUserConfAdmin::clearError()
File
- ldap_user/
LdapUserConfAdmin.class.php, line 54
Class
Code
public function clearError() {
$this->hasError = FALSE;
$this->errorMsg = NULL;
$this->errorName = NULL;
}