| Total Complexity | 1 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | abstract class AbstractReferencedGroup extends AbstractRealGroup |
||
| 16 | { |
||
| 17 | /** The namespace-attribute for the xs:anyAttribute element */ |
||
| 18 | public const XS_ANY_ATTR_NAMESPACE = NamespaceEnum::Other; |
||
| 19 | |||
| 20 | |||
| 21 | /** |
||
| 22 | * Group constructor |
||
| 23 | * |
||
| 24 | * @param \SimpleSAML\XMLSchema\Type\Builtin\QNameValue $reference |
||
| 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( |
||
| 43 |