| Total Complexity | 1 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | abstract class AbstractSimpleExtensionType extends AbstractExtensionType |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * AbstractExtensionType constructor |
||
| 18 | * |
||
| 19 | * @param \SimpleSAML\XMLSchema\Type\Builtin\QNameValue $base |
||
| 20 | * @param ( |
||
| 21 | * \SimpleSAML\XMLSchema\XML\xs\LocalAttribute| |
||
| 22 | * \SimpleSAML\XMLSchema\XML\xs\ReferencedAttributeGroup |
||
| 23 | * )[] $attributes |
||
| 24 | * @param \SimpleSAML\XMLSchema\XML\xs\AnyAttribute|null $anyAttribute |
||
| 25 | * @param \SimpleSAML\XMLSchema\XML\xs\Annotation|null $annotation |
||
| 26 | * @param \SimpleSAML\XMLSchema\Type\Builtin\IDValue|null $id |
||
| 27 | * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes |
||
| 28 | */ |
||
| 29 | public function __construct( |
||
| 49 |