PHP Class MongoDeleteBatch

See also: http://php.net/manual/en/class.mongodeletebatch.php
See also: http://php.net/manual/en/class.mongowritebatch.php
Inheritance: extends MongoWriteBatch
Datei anzeigen Open project: alcaeus/mongo-php-adapter Class Usage Examples

Public Methods

Method Description
__construct ( MongoCollection $collection, array $writeOptions = [] ) Creates a new batch of delete operations

Method Details

__construct() public method

Creates a new batch of delete operations
See also: http://php.net/manual/en/mongodeletebatch.construct.php
public __construct ( MongoCollection $collection, array $writeOptions = [] )
$collection MongoCollection
$writeOptions array