Doctrine\ODM\MongoDB\UnitOfWork::getScheduledCollectionUpdates PHP 메소드

getScheduledCollectionUpdates() 공개 메소드

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