PHP Class spec\LdapTools\AttributeConverter\ConvertWindowsTimeSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$genTime
$timestamp

Public Methods

Method Description
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 ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_error_when_the_value_going_to_ldap_is_not_a_datetime_object() public method

it_should_implement_AttributeConverterInterface() public method

it_should_return_a_DateTime_object_with_the_correct_time_when_calling_fromLdap() public method

it_should_return_a_windows_timestamp_when_calling_toLdap() public method

Property Details

$genTime protected_oe property

protected $genTime

$timestamp protected_oe property

protected $timestamp