You are here

public function SimpleLdap::__construct in Simple LDAP 8

File

src/SimpleLdap.php, line 21

Class

SimpleLdap
A wrapper for PHP's LDAP functions, with associated helper methods.

Namespace

Drupal\simple_ldap

Code

public function __construct(SimpleLdapConnectionInterface $connection) {
  $this->connection = $connection;
  $this->bound = FALSE;
}