You are here

function LdapServer::__invoke in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_servers/LdapServer.class.php \LdapServer::__invoke()
  2. 7.2 ldap_servers/LdapServer.class.php \LdapServer::__invoke()

Invoke Method

File

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

Class

LdapServer
LDAP Server Class

Code

function __invoke() {
  $this
    ->connect();
  $this
    ->bind();
}