|
6774 | 6774 | 'MongoDB\Driver\Exception\WriteException::getTraceAsString' => ['string'],
|
6775 | 6775 | 'MongoDB\Driver\Exception\WriteException::getWriteResult' => ['MongoDB\Driver\WriteResult'],
|
6776 | 6776 | 'MongoDB\Driver\Manager::__construct' => ['void', 'uri'=>'string', 'options='=>'array', 'driverOptions='=>'array'],
|
| 6777 | +'MongoDB\Driver\Manager::createClientEncryption' => ['MongoDB\Driver\ClientEncryption', 'options='=>'array'], |
6777 | 6778 | 'MongoDB\Driver\Manager::addSubscriber' => ['void', 'subscriber'=>'MongoDB\Driver\Monitoring\Subscriber'],
|
6778 | 6779 | 'MongoDB\Driver\Manager::executeBulkWrite' => ['MongoDB\Driver\WriteResult', 'namespace'=>'string', 'bulk'=>'MongoDB\Driver\BulkWrite', 'options='=>'array|MongoDB\Driver\WriteConcern|null'],
|
6779 | 6780 | 'MongoDB\Driver\Manager::executeCommand' => ['MongoDB\Driver\Cursor', 'db'=>'string', 'command'=>'MongoDB\Driver\Command', 'options='=>'array|MongoDB\Driver\ReadPreference|null'],
|
6780 |
| -'MongoDB\Driver\Manager::executeDelete' => ['MongoDB\Driver\WriteResult', 'namespace'=>'string', 'filter'=>'array|object', 'deleteOptions='=>'array', 'writeConcern='=>'MongoDB\Driver\WriteConcern'], |
6781 |
| -'MongoDB\Driver\Manager::executeInsert' => ['MongoDB\Driver\WriteResult', 'namespace'=>'string', 'document'=>'array|object', 'writeConcern='=>'MongoDB\Driver\WriteConcern'], |
6782 | 6781 | 'MongoDB\Driver\Manager::executeQuery' => ['MongoDB\Driver\Cursor', 'namespace'=>'string', 'query'=>'MongoDB\Driver\Query', 'options='=>'array|MongoDB\Driver\ReadPreference|null'],
|
6783 |
| -'MongoDB\Driver\Manager::executeUpdate' => ['MongoDB\Driver\WriteResult', 'namespace'=>'string', 'filter'=>'array|object', 'newObj'=>'array|object', 'updateOptions='=>'array', 'writeConcern='=>'MongoDB\Driver\WriteConcern'], |
| 6782 | +'MongoDB\Driver\Manager::executeReadCommand' => ['MongoDB\Driver\Cursor', 'db'=>'string', 'command'=>'MongoDB\Driver\Command', 'options='=>'array|null'], |
| 6783 | +'MongoDB\Driver\Manager::executeReadWriteCommand' => ['MongoDB\Driver\Cursor', 'db'=>'string', 'command'=>'MongoDB\Driver\Command', 'options='=>'array|null'], |
| 6784 | +'MongoDB\Driver\Manager::executeWriteCommand' => ['MongoDB\Driver\Cursor', 'db'=>'string', 'command'=>'MongoDB\Driver\Command', 'options='=>'array|null'], |
| 6785 | +'MongoDB\Driver\Manager::getEncryptedFieldsMap' => ['array|object|null'], |
6784 | 6786 | 'MongoDB\Driver\Manager::getReadConcern' => ['MongoDB\Driver\ReadConcern'],
|
6785 | 6787 | 'MongoDB\Driver\Manager::getReadPreference' => ['MongoDB\Driver\ReadPreference'],
|
6786 | 6788 | 'MongoDB\Driver\Manager::getServers' => ['array'],
|
6787 | 6789 | 'MongoDB\Driver\Manager::getWriteConcern' => ['MongoDB\Driver\WriteConcern'],
|
| 6790 | +'MongoDB\Driver\Manager::removeSubscriber' => ['void', 'subscriber'=>'MongoDB\Driver\Monitoring\Subscriber'], |
6788 | 6791 | 'MongoDB\Driver\Manager::selectServer' => ['MongoDB\Driver\Server', 'readPreference'=>'MongoDB\Driver\ReadPreference'],
|
| 6792 | +'MongoDB\Driver\Manager::startSession' => ['void', 'options='=>'array|null'], |
| 6793 | +'MongoDB\Driver\Manager::__wakeup' => ['void'], |
6789 | 6794 | 'MongoDB\Driver\Query::__construct' => ['void', 'filter'=>'array|object', 'queryOptions='=>'array'],
|
6790 | 6795 | 'MongoDB\Driver\ReadConcern::__construct' => ['void', 'level='=>'string'],
|
6791 | 6796 | 'MongoDB\Driver\ReadConcern::bsonSerialize' => ['object'],
|
|
6795 | 6800 | 'MongoDB\Driver\ReadPreference::getMode' => ['int'],
|
6796 | 6801 | 'MongoDB\Driver\ReadPreference::getTagSets' => ['array'],
|
6797 | 6802 | 'MongoDB\Driver\Server::__construct' => ['void', 'host'=>'string', 'port'=>'string', 'options='=>'array', 'driverOptions='=>'array'],
|
6798 |
| -'MongoDB\Driver\Server::executeBulkWrite' => ['', 'namespace'=>'string', 'bulkWrite'=>'BulkWrite', 'options='=>'array|MongoDB\Driver\WriteConcern|nullarray|MongoDB\Driver\WriteConcern|null'], |
| 6803 | +'MongoDB\Driver\Server::executeBulkWrite' => ['', 'namespace'=>'string', 'bulkWrite'=>'MongoDB\Driver\BulkWrite', 'options='=>'array|MongoDB\Driver\WriteConcern|nullarray|MongoDB\Driver\WriteConcern|null'], |
6799 | 6804 | 'MongoDB\Driver\Server::executeCommand' => ['MongoDB\Driver\Cursor', 'db'=>'string', 'command'=>'MongoDB\Driver\Command', 'options='=>'array|MongoDB\Driver\ReadPreference|null'],
|
6800 |
| -'MongoDB\Driver\Server::executeQuery' => ['MongoDB\Driver\Cursor', 'namespace'=>'string', 'query'=>'MongoDB\Driver\Query', 'options='=>'array|RMongoDB\Driver\ReadPreference|null'], |
| 6805 | +'MongoDB\Driver\Server::executeQuery' => ['MongoDB\Driver\Cursor', 'namespace'=>'string', 'query'=>'MongoDB\Driver\Query', 'options='=>'array|MongoDB\Driver\ReadPreference|null'], |
6801 | 6806 | 'MongoDB\Driver\Server::getHost' => [''],
|
6802 | 6807 | 'MongoDB\Driver\Server::getInfo' => [''],
|
6803 | 6808 | 'MongoDB\Driver\Server::getLatency' => [''],
|
|
0 commit comments