Files
mongo-php-driver/docs/api/MongoDB/Write/BulkResult.php
2014-06-12 03:19:17 -04:00

9 lines
186 B
PHP

<?php
namespace MongoDB\Write;
interface BulkResult extends InsertResult, UpdateResult, DeleteResult
{
// Note: this interface would exist alongside Bulk API in the userland lib
}