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