| 1 | <?php |
||
| 11 | class EventsApplierOnAggregate |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param $aggregate |
||
| 15 | * @param EventWithMetaData[] $priorEvents |
||
| 16 | */ |
||
| 17 | 17 | public function applyEventsOnAggregate($aggregate, $priorEvents) |
|
| 23 | |||
| 24 | 14 | private function applyEvent($aggregate, EventWithMetaData $eventWithMetaData) |
|
| 32 | |||
| 33 | 15 | public static function getMethodName($event) |
|
| 39 | } |