PHP Class PHPMD\Renderer\TextRenderer

Author: Manuel Pichler ([email protected])
Inheritance: extends PHPMD\AbstractRenderer
Show file Open project: phpmd/phpmd Class Usage Examples

Public Methods

Method Description
renderReport ( PHPMD\Report $report ) : void This method will be called when the engine has finished the source analysis phase.

Method Details

renderReport() public method

This method will be called when the engine has finished the source analysis phase.
public renderReport ( PHPMD\Report $report ) : void
$report PHPMD\Report
return void