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