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

17 lines
206 B
PHP

<?php
namespace MongoDB\Write;
final class Upsert
{
/**
* @return mixed
*/
function getId();
/**
* @return integer Batch index of the upsert
*/
function getIndex();
}