PHP 클래스 HippoPHP\Hippo\Reporters\CheckstyleReporter

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

보호된 프로퍼티들

프로퍼티 타입 설명
$fileSystem HippoPHP\Hippo\FileSystem
$filename string
$writer XMLWriter XML Writer.

공개 메소드들

메소드 설명
__construct ( FileSystem $fileSystem ) Creates a new writer object, ready to write XML.
addCheckResults ( File $file, array $checkResults ) Defined by ReportInterface.
finish ( ) Defined by ReportInterface.
setFilename ( $fileName )
start ( ) Defined by ReportInterface.

메소드 상세

__construct() 공개 메소드

Creates a new writer object, ready to write XML.
public __construct ( FileSystem $fileSystem )
$fileSystem HippoPHP\Hippo\FileSystem

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 ( )

setFilename() 공개 메소드

public setFilename ( $fileName )

start() 공개 메소드

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

프로퍼티 상세

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

protected FileSystem,HippoPHP\Hippo $fileSystem
리턴 HippoPHP\Hippo\FileSystem

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

protected string $filename
리턴 string

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

XML Writer.
protected XMLWriter $writer
리턴 XMLWriter