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

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

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

Свойство Тип Описание
$time
$tsWithOffset
$utcTime

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

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

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