The trait SimpleSAML\SAML2\XML\URIElementTrait requires some properties which are not provided by SimpleSAML\SAML2\XML\samlp\GetComplete: $localName, $namespaceURI
Loading history...
24
25
26
/**
27
* @param string $content
28
*/
29
public function __construct(string $content)
30
{
31
$this->setContent($content);
32
}
33
34
35
/**
36
* Create a class from an array
37
*
38
* @param array $data
39
* @return static
40
*/
41
public static function fromArray(array $data): static