| 1 | <?php |
||
| 8 | class SynchronousEventStub implements Event |
||
| 9 | { |
||
| 10 | public function aggregateRootId(): AggregateRootId |
||
| 14 | |||
| 15 | public function eventVersion(): int |
||
| 19 | |||
| 20 | public function timeOfRecording(): PointInTime |
||
| 24 | |||
| 25 | public function toPayload(): array |
||
| 29 | |||
| 30 | public static function fromPayload(array $payload, AggregateRootId $aggregateRootId, PointInTime $timeOfRecording): Event |
||
| 34 | } |