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