The trait SimpleSAML\XML\TypedTextContentTrait requires some properties which are not provided by SimpleSAML\SAML2\XML\samlp\GetComplete: $localName, $namespaceURI
Loading history...
26
27
28
/** @var string */
29
public const TEXTCONTENT_TYPE = SAMLAnyURIValue::class;
30
31
32
/**
33
* Create a class from an array
34
*
35
* @param array $data
36
* @return static
37
*/
38
public static function fromArray(array $data): static