function LdapServerAdmin::__construct in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_servers/LdapServerAdmin.class.php \LdapServerAdmin::__construct()
- 7 ldap_servers/LdapServerAdmin.class.php \LdapServerAdmin::__construct()
Constructor Method
Overrides LdapServer::__construct
File
- ldap_servers/
LdapServerAdmin.class.php, line 48
Class
Code
function __construct($sid) {
parent::__construct($sid);
}