PHP Class spec\LdapTools\AttributeConverter\ConvertWindowsGuidSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: ldaptools/ldaptools

Protected Properties

Свойство Type Description
$guidHex
$guidString

Méthodes publiques

Méthode 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 méthode

public getMatchers ( )

it_is_initializable() public méthode

public it_is_initializable ( )

it_should_accept_the_term_auto_to_generate_a_guid_going_to_ldap() public méthode

it_should_implement_AttributeConverterInterface() public méthode

it_should_return_a_string_guid_from_binary_when_calling_fromLdap() public méthode

it_should_return_binary_data_when_calling_toLdap_on_create_or_modify() public méthode

it_should_throw_an_exception_when_an_invalid_guid_is_being_sent_to_LDAP() public méthode

Property Details

$guidHex protected_oe property

protected $guidHex

$guidString protected_oe property

protected $guidString