PHP 클래스 LdapTools\Connection\RootDse

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$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