Exemplo n.º 1
0
 /**
  * Mark the aggregate-root as comitted, meaning all pending changes have been persisted by the UOW.
  */
 public function markAsComitted()
 {
     $this->uncomitted_events_list->clear();
 }