PHP Интерфейс HippoPHP\Hippo\Reporters\ReporterInterface

Показать файл Открыть проект

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

Метод Описание
addCheckResults ( File $file, array $checkResult ) Adds a check result to the report.
finish ( ) : mixed Method called at the end of a check.
start ( ) : mixed Method called at the beginning of a check.

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

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

Adds a check result to the report.
public addCheckResults ( File $file, array $checkResult )
$file HippoPHP\Hippo\File
$checkResult array

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

Method called at the end of a check.
public finish ( ) : mixed
Результат mixed

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

Method called at the beginning of a check.
public start ( ) : mixed
Результат mixed