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