You are here

function LdapServerAdmin::__construct in Lightweight Directory Access Protocol (LDAP) 7

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

Constructor Method

Overrides LdapServer::__construct

File

ldap_servers/LdapServerAdmin.class.php, line 48

Class

LdapServerAdmin

Code

function __construct($sid) {
  parent::__construct($sid);
}