The trait SimpleSAML\SAML2\XML\StringElementTrait requires some properties which are not provided by SimpleSAML\SAML2\XML\md\TelephoneNumber: $localName, $namespaceURI
Loading history...
27
28
29
/**
30
* @param string $content
31
*/
32
public function __construct(string $content)
33
{
34
$this->setContent($content);
35
}
36
37
38
/**
39
* Create a class from an array
40
*
41
* @param array $data
42
* @return static
43
*/
44
public static function fromArray(array $data): static