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