1 | <?php |
||
9 | class CommandHandlerAndAggregate |
||
10 | { |
||
11 | |||
12 | /** |
||
13 | * @var CommandHandlerDescriptor |
||
14 | */ |
||
15 | private $commandHandler; |
||
16 | private $aggregate; |
||
17 | |||
18 | 9 | public function __construct( |
|
26 | |||
27 | /** |
||
28 | * @return CommandHandlerDescriptor |
||
29 | */ |
||
30 | 9 | public function getCommandHandler(): CommandHandlerDescriptor |
|
34 | |||
35 | 9 | public function getAggregate() |
|
39 | } |