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

getScheduledCollectionUpdates() public method

Gets the currently scheduled collection inserts, updates and deletes.
    public function getScheduledCollectionUpdates()
    {
        return $this->collectionUpdates;
    }
UnitOfWork