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

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

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

Метод Описание
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 ( )

Описание методов

it_is_initializable() публичный Метод

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