Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class EidasSPType extends Chunk |
||
9 | { |
||
10 | const NS_EIDAS = 'http://eidas.europa.eu/saml-extensions'; |
||
11 | const LOCAL_NAME = 'SPType'; |
||
12 | const QUALIFIED_NAME = 'eidas:' . self::LOCAL_NAME; |
||
13 | public $sptype = 'public'; |
||
14 | |||
15 | public function __construct(?DOMElement $xml = null) |
||
20 | } |
||
21 | } |
||
22 | |||
23 | public function toXML(DOMElement $parent): DOMElement |
||
31 | } |
||
32 | } |