Total Complexity | 3 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | abstract class AbstractCharTwoFieldParamsType extends AbstractDsig11Element |
||
15 | { |
||
16 | /** |
||
17 | * Initialize a CharTwoFieldParamsType element. |
||
18 | * |
||
19 | * @param \SimpleSAML\XMLSecurity\XML\dsig11\M $m |
||
20 | */ |
||
21 | public function __construct( |
||
24 | } |
||
25 | |||
26 | |||
27 | /** |
||
28 | * Collect the value of the m-property |
||
29 | * |
||
30 | * @return \SimpleSAML\XMLSecurity\XML\dsig11\M |
||
31 | */ |
||
32 | public function getM(): M |
||
35 | } |
||
36 | |||
37 | |||
38 | /** |
||
39 | * Convert this CharTwoFieldParamsType element to XML. |
||
40 | * |
||
41 | * @param \DOMElement|null $parent The element we should append this CharTwoFieldParamsType element to. |
||
42 | * @return \DOMElement |
||
43 | */ |
||
44 | public function toXML(?DOMElement $parent = null): DOMElement |
||
52 |