PHP Class spec\LdapTools\Operation\QueryOperationSpec

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

Public Methods

Method Description
it_is_initializable ( )
it_should_add_ldap_controls ( )
it_should_add_post_operations ( )
it_should_add_pre_operations ( )
it_should_chain_the_setters ( )
it_should_clone_the_operator_collection ( )
it_should_get_a_log_formatted_array ( )
it_should_get_the_correct_ldap_function_for_the_given_scope ( )
it_should_get_the_name_of_the_operation ( )
it_should_implement_LdapOperationInterface ( )
it_should_return_the_arguments_for_the_ldap_function_in_the_correct_order ( )
it_should_set_a_size_limit_for_the_query ( )
it_should_set_the_attributes_to_return_for_the_query_operation ( )
it_should_set_the_base_dn_for_the_query_operation ( )
it_should_set_the_filter_for_the_query_operation ( )
it_should_set_the_page_size_for_the_query_operation ( )
it_should_set_the_scope_for_the_query_operation ( )
it_should_set_whether_paging_is_used_for_the_query_operation ( )
it_should_support_an_OperatorCollection_as_the_filter_value ( )
it_should_support_being_constructed_with_a_filter_and_attributes ( )
it_should_throw_a_query_exception_when_an_invalid_scope_is_used ( )
it_should_throw_an_exception_if_the_filter_is_empty_when_getting_the_arguments ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_add_ldap_controls() public method

it_should_add_post_operations() public method

it_should_add_pre_operations() public method

it_should_chain_the_setters() public method

it_should_clone_the_operator_collection() public method

it_should_get_a_log_formatted_array() public method

it_should_get_the_correct_ldap_function_for_the_given_scope() public method

it_should_get_the_name_of_the_operation() public method

it_should_implement_LdapOperationInterface() public method

it_should_return_the_arguments_for_the_ldap_function_in_the_correct_order() public method

it_should_set_a_size_limit_for_the_query() public method

it_should_set_the_attributes_to_return_for_the_query_operation() public method

it_should_set_the_base_dn_for_the_query_operation() public method

it_should_set_the_filter_for_the_query_operation() public method

it_should_set_the_page_size_for_the_query_operation() public method

it_should_set_the_scope_for_the_query_operation() public method

it_should_set_whether_paging_is_used_for_the_query_operation() public method

it_should_support_an_OperatorCollection_as_the_filter_value() public method

it_should_support_being_constructed_with_a_filter_and_attributes() public method

it_should_throw_a_query_exception_when_an_invalid_scope_is_used() public method

it_should_throw_an_exception_if_the_filter_is_empty_when_getting_the_arguments() public method

let() public method

public let ( )