\phpDocumentor\Plugin\Core\Transformer\Writer\XmlArgumentConverter

Converter used to create an XML Element representing a method or function argument.

Summary

Methods
Properties
Constants
convert()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

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.

Returns

\DOMElement