MongoDB\Client::getManager()
On this page
Definition
MongoDB\Client::getManager()
Accessor for the MongoDB\Driver\Manager used by this
Client
.function getManager(): MongoDB\Manager
Return Values
A MongoDB\Driver\Manager object.
On this page
MongoDB\Client::getManager()
Accessor for the
MongoDB\Driver\Manager used by this
Client
.
function getManager(): MongoDB\Manager
A MongoDB\Driver\Manager object.
On this page