PHP 클래스 spec\LdapTools\AttributeConverter\ConvertWindowsGuidSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$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