| Total Complexity | 2 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | final class GetComplete extends AbstractSamlpElement implements SchemaValidatableElementInterface |
||
| 22 | { |
||
| 23 | use SchemaValidatableElementTrait; |
||
| 24 | use TypedTextContentTrait; |
||
|
|
|||
| 25 | |||
| 26 | /** @var string */ |
||
| 27 | public const TEXTCONTENT_TYPE = SAMLAnyURIValue::class; |
||
| 28 | |||
| 29 | |||
| 30 | /** |
||
| 31 | * Create a class from an array |
||
| 32 | * |
||
| 33 | * @param array $data |
||
| 34 | * @return static |
||
| 35 | */ |
||
| 36 | public static function fromArray(array $data): static |
||
| 43 | ); |
||
| 44 | } |
||
| 45 | |||
| 46 | |||
| 47 | /** |
||
| 48 | * Create an array from this class |
||
| 49 | * |
||
| 50 | * @return array |
||
| 51 | */ |
||
| 52 | public function toArray(): array |
||
| 57 |