The trait SimpleSAML\SOAP\XML\QNameStringElementTrait requires some properties which are not provided by SimpleSAML\SOAP\XML\env\Value: $localName, $namespaceURI
Loading history...
20
21
22
/**
23
* Initialize a env:Value
24
*
25
* @param string $qname
26
* @param string|null $namespaceUri
27
*/
28
public function __construct(string $qname, ?string $namespaceUri = null)