\phpDocumentor\Plugin\Core\Transformer\Writer\XmlMethodConverter

Converter used to create an XML Element representing the method, its arguments and its DocBlock.

In order to convert the arguments and DocBlock to their XML representation this class requires their respective converters.

Summary

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

Properties

Methods

convert()

convert(\DOMElement  $parent, \phpDocumentor\Descriptor\MethodDescriptor  $method) : \DOMElement

Export the given reflected method definition to the provided parent element.

Parameters

\DOMElement $parent

Element to augment.

\phpDocumentor\Descriptor\MethodDescriptor $method

Element to export.

Returns

\DOMElement