PHP Class spec\LdapTools\AttributeConverter\ConvertWindowsGuidSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$guidHex
$guidString

Public Methods

Method Description
getMatchers ( )
it_is_initializable ( )
it_should_accept_the_term_auto_to_generate_a_guid_going_to_ldap ( )
it_should_implement_AttributeConverterInterface ( )
it_should_return_a_searchable_hex_guid_when_calling_toLdap_on_a_search ( )
it_should_return_a_string_guid_from_binary_when_calling_fromLdap ( )
it_should_return_binary_data_when_calling_toLdap_on_create_or_modify ( )
it_should_throw_an_exception_when_an_invalid_guid_is_being_sent_to_LDAP ( )

Method Details

getMatchers() public method

public getMatchers ( )

it_is_initializable() public method

public it_is_initializable ( )

it_should_accept_the_term_auto_to_generate_a_guid_going_to_ldap() public method

it_should_implement_AttributeConverterInterface() public method

it_should_return_a_string_guid_from_binary_when_calling_fromLdap() public method

it_should_return_binary_data_when_calling_toLdap_on_create_or_modify() public method

it_should_throw_an_exception_when_an_invalid_guid_is_being_sent_to_LDAP() public method

Property Details

$guidHex protected_oe property

protected $guidHex

$guidString protected_oe property

protected $guidString