function LdapProfileConf::__construct in Lightweight Directory Access Protocol (LDAP) 7
1 call to LdapProfileConf::__construct()
- LdapProfileConfAdmin::__construct in ldap_profile/
LdapProfileConfAdmin.class.php
1 method overrides LdapProfileConf::__construct()
- LdapProfileConfAdmin::__construct in ldap_profile/
LdapProfileConfAdmin.class.php
File
- ldap_profile/
LdapProfileConf.class.php, line 23 - This class represents an ldap_profile module's configuration It is extended by LdapProfileConfAdmin for configuration and other admin functions
Class
- LdapProfileConf
- @file This class represents an ldap_profile module's configuration It is extended by LdapProfileConfAdmin for configuration and other admin functions
Code
function __construct() {
$this->servers = ldap_servers_get_servers(NULL, 'enabled');
$this
->load();
}