The trait SimpleSAML\XML\ExtendableAttributesTrait requires some properties which are not provided by SimpleSAML\WSSecurity\XM...bleAttributesDocumented: $localName, $nodeValue, $namespaceURI, $prefix, $attributes
Loading history...
19
20
/** The namespace-attribute for the xs:anyAttribute element */
21
public const XS_ANY_ATTR_NAMESPACE = NS::OTHER;
22
23
24
/**
25
* Initialize a wsdl:tExtensibleAttributesDocumented
26
*
27
* @param \SimpleSAML\XML\Attribute[] $attributes
28
*/
29
public function __construct(array $attributes = [])
30
{
31
parent::__construct(/* TODO wsdl:documentation not implemented */);
32
$this->setAttributesNS($attributes);
33
}
34
35
36
/**
37
* Test if an object, at the state it's in, would produce an empty XML-element