| Total Complexity | 1 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | abstract class AbstractComplexRestrictionType extends AbstractRestrictionType |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * AbstractRestrictionType constructor |
||
| 20 | * |
||
| 21 | * @param \SimpleSAML\XMLSchema\Type\QNameValue $base |
||
| 22 | * @param \SimpleSAML\XMLSchema\XML\Interface\TypeDefParticleInterface|null $particle |
||
| 23 | * @param ( |
||
| 24 | * \SimpleSAML\XMLSchema\XML\LocalAttribute| |
||
| 25 | * \SimpleSAML\XMLSchema\XML\ReferencedAttributeGroup |
||
| 26 | * )[] $attributes |
||
| 27 | * @param \SimpleSAML\XMLSchema\XML\AnyAttribute|null $anyAttribute |
||
| 28 | * @param \SimpleSAML\XMLSchema\XML\Annotation|null $annotation |
||
| 29 | * @param \SimpleSAML\XMLSchema\Type\IDValue|null $id |
||
| 30 | * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes |
||
| 31 | */ |
||
| 32 | public function __construct( |
||
| 55 |