PHP Класс pchReporterDispatcher, php-commit-hooks

Dispatches the report to any number of other reporters
Наследование: extends pchReporter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$reporters array List of reporters to dispatch to.

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

Метод Описание
__construct ( array $reporters ) : void Construct reporter dispatcher
report ( pchRepository $repository, array $issues ) : void Report occured issues

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

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

Construct dispatcher from an array with any number of "child" reporters, which will then be called with the reporting results.
public __construct ( array $reporters ) : void
$reporters array
Результат void

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

Report occured issues, passed as an array.
public report ( pchRepository $repository, array $issues ) : void
$repository pchRepository
$issues array
Результат void

Описание свойств

$reporters защищенное свойство

List of reporters to dispatch to.
protected array $reporters
Результат array