Example #1
0
 public function __construct()
 {
     $this->ldap = KadLDAP::instance();
 }
Example #2
0
 public function __construct(array $config)
 {
     $this->ldap = KadLDAP::instance();
     parent::__construct($config);
 }