Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class IDRefsValue extends TokenValue implements ListTypeInterface |
||
15 | { |
||
16 | /** |
||
17 | * Validate the value. |
||
18 | * |
||
19 | * @param string $value |
||
20 | * @throws \SimpleSAML\XML\Exception\SchemaViolationException on failure |
||
21 | * @return void |
||
22 | */ |
||
23 | protected function validateValue(string $value): void |
||
27 | } |
||
28 | |||
29 | |||
30 | /** |
||
31 | * Convert this xs:IDREFS to an array of xs:IDREF items |
||
32 | * |
||
33 | * @return array<\SimpleSAML\XML\Type\IDRefValue> |
||
34 | */ |
||
35 | public function toArray(): array |
||
41 |