Doctrine\ODM\MongoDB\UnitOfWork::getScheduledCollectionUpdates PHP Méthode

getScheduledCollectionUpdates() public méthode

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