PHP Класс spec\LdapTools\AttributeConverter\ConvertWindowsGuidSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$guidHex
$guidString

Открытые методы

Метод Описание
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 ( )

Описание методов

getMatchers() публичный Метод

public getMatchers ( )

it_is_initializable() публичный Метод

public it_is_initializable ( )

it_should_accept_the_term_auto_to_generate_a_guid_going_to_ldap() публичный Метод

it_should_implement_AttributeConverterInterface() публичный Метод

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() публичный Метод

Описание свойств

$guidHex защищенное свойство

protected $guidHex

$guidString защищенное свойство

protected $guidString