PHP 클래스 spec\LdapTools\AttributeConverter\ConvertWindowsTimeSpec

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

보호된 프로퍼티들

프로퍼티 타입 설명
$genTime
$timestamp

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_error_when_the_value_going_to_ldap_is_not_a_datetime_object ( )
it_should_implement_AttributeConverterInterface ( )
it_should_return_a_DateTime_object_with_the_correct_time_when_calling_fromLdap ( )
it_should_return_a_windows_timestamp_when_calling_toLdap ( )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_error_when_the_value_going_to_ldap_is_not_a_datetime_object() 공개 메소드

it_should_implement_AttributeConverterInterface() 공개 메소드

it_should_return_a_DateTime_object_with_the_correct_time_when_calling_fromLdap() 공개 메소드

it_should_return_a_windows_timestamp_when_calling_toLdap() 공개 메소드

프로퍼티 상세

$genTime 보호되어 있는 프로퍼티

protected $genTime

$timestamp 보호되어 있는 프로퍼티

protected $timestamp