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