You are here

public function SimpleLdap::isBound in Simple LDAP 8

Whether the wrapper has a successful binding or not.

Return value

bool

File

src/SimpleLdap.php, line 464

Class

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

Namespace

Drupal\simple_ldap

Code

public function isBound() {
  return $this->bound;
}