Beispiel #1
0
 /**
  * Return aggregate roots recorded events
  *
  * @return DomainEvent[]
  */
 public function getChanges()
 {
     return $this->aggregateRoot->getRecordedEvents();
 }