The trait SimpleSAML\XML\QNameElementTrait requires some properties which are not provided by SimpleSAML\SAML11\XML\samlp\RespondWith: $localName, $namespaceURI
Loading history...
17
18
19
/**
20
* Initialize a samlp:RespondWith
21
*
22
* @param string $qname
23
* @param string|null $namespaceUri
24
*/
25
public function __construct(string $qname, ?string $namespaceUri = null)