72 return parent::toXML($parent);
83 if ($parent === null) {
87 $doc = $parent->ownerDocument;
90 $parent->appendChild($element);
92 $value = $element->ownerDocument->createTextNode($this->value);
93 $element->appendChild(
$value);
toXML(\DOMElement $parent=null)
Convert this Issuer to XML.
const NAMEID_ENTITY
Entity NameID format.
const NS_SAML
The namespace for the SAML 2 assertions.