PHP 클래스 HippoPHP\Hippo\Reporters\ArrayReporter

저자: James Brooks ([email protected])
상속: implements HippoPHP\Hippo\Reporters\ReporterInterface
파일 보기 프로젝트 열기: hippophp/hippo

보호된 프로퍼티들

프로퍼티 타입 설명
$report array Report array.

공개 메소드들

메소드 설명
addCheckResults ( File $file, array $checkResults ) Defined by ReportInterface.
finish ( ) Defined by ReportInterface.
getReport ( ) : array Returns the reports array.
start ( ) Defined by ReportInterface.

비공개 메소드들

메소드 설명
getArrayKey ( Violation $violation ) : string Generates a key for a violation.

메소드 상세

addCheckResults() 공개 메소드

Defined by ReportInterface.
또한 보기: ReportInterface::addCheckResults()
public addCheckResults ( File $file, array $checkResults )
$file HippoPHP\Hippo\File
$checkResults array

finish() 공개 메소드

Defined by ReportInterface.
또한 보기: ReportInterface::finish()
public finish ( )

getReport() 공개 메소드

Returns the reports array.
public getReport ( ) : array
리턴 array

start() 공개 메소드

Defined by ReportInterface.
또한 보기: ReportInterface::start()
public start ( )

프로퍼티 상세

$report 보호되어 있는 프로퍼티

Report array.
protected array $report
리턴 array