| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 50 | public function __construct(XmlInjectable ...$elements) |
||
| 51 | { |
||
| 52 | $this->elements = $elements; |
||
| 53 | |||
| 54 | $this->elements[] = new DOMElementInjection( |
||
| 55 | 'http://schemas.xmlsoap.org/soap/envelope/', |
||
| 56 | 'Header', |
||
| 57 | new \DOMElement( |
||
| 58 | 'protocolVersion', |
||
| 59 | '4.0', |
||
| 60 | 'http://x-road.eu/xsd/xroad.xsd' |
||
| 61 | ) |
||
| 65 |