/** * Get the scheduled object updates from a UnitOfWork * * @param UnitOfWork $uow * @return array */ public function getScheduledObjectUpdates(UnitOfWork $uow) { return $uow->getScheduledDocumentUpdates(); }