| 1 | <?php |
||
| 22 | class CollectInMemoryDomainEventsSubscriber implements DomainEventSubscriber |
||
| 23 | { |
||
| 24 | private $events; |
||
| 25 | |||
| 26 | public function __construct() |
||
| 30 | |||
| 31 | public function handle(DomainEvent $domainEvent) : void |
||
| 39 | |||
| 40 | public function isSubscribedTo(DomainEvent $domainEvent) : bool |
||
| 44 | |||
| 45 | public function events() : array |
||
| 49 | } |
||
| 50 |