| 1 | <?php |
||
| 11 | class CommandWithMetadata |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var Command |
||
| 16 | */ |
||
| 17 | private $command; |
||
| 18 | private $metadata; |
||
| 19 | |||
| 20 | 5 | public function __construct( |
|
| 28 | |||
| 29 | 5 | public function getCommand(): Command |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @return mixed |
||
| 36 | */ |
||
| 37 | 5 | public function getMetadata() |
|
| 41 | |||
| 42 | 5 | public function getAggregateId() |
|
| 46 | } |