PHP Класс PHPMD\Renderer\XMLRenderer

Автор: Manuel Pichler ([email protected])
Наследование: extends PHPMD\AbstractRenderer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

renderReport() публичный Метод

This method will be called when the engine has finished the source analysis phase.
public renderReport ( PHPMD\Report $report ) : void
$report PHPMD\Report
Результат void

start() публичный Метод

This method will be called on all renderers before the engine starts the real report processing.
public start ( ) : void
Результат void