public function SimpleLdap::__destruct in Simple LDAP 8
File
- src/
SimpleLdap.php, line 26
Class
- SimpleLdap
- A wrapper for PHP's LDAP functions, with associated helper methods.
Namespace
Drupal\simple_ldapCode
public function __destruct() {
$this
->ldapUnbind();
}