PHP 클래스 pchReporterDispatcher, php-commit-hooks

Dispatches the report to any number of other reporters
상속: extends pchReporter
파일 보기 프로젝트 열기: kore/php-commit-hooks

보호된 프로퍼티들

프로퍼티 타입 설명
$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