PHP Interface HippoPHP\Hippo\Reporters\ReporterInterface

Show file Open project: hippophp/hippo

Public Methods

Method Description
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.

Method Details

addCheckResults() public method

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

finish() public method

Method called at the end of a check.
public finish ( ) : mixed
return mixed

start() public method

Method called at the beginning of a check.
public start ( ) : mixed
return mixed