PHP 인터페이스 HippoPHP\Hippo\Reporters\ReporterInterface

파일 보기 프로젝트 열기: hippophp/hippo

공개 메소드들

메소드 설명
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