PHP Class spec\LdapTools\AttributeConverter\ConvertIntegerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_convert_the_integer_from_php_to_the_correct_string_integer_for_ldap ( )
it_should_convert_the_string_integer_from_ldap_to_the_correct_integer ( )
it_should_implement_AttributeConverterInterface ( )
it_should_return_a_integer_when_calling_fromLdap ( )
it_should_return_a_string_when_calling_toLdap ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_convert_the_integer_from_php_to_the_correct_string_integer_for_ldap() public method

it_should_convert_the_string_integer_from_ldap_to_the_correct_integer() public method

it_should_implement_AttributeConverterInterface() public method

it_should_return_a_integer_when_calling_fromLdap() public method

it_should_return_a_string_when_calling_toLdap() public method