Commit bf64a554 authored by Hannes Magnusson's avatar Hannes Magnusson

folding markers

parent 265643d8
......@@ -185,7 +185,7 @@ class Collection {
);
} /* }}} */
function bulkWrite(array $bulk, array $options = array()) {
function bulkWrite(array $bulk, array $options = array()) { /* {{{ */
$options = array_merge($this->getBulkOptions(), $options);
$batch = new WriteBatch($options["ordered"]);
......@@ -250,7 +250,7 @@ class Collection {
}
}
return $this->manager->executeWriteBatch($this->ns, $batch, $this->wc);
}
} /* }}} */
function insertOne(array $filter) { /* {{{ */
$options = array_merge($this->getWriteOptions());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment