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