PHP Class spec\LdapTools\Connection\RootDseSpec

Inheritance: extends PhpSpec\ObjectBehavior
Exibir arquivo Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$entry

Public Methods

Method Description
it_is_initializable ( )
it_should_be_able_to_get_the_default_naming_context ( )
it_should_call_the_schema_load_event_when_getting_the_rootdse_schema ( $dispatcher )
it_should_get_a_LdapObject_for_a_connection ( )
it_should_have_supported_sasl_mechanisms_as_an_array ( )
let ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_be_able_to_get_the_default_naming_context() public method

it_should_call_the_schema_load_event_when_getting_the_rootdse_schema() public method

it_should_get_a_LdapObject_for_a_connection() public method

it_should_have_supported_sasl_mechanisms_as_an_array() public method

let() public method

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

Property Details

$entry protected_oe property

protected $entry