Property | Type | Description | |
---|---|---|---|
$connection | LdapTools\Connection\LdapConnectionInterface | ||
$dispatcher | LdapTools\Event\EventDispatcherInterface | ||
$schemaFactory |
Method | Description | |
---|---|---|
__construct ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher ) | ||
get ( ) : |
Get the RootDSE LdapObject while accounting for the state of the connection. |
Method | Description | |
---|---|---|
doLdapQuery ( boolean $anonymous ) : |
Do the LDAP query to get the LDAP object. |
public __construct ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher ) | ||
$connection | LdapTools\Connection\LdapConnectionInterface | |
$dispatcher | LdapTools\Event\EventDispatcherInterface |
protected doLdapQuery ( boolean $anonymous ) : |
||
$anonymous | boolean | |
return |
public get ( ) : |
||
return |
protected LdapConnectionInterface,LdapTools\Connection $connection | ||
return | LdapTools\Connection\LdapConnectionInterface |
protected EventDispatcherInterface,LdapTools\Event $dispatcher | ||
return | LdapTools\Event\EventDispatcherInterface |