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