1 | <?php |
||
12 | class SynchronousEventStub implements Event |
||
13 | { |
||
14 | public function aggregateRootId(): AggregateRootId |
||
18 | |||
19 | public function eventVersion(): int |
||
23 | |||
24 | public function timeOfRecording(): PointInTime |
||
28 | |||
29 | public function toPayload(): array |
||
33 | |||
34 | public static function fromPayload(array $payload, AggregateRootId $aggregateRootId, PointInTime $timeOfRecording): Event |
||
38 | } |