| 1 | <?php |
||
| 11 | class CommandWithMetadata |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var Command |
||
| 16 | */ |
||
| 17 | private $command; |
||
| 18 | private $metadata; |
||
| 19 | |||
| 20 | 9 | public function __construct( |
|
| 28 | |||
| 29 | 9 | public function getCommand(): Command |
|
| 33 | |||
| 34 | 9 | public function getMetadata():?CommandMetadata |
|
| 38 | |||
| 39 | 9 | public function getAggregateId() |
|
| 43 | } |