Doctrine\ODM\MongoDB\UnitOfWork::getScheduledDocumentUpserts PHP Method

getScheduledDocumentUpserts() public method

Gets the currently scheduled document upserts in this UnitOfWork.
    public function getScheduledDocumentUpserts()
    {
        return $this->documentUpserts;
    }
UnitOfWork