1 | <?php |
||
8 | trait ProjectsEvents |
||
9 | { |
||
10 | public function hasReceivedAllPriorEvents(StoredEvent $storedEvent): bool |
||
14 | |||
15 | public function rememberReceivedEvent(StoredEvent $storedEvent) |
||
19 | |||
20 | public function hasReceivedAllEvents(): bool |
||
24 | |||
25 | public function getName(): string |
||
29 | |||
30 | protected function getStatus(): ProjectorStatus |
||
34 | |||
35 | |||
36 | } |