| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | abstract class AbstractMGFType extends AbstractAlgorithmIdentifierType implements |
||
| 17 | SchemaValidatableElementInterface |
||
| 18 | { |
||
| 19 | use SchemaValidatableElementTrait; |
||
|
|
|||
| 20 | |||
| 21 | |||
| 22 | /** |
||
| 23 | * MGFType constructor. |
||
| 24 | * |
||
| 25 | * @param \SimpleSAML\XMLSchema\Type\AnyURIValue $Algorithm |
||
| 26 | */ |
||
| 27 | public function __construct( |
||
| 33 |