Метод | Описание | |
---|---|---|
renderReport ( PHPMD\Report $report ) : void | This method will be called when the engine has finished the source analysis phase. | |
start ( ) : void | This method will be called on all renderers before the engine starts the real report processing. |
Метод | Описание | |
---|---|---|
maybeAdd ( string $attr, string $value ) : void | This method will write a xml attribute named $attr to the output when the given $value is not an empty string and is not null. |
public renderReport ( PHPMD\Report $report ) : void | ||
$report | PHPMD\Report | |
Результат | void |