| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class Id extends AbstractElement |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param string $id Unique identifier of X-Road message. |
||
| 16 | * According to the specification recommended |
||
| 17 | * form of message id is UUID. |
||
| 18 | * @see https://www.x-tee.ee/docs/live/xroad/pr-mess_x-road_message_protocol.html#22-message-headers |
||
| 19 | */ |
||
| 20 | public function __construct(string $id) |
||
| 27 |