Total Complexity | 3 |
Total Lines | 22 |
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 | public $sptype = 'public'; |
||
13 | |||
14 | public function __construct(?DOMElement $xml = null) |
||
19 | } |
||
20 | } |
||
21 | |||
22 | public function toXML(DOMElement $parent): DOMElement |
||
30 | } |
||
31 | } |