Exports a method definition to the given DOMElement.

 Methods

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

export(\DOMElement $parent, \phpDocumentor\Reflection\ClassReflector\MethodReflector $method) : void

Parameters

$parent

\DOMElement

Element to augment.

$method

\phpDocumentor\Reflection\ClassReflector\MethodReflector

Element to export.