Total Complexity | 1 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | final class ServiceName extends AbstractServiceNameType |
||
17 | { |
||
18 | /** |
||
19 | * Create an instance of this object from its XML representation. |
||
20 | * |
||
21 | * @param \DOMElement $xml |
||
22 | * @return static |
||
23 | * |
||
24 | * @throws \SimpleSAML\XML\Exception\InvalidDOMElementException |
||
25 | * if the qualified name of the supplied element is wrong |
||
26 | */ |
||
27 | public static function fromXML(DOMElement $xml): static |
||
39 |