PHP Class spec\LdapTools\Object\LdapObjectRepositorySpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$ldapEntries

Public Methods

Method Description
it_is_initializable ( )
it_should_call_findByFirstName ( )
it_should_call_findOneByGuid_and_return_a_LdapObject ( $connection )
it_should_error_when_calling_findByFooBar ( )
it_should_error_when_calling_findOneByFooBar ( )
it_should_get_set_the_hydration_mode_if_calling_set_hydration_mode ( )
it_should_respect_the_explicitly_set_hydration_mode ( )
it_should_return_a_LdapQueryBuilder_instance_when_calling_build_ldap_query ( )
it_should_set_default_attributes_when_calling_setAttributes ( )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_call_findByFirstName() public method

it_should_call_findOneByGuid_and_return_a_LdapObject() public method

it_should_error_when_calling_findByFooBar() public method

it_should_error_when_calling_findOneByFooBar() public method

it_should_get_set_the_hydration_mode_if_calling_set_hydration_mode() public method

it_should_respect_the_explicitly_set_hydration_mode() public method

it_should_return_a_LdapQueryBuilder_instance_when_calling_build_ldap_query() public method

it_should_set_default_attributes_when_calling_setAttributes() public method

let() public method

public let ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

Property Details

$ldapEntries protected_oe property

protected $ldapEntries