| 1 | <?php |
||
| 8 | final class AggregateRootId |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var string |
||
| 12 | */ |
||
| 13 | private $identifier; |
||
| 14 | |||
| 15 | 6 | public function __construct(string $identifier) |
|
| 19 | |||
| 20 | 6 | public function toString(): string |
|
| 24 | |||
| 25 | public function toUuid(): UuidInterface |
||
| 29 | |||
| 30 | 6 | public static function create(): AggregateRootId |
|
| 34 | } |