PHP 클래스 spec\LdapTools\AttributeConverter\ConvertWindowsGeneralizedTimeSpec

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

보호된 프로퍼티들

프로퍼티 타입 설명
$time
$tsWithOffset
$utcTime

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_implement_AttributeConverterInterface ( )
it_should_return_a_datetime_object_equal_to_the_generalized_timestamp_when_calling_fromLdap ( )
it_should_return_a_datetime_object_with_the_offset_applied_if_present_when_calling_fromLdap ( )
it_should_return_a_php_DateTime_object_from_ldap_generalized_time ( )
it_should_return_a_string_timestamp_equal_to_the_php_DateTime_when_calling_toLdap ( )
it_should_return_a_string_timestamp_with_offset_when_present_when_calling_toLdap ( )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_implement_AttributeConverterInterface() 공개 메소드

it_should_return_a_datetime_object_equal_to_the_generalized_timestamp_when_calling_fromLdap() 공개 메소드

it_should_return_a_datetime_object_with_the_offset_applied_if_present_when_calling_fromLdap() 공개 메소드

it_should_return_a_php_DateTime_object_from_ldap_generalized_time() 공개 메소드

it_should_return_a_string_timestamp_equal_to_the_php_DateTime_when_calling_toLdap() 공개 메소드

it_should_return_a_string_timestamp_with_offset_when_present_when_calling_toLdap() 공개 메소드

프로퍼티 상세

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

protected $time

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

protected $tsWithOffset

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

protected $utcTime