56 return parent::toXML($parent);
63 if ($parent === null) {
67 $doc = $parent->ownerDocument;
70 $parent->appendChild($element);
72 $value = $element->ownerDocument->createTextNode($this->value);
73 $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.