The trait SimpleSAML\XML\Base64ElementTrait requires some properties which are not provided by SimpleSAML\SAML2\XML\samlp\Artifact: $localName, $namespaceURI
Loading history...
20
21
/**
22
* Initialize an artifact.
23
*
24
* @param string $content
25
*/
26
public function __construct(
27
string $content,
28
) {
29
$this->setContent($content);
30
}
31
32
33
/**
34
* Convert XML into an Artifact
35
*
36
* @param \DOMElement $xml The XML element we should load