Свойство | Тип | Описание | |
---|---|---|---|
$checks | array | List of checks registered in the runner and executed by the runner. | |
$reporter | pchReported | Reporter used to report issues found by the checks. |
Метод | Описание | |
---|---|---|
__construct ( ) : void | Constructor for pchRunner | |
register ( pchCheck $check ) : void | Register a check | |
run ( pchRepository $repository ) : void | Run all checks and report them | |
setReporter ( pchReporter $reporter ) : void | Set reporter |
public __construct ( ) : void | ||
Результат | void |
public setReporter ( pchReporter $reporter ) : void | ||
$reporter | pchReporter | |
Результат | void |
protected array $checks | ||
Результат | array |