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