Phalcon\Db\Adapter\Mongo\Collection::batchInsert PHP Method

batchInsert() public method

public batchInsert ( array $col, $options = [] )
$col array
    public function batchInsert(array $col, $options = [])
    {
        //TODO: iterate props and create db refs
    }