PHP Класс LdapTools\Connection\RootDse

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$connection LdapTools\Connection\LdapConnectionInterface
$dispatcher LdapTools\Event\EventDispatcherInterface
$schemaFactory LdapTools\Factory\LdapObjectSchemaFactory

Открытые методы

Метод Описание
__construct ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher )
get ( ) : LdapObject Get the RootDSE LdapObject while accounting for the state of the connection.

Защищенные методы

Метод Описание
doLdapQuery ( boolean $anonymous ) : LdapObject Do the LDAP query to get the LDAP object.

Описание методов

__construct() публичный метод

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

doLdapQuery() защищенный метод

Do the LDAP query to get the LDAP object.
protected doLdapQuery ( boolean $anonymous ) : LdapObject
$anonymous boolean
Результат LdapTools\Object\LdapObject

get() публичный метод

Get the RootDSE LdapObject while accounting for the state of the connection.
public get ( ) : LdapObject
Результат LdapTools\Object\LdapObject

Описание свойств

$connection защищенное свойство

protected LdapConnectionInterface,LdapTools\Connection $connection
Результат LdapTools\Connection\LdapConnectionInterface

$dispatcher защищенное свойство

protected EventDispatcherInterface,LdapTools\Event $dispatcher
Результат LdapTools\Event\EventDispatcherInterface

$schemaFactory защищенное свойство

protected LdapObjectSchemaFactory,LdapTools\Factory $schemaFactory
Результат LdapTools\Factory\LdapObjectSchemaFactory