Method |
Description |
|
it_is_initializable ( ) |
|
|
it_should_NOT_switch_the_server_if_the_operation_doesnt_request_it ( OperationHandler $handler, $connection, $dispatcher ) |
|
|
it_should_NOT_switch_the_server_if_the_server_is_already_active ( OperationHandler $handler, $connection, $dispatcher ) |
|
|
it_should_add_a_handler ( ) |
|
|
it_should_connect_if_not_yet_bound_on_execution ( OperationHandler $handler, $dispatcher, $connection ) |
|
|
it_should_execute_all_child_operations ( $connection, $dispatcher, OperationHandler $handler, DeleteOperation $operation, AddOperation $preOperation, AddOperation $postOperation ) |
|
|
it_should_execute_an_operation_with_the_correct_handler ( $dispatcher, $connection, OperationHandler $handler, QueryOperationHandler $queryHandler, DeleteOperation $operation ) |
|
|
it_should_implement_the_operation_invoker_interface ( ) |
|
|
it_should_not_connect_before_or_after_an_authentication_operation_with_a_specific_server_set ( $connection ) |
|
|
it_should_not_connect_if_not_yet_bound_on_an_AuthenticationOperation ( OperationHandler $handler, $connection, $dispatcher ) |
|
|
it_should_not_idle_reconnect_on_an_authentication_operation ( OperationHandler $handler, $connection, $dispatcher ) |
|
|
it_should_not_reconnect_a_connection_that_hasnt_been_idle_too_long ( OperationHandler $handler, $connection, $dispatcher ) |
|
|
it_should_reconnect_a_connection_that_has_been_idle_too_long ( OperationHandler $handler, $connection, $dispatcher ) |
|
|
it_should_set_controls_specified_by_the_operation ( OperationHandler $handler, $connection, $dispatcher ) |
|
|
it_should_skip_batch_operations_that_are_empty ( OperationHandler $handler ) |
|
|
it_should_switch_the_server_if_the_operation_requested_it ( OperationHandler $handler, $connection, $dispatcher ) |
|
|
it_should_trigger_an_event_before_and_after_operation_execution ( $dispatcher ) |
|
|
let ( LdapTools\Connection\LdapConnectionInterface $connection, LdapTools\Event\EventDispatcherInterface $dispatcher, LdapTools\Log\LdapLoggerInterface $logger ) |
|
|