PHP Class LdapTools\Connection\RootDse

Author: Chad Sikorra ([email protected])
Afficher le fichier Open project: ldaptools/ldaptools

Protected Properties

Свойство Type Description
$connection LdapTools\Connection\LdapConnectionInterface
$dispatcher LdapTools\Event\EventDispatcherInterface
$schemaFactory LdapTools\Factory\LdapObjectSchemaFactory

Méthodes publiques

Méthode Description
__construct ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher )
get ( ) : LdapObject Get the RootDSE LdapObject while accounting for the state of the connection.

Méthodes protégées

Méthode Description
doLdapQuery ( boolean $anonymous ) : LdapObject Do the LDAP query to get the LDAP object.

Method Details

__construct() public méthode

public __construct ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher )
$connection LdapTools\Connection\LdapConnectionInterface
$dispatcher LdapTools\Event\EventDispatcherInterface

doLdapQuery() protected méthode

Do the LDAP query to get the LDAP object.
protected doLdapQuery ( boolean $anonymous ) : LdapObject
$anonymous boolean
Résultat LdapTools\Object\LdapObject

get() public méthode

Get the RootDSE LdapObject while accounting for the state of the connection.
public get ( ) : LdapObject
Résultat LdapTools\Object\LdapObject

Property Details

$connection protected_oe property

protected LdapConnectionInterface,LdapTools\Connection $connection
Résultat LdapTools\Connection\LdapConnectionInterface

$dispatcher protected_oe property

protected EventDispatcherInterface,LdapTools\Event $dispatcher
Résultat LdapTools\Event\EventDispatcherInterface

$schemaFactory protected_oe property

protected LdapObjectSchemaFactory,LdapTools\Factory $schemaFactory
Résultat LdapTools\Factory\LdapObjectSchemaFactory