예제 #1
0
파일: ldap.php 프로젝트: nocash/KadLDAP
 public function __construct()
 {
     $this->ldap = KadLDAP::instance();
 }
예제 #2
0
파일: LDAP.php 프로젝트: nocash/KadLDAP
 public function __construct(array $config)
 {
     $this->ldap = KadLDAP::instance();
     parent::__construct($config);
 }