getScheduledDocumentInsertions() 공개 메소드

Gets the currently scheduled document insertions in this UnitOfWork.
예제 #1
0
파일: ODM.php 프로젝트: nahakiole/cloudrexx
 /**
  * Get the scheduled object insertions from a UnitOfWork
  *
  * @param UnitOfWork $uow
  * @return array
  */
 public function getScheduledObjectInsertions(UnitOfWork $uow)
 {
     return $uow->getScheduledDocumentInsertions();
 }