public function LdapProfileConfAdmin::clearError in Lightweight Directory Access Protocol (LDAP) 7
File
- ldap_profile/
LdapProfileConfAdmin.class.php, line 17
Class
Code
public function clearError() {
$this->hasError = FALSE;
$this->errorMsg = NULL;
$this->errorName = NULL;
}