| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class RepresentedPartyReference implements IteratorAggregate |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var string[] |
||
| 20 | */ |
||
| 21 | private $parts; |
||
| 22 | |||
| 23 | public function getIterator() |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @see https://x-tee.ee/docs/live/xroad/pr-third_party_representation_extension.html |
||
| 34 | * @param string $reference reference of a party who is represented by client. |
||
| 35 | * format: [{partyClass}/]{partyCode} |
||
| 36 | * @param string $reference |
||
| 37 | */ |
||
| 38 | public function __construct(string $reference) |
||
| 43 |