PHP 클래스 spec\LdapTools\AttributeConverter\ConvertAccountExpirationSpec

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

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_convert_a_bool_false_to_a_zero_when_going_to_ldap ( )
it_should_convert_a_bool_to_the_correct_LDAP_filter_when_querying ( )
it_should_convert_a_datetime_object_to_windows_time_when_going_to_ldap ( )
it_should_convert_a_never_expiring_account_to_a_bool_from_ldap ( )
it_should_convert_an_account_with_an_expiration_date_to_a_datetime_object ( )
it_should_implement_AttributeConverterInterface ( )
it_should_throw_an_attribute_converter_exception_if_the_value_to_ldap_is_not_supported ( )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_convert_a_bool_false_to_a_zero_when_going_to_ldap() 공개 메소드

it_should_convert_a_bool_to_the_correct_LDAP_filter_when_querying() 공개 메소드

it_should_convert_a_datetime_object_to_windows_time_when_going_to_ldap() 공개 메소드

it_should_convert_a_never_expiring_account_to_a_bool_from_ldap() 공개 메소드

it_should_convert_an_account_with_an_expiration_date_to_a_datetime_object() 공개 메소드

it_should_implement_AttributeConverterInterface() 공개 메소드

it_should_throw_an_attribute_converter_exception_if_the_value_to_ldap_is_not_supported() 공개 메소드