Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | final class ClientReference implements IteratorAggregate |
||
13 | { |
||
14 | /** |
||
15 | * @var string[] |
||
16 | */ |
||
17 | private $parts; |
||
18 | |||
19 | 1 | public function getIterator() |
|
29 | ); |
||
30 | 1 | } |
|
31 | |||
32 | /** |
||
33 | * @param string $reference reference to the client. |
||
34 | * Format: {xRoadInstance}/{memberClass/{memberCode}/{subsystemCode} |
||
35 | * Example: EE/COM/00000000/sys |
||
36 | */ |
||
37 | 2 | public function __construct(string $reference) |
|
47 |