$docBlockConverter
$docBlockConverter : \phpDocumentor\Plugin\Core\Transformer\Writer\Xml\DocBlockConverter
Converter used to create an XML Element representing the constant and its DocBlock.
In order to convert the DocBlock to its XML representation this class requires the respective converter.
$docBlockConverter : \phpDocumentor\Plugin\Core\Transformer\Writer\Xml\DocBlockConverter
__construct(\phpDocumentor\Plugin\Core\Transformer\Writer\Xml\DocBlockConverter $docBlockConverter)
Initializes this converter with the DocBlock converter.
\phpDocumentor\Plugin\Core\Transformer\Writer\Xml\DocBlockConverter | $docBlockConverter |
convert(\DOMElement $parent, \phpDocumentor\Descriptor\ConstantDescriptor $constant) : \DOMElement
Export the given reflected constant definition to the provided parent element.
\DOMElement | $parent | Element to augment. |
\phpDocumentor\Descriptor\ConstantDescriptor | $constant | Element to export. |