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