You are here

public function LdapAuthenticationConf::__construct in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::__construct()
  2. 7 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::__construct()
1 call to LdapAuthenticationConf::__construct()
LdapAuthenticationConfAdmin::__construct in ldap_authentication/LdapAuthenticationConfAdmin.class.php
1 method overrides LdapAuthenticationConf::__construct()
LdapAuthenticationConfAdmin::__construct in ldap_authentication/LdapAuthenticationConfAdmin.class.php

File

ldap_authentication/LdapAuthenticationConf.class.php, line 294

Class

LdapAuthenticationConf

Code

public function __construct() {
  $this
    ->load();
}