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