1 | <?php |
||
21 | class CollectInMemoryDomainEventsSubscriber implements DomainEventSubscriber |
||
22 | { |
||
23 | private $events; |
||
24 | |||
25 | public function __construct() |
||
29 | |||
30 | public function handle(DomainEvent $domainEvent) |
||
34 | |||
35 | public function isSubscribedTo(DomainEvent $domainEvent) |
||
39 | |||
40 | public function events() |
||
44 | } |
||
45 |