PHP Class spec\LdapTools\AttributeConverter\ConvertBooleanSpec

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

Public Methods

Method Description
it_is_initializable ( )
it_should_implement_AttributeConverterInterface ( )
it_should_return_a_ldap_false_bool_from_a_php_false_bool ( )
it_should_return_a_ldap_true_bool_from_a_php_true_bool ( )
it_should_return_a_php_bool_from_a_ldap_bool ( )
it_should_return_a_php_false_bool_from_a_ldap_false_bool ( )
it_should_return_a_php_true_bool_from_a_ldap_true_bool ( )
it_should_return_a_string_when_calling_toLdap ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_implement_AttributeConverterInterface() public method

it_should_return_a_ldap_false_bool_from_a_php_false_bool() public method

it_should_return_a_ldap_true_bool_from_a_php_true_bool() public method

it_should_return_a_php_bool_from_a_ldap_bool() public method

it_should_return_a_php_false_bool_from_a_ldap_false_bool() public method

it_should_return_a_php_true_bool_from_a_ldap_true_bool() public method

it_should_return_a_string_when_calling_toLdap() public method