Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
spec
LdapTools
AttributeConverter
ConvertIntegerSpec
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
public
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()
public
method
public
it_should_convert_the_string_integer_from_ldap_to_the_correct_integer
( )
it_should_implement_AttributeConverterInterface()
public
method
public
it_should_implement_AttributeConverterInterface
( )
it_should_return_a_integer_when_calling_fromLdap()
public
method
public
it_should_return_a_integer_when_calling_fromLdap
( )
it_should_return_a_string_when_calling_toLdap()
public
method
public
it_should_return_a_string_when_calling_toLdap
( )