| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class BaseValue extends AnyURIValue implements AttributeTypeInterface |
||
| 16 | { |
||
| 17 | /** @var string */ |
||
| 18 | public const SCHEMA_TYPE = 'xs:anyURI'; |
||
| 19 | |||
| 20 | |||
| 21 | /** |
||
| 22 | * Convert this value to an attribute |
||
| 23 | * |
||
| 24 | * @return \SimpleSAML\XML\Attribute |
||
| 25 | */ |
||
| 26 | public function toAttribute(): Attribute |
||
| 31 |