PHP Class spec\LdapTools\Schema\LdapObjectSchemaSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_allow_multiple_objectclasses_when_calling_setObjectClass ( )
it_should_be_able_to_tell_whether_a_specific_attribute_should_return_an_array ( )
it_should_get_the_converter_for_an_attribute ( )
it_should_have_an_empty_default_container_when_instantiated ( )
it_should_have_an_empty_for_converter_options_when_instantiated ( )
it_should_implement_CacheableItemInterface ( )
it_should_properly_set_attributes_that_should_always_return_an_array ( )
it_should_properly_set_the_converter_options ( )
it_should_properly_set_the_default_attributes_to_get_when_calling_setAttributesToSelect ( )
it_should_properly_set_the_default_container ( )
it_should_return_a_string_when_calling_getObjectCategory ( )
it_should_return_a_string_when_calling_getObjectType ( )
it_should_return_a_string_when_calling_getSchemaName ( )
it_should_return_all_names_mapped_to_one_attribute_when_calling_getNamesMappedToAttribute ( )
it_should_return_an_array_when_calling_getAttributeMap ( )
it_should_return_an_array_when_calling_getAttributesToSelect ( )
it_should_return_an_array_when_calling_getConverterMap ( )
it_should_return_an_array_when_calling_getObjectClass ( )
it_should_return_false_when_calling_hasAttribute_and_the_attribute_is_not_in_the_schema ( )
it_should_return_the_correct_object_type_when_constructed_with_one ( )
it_should_return_the_correct_schema_name_when_constructed_with_one ( )
it_should_return_the_default_repository_when_calling_getRepository ( )
it_should_return_the_mapped_attribute_when_calling_getAttributeToLdap ( )
it_should_return_the_same_attribute_you_pass_it_when_calling_getAttributeToLdap_and_there_is_no_mapping ( )
it_should_return_true_when_calling_hasAttribute_and_the_attribute_is_in_the_schema ( )
it_should_return_whether_an_ldap_attribute_has_a_name_mapped_to_it_when_calling_hasNameMappedToAttribute ( )
it_should_set_ldap_controls ( )
it_should_set_the_attribute_map_when_calling_setAttributeMap ( )
it_should_set_the_base_dn ( )
it_should_set_the_converter_map_when_calling_setConverterMap ( )
it_should_set_the_default_values_when_calling_setDefaultValues ( )
it_should_set_the_filter ( )
it_should_set_the_object_type_when_calling_setObjectType ( )
it_should_set_the_objectcategory_when_calling_setObjectCategory ( )
it_should_set_the_objectclass_when_calling_setObjectClass ( )
it_should_set_the_repository_when_calling_setRepository ( )
it_should_set_the_required_attributes_when_calling_setRequiredAttributes ( )
it_should_set_the_schema_name_when_calling_setSchemaName ( )
it_should_set_the_scope ( )
it_should_set_whether_paging_is_used ( )
it_should_throw_an_error_if_the_converter_doesnt_exist ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_allow_multiple_objectclasses_when_calling_setObjectClass() public method

it_should_be_able_to_tell_whether_a_specific_attribute_should_return_an_array() public method

it_should_get_the_converter_for_an_attribute() public method

it_should_have_an_empty_default_container_when_instantiated() public method

it_should_have_an_empty_for_converter_options_when_instantiated() public method

it_should_implement_CacheableItemInterface() public method

it_should_properly_set_attributes_that_should_always_return_an_array() public method

it_should_properly_set_the_converter_options() public method

it_should_properly_set_the_default_attributes_to_get_when_calling_setAttributesToSelect() public method

it_should_properly_set_the_default_container() public method

it_should_return_a_string_when_calling_getObjectCategory() public method

it_should_return_a_string_when_calling_getObjectType() public method

it_should_return_a_string_when_calling_getSchemaName() public method

it_should_return_all_names_mapped_to_one_attribute_when_calling_getNamesMappedToAttribute() public method

it_should_return_an_array_when_calling_getAttributeMap() public method

it_should_return_an_array_when_calling_getAttributesToSelect() public method

it_should_return_an_array_when_calling_getConverterMap() public method

it_should_return_an_array_when_calling_getObjectClass() public method

it_should_return_false_when_calling_hasAttribute_and_the_attribute_is_not_in_the_schema() public method

it_should_return_the_correct_object_type_when_constructed_with_one() public method

it_should_return_the_correct_schema_name_when_constructed_with_one() public method

it_should_return_the_default_repository_when_calling_getRepository() public method

it_should_return_the_mapped_attribute_when_calling_getAttributeToLdap() public method

it_should_return_the_same_attribute_you_pass_it_when_calling_getAttributeToLdap_and_there_is_no_mapping() public method

it_should_return_true_when_calling_hasAttribute_and_the_attribute_is_in_the_schema() public method

it_should_return_whether_an_ldap_attribute_has_a_name_mapped_to_it_when_calling_hasNameMappedToAttribute() public method

it_should_set_ldap_controls() public method

it_should_set_the_attribute_map_when_calling_setAttributeMap() public method

it_should_set_the_base_dn() public method

it_should_set_the_converter_map_when_calling_setConverterMap() public method

it_should_set_the_default_values_when_calling_setDefaultValues() public method

it_should_set_the_filter() public method

it_should_set_the_object_type_when_calling_setObjectType() public method

it_should_set_the_objectcategory_when_calling_setObjectCategory() public method

it_should_set_the_objectclass_when_calling_setObjectClass() public method

it_should_set_the_repository_when_calling_setRepository() public method

it_should_set_the_required_attributes_when_calling_setRequiredAttributes() public method

it_should_set_the_schema_name_when_calling_setSchemaName() public method

it_should_set_the_scope() public method

it_should_set_whether_paging_is_used() public method

it_should_throw_an_error_if_the_converter_doesnt_exist() public method

let() public method

public let ( )