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