PHP 클래스 alexia\mar\reporter

파일 보기 프로젝트 열기: alexia/php7mar

공개 메소드들

메소드 설명
__construct ( $projectPath, $reportFolder = null ) : void Main Constructor
add ( $line, $nlBefore, $nlAfter ) : void Add a new line to the report.
addSections ( ) : void Add sections in the buffer to the output.
addToSection ( $section, $test, $filePath, $lineNumber, $codeLine ) : void Add text to the specified section.
getReportFilePath ( ) : string Return the file path of the report.
onShutdown ( ) : void Handle any file clean up on shutdown.

메소드 상세

__construct() 공개 메소드

Main Constructor
public __construct ( $projectPath, $reportFolder = null ) : void
리턴 void

add() 공개 메소드

Add a new line to the report.
public add ( $line, $nlBefore, $nlAfter ) : void
리턴 void

addSections() 공개 메소드

Add sections in the buffer to the output.
public addSections ( ) : void
리턴 void

addToSection() 공개 메소드

Add text to the specified section.
public addToSection ( $section, $test, $filePath, $lineNumber, $codeLine ) : void
리턴 void

getReportFilePath() 공개 메소드

Return the file path of the report.
public getReportFilePath ( ) : string
리턴 string File Path

onShutdown() 공개 메소드

Handle any file clean up on shutdown.
public onShutdown ( ) : void
리턴 void