PHP Class PHPMD\Renderer\TextRenderer

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

Méthodes publiques

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

Method Details

renderReport() public méthode

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