| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | final class AuthenticationQuery extends AbstractAuthenticationQueryType |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Convert XML into a AuthenticationQuery |
||
| 25 | * |
||
| 26 | * @param \DOMElement $xml The XML element we should load |
||
| 27 | * @return static |
||
| 28 | * |
||
| 29 | * @throws \SimpleSAML\XML\Exception\InvalidDOMElementException |
||
| 30 | * if the qualified name of the supplied element is wrong |
||
| 31 | */ |
||
| 32 | public static function fromXML(DOMElement $xml): static |
||
| 46 |