You are here

public function SimpleLdapUser::__construct in Simple LDAP 8

File

modules/simple_ldap_user/src/SimpleLdapUser.php, line 17

Class

SimpleLdapUser

Namespace

Drupal\simple_ldap_user

Code

public function __construct($dn, $attributes) {
  $this->dn = $dn;
  $this->attributes = $attributes;
}