Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
spec
LdapTools
AttributeConverter
ConvertAccountExpirationSpec
PHP Class spec\LdapTools\AttributeConverter\ConvertAccountExpirationSpec
Inheritance:
extends
PhpSpec\ObjectBehavior
Mostrar archivo
Open project: ldaptools/ldaptools
Public Methods
Method
Description
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
( )
Method Details
it_is_initializable()
public
method
public
it_is_initializable
( )
it_should_convert_a_bool_false_to_a_zero_when_going_to_ldap()
public
method
public
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()
public
method
public
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()
public
method
public
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()
public
method
public
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()
public
method
public
it_should_convert_an_account_with_an_expiration_date_to_a_datetime_object
( )
it_should_implement_AttributeConverterInterface()
public
method
public
it_should_implement_AttributeConverterInterface
( )
it_should_throw_an_attribute_converter_exception_if_the_value_to_ldap_is_not_supported()
public
method
public
it_should_throw_an_attribute_converter_exception_if_the_value_to_ldap_is_not_supported
( )