You are here

public function LdapServer::hasError in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_servers/LdapServer.class.php \LdapServer::hasError()
  2. 7 ldap_servers/LdapServer.class.php \LdapServer::hasError()
2 calls to LdapServer::hasError()
LdapServer::ldapQuery in ldap_servers/LdapServer.class.php
Execute ldap query and return ldap records.
LdapServer::pagedLdapQuery in ldap_servers/LdapServer.class.php
Execute a paged ldap query and return entries as one aggregated array.

File

ldap_servers/LdapServer.class.php, line 2090
Defines server classes and related functions.

Class

LdapServer
LDAP Server Class.

Code

public function hasError() {
  return $this->_hasError || $this
    ->ldapErrorNumber();
}