The trait SimpleSAML\XML\TypedTextContentTrait requires some properties which are not provided by SimpleSAML\SAML2\XML\samlp\GetComplete: $localName, $namespaceURI
Loading history...
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