Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PHPMD
Renderer
TextRenderer
PHP Class PHPMD\Renderer\TextRenderer
Author:
Manuel Pichler (
[email protected]
)
Inheritance:
extends
PHPMD\AbstractRenderer
Datei anzeigen
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