Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | abstract class AbstractLocalSimpleType extends AbstractSimpleType |
||
16 | { |
||
17 | /** |
||
18 | * Annotated constructor |
||
19 | * |
||
20 | * @param \SimpleSAML\XMLSchema\XML\Interface\SimpleDerivationInterface $derivation |
||
21 | * @param \SimpleSAML\XMLSchema\XML\Annotation|null $annotation |
||
22 | * @param \SimpleSAML\XMLSchema\Type\IDValue|null $id |
||
23 | * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes |
||
24 | */ |
||
25 | public function __construct( |
||
39 |