convert()
convert(\DOMElement $parent, \phpDocumentor\Descriptor\ArgumentDescriptor $argument) : \DOMElement
Exports the given reflection object to the parent XML element.
This method creates a new child element on the given parent XML element and takes the properties of the Reflection argument and sets the elements and attributes on the child.
Parameters
\DOMElement | $parent | The parent element to augment. |
\phpDocumentor\Descriptor\ArgumentDescriptor | $argument | The data source. |