addInsert() public method
Adds the insert operation to the batch command.
See also executeBatch().
| public $this addInsert ( $document ) | ||
|---|---|---|
| $document | array |
Document to be inserted |
| return | $this |
Self reference. |
addInsert() public method
Adds the insert operation to the batch command.
See also executeBatch().
| public $this addInsert ( $document ) | ||
|---|---|---|
| $document | array |
Document to be inserted |
| return | $this |
Self reference. |
Please login to continue.