Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | final class Issue extends DOMElementAsSoapHeaderElement |
||
11 | { |
||
12 | /** |
||
13 | * @param string $issue Identifies received application, issue or document |
||
14 | * that was the cause of the service request. This |
||
15 | * field may be used by the client information system |
||
16 | * to connect service requests (and responses) to |
||
17 | * working procedures. |
||
18 | */ |
||
19 | 1 | public function __construct(string $issue) |
|
30 |