| Total Complexity | 1 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class AttributeDesignator extends AbstractAttributeDesignatorType |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Convert XML into an AttributeDesignatorType |
||
| 20 | * |
||
| 21 | * @param \DOMElement $xml The XML element we should load |
||
| 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 |
||
| 38 |