mongo-php-library
mongo-php-library copied to clipboard
PHPLIB-1528 Add traits to implement Command and SDAM subscriber methods
Fix PHPLIB-1528
Make it easier to write partial implementations of interfaces CommandSubscriber and SDAMSubscriber.
Not adding a trait for LogSubscriber, as this interface contains only 1 method.
Waiting investigation if we implement this in C in the mongodb extension.