Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | trait IdentityUuid |
||
11 | { |
||
12 | /** |
||
13 | * Set identity uuid |
||
14 | * |
||
15 | * @param string $identityUuid |
||
16 | * @return object |
||
17 | * @throws \LogicException |
||
18 | */ |
||
19 | public function setIdentityUuid(?string $identityUuid) |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Get identity uuid |
||
26 | * |
||
27 | * @return string |
||
28 | */ |
||
29 | public function getIdentityUuid(): ?string |
||
36 |