1 | <?php |
||
17 | trait AggregateRootCapabilities |
||
18 | { |
||
19 | private $recordedEvents = []; |
||
20 | |||
21 | public function recordedEvents() |
||
25 | |||
26 | public function clearEvents() |
||
30 | |||
31 | protected function publish(DomainEvent $event) |
||
36 | |||
37 | protected function apply(DomainEvent $event) |
||
45 | |||
46 | private function record(DomainEvent $event) |
||
50 | } |
||
51 |