public function LdapAuthorizationConsumerConf::clearError in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_authorization/LdapAuthorizationConsumerConf.class.php \LdapAuthorizationConsumerConf::clearError()
- 7.2 ldap_authorization/LdapAuthorizationConsumerConf.class.php \LdapAuthorizationConsumerConf::clearError()
File
- ldap_authorization/
LdapAuthorizationConsumerConf.class.php, line 67 - class to encapsulate an ldap entry to authorization consumer ids mapping configuration
Class
- LdapAuthorizationConsumerConf
- LDAP Authorization Consumer Configuration
Code
public function clearError() {
$this->hasError = FALSE;
$this->errorMsg = NULL;
$this->errorName = NULL;
}