PHP Class Flitch\Report\Checkstyle

Inheritance: implements Flitch\Report\ReportInterface
Show file Open project: dasprid/flitch

Protected Properties

Property Type Description
$writer XMLWriter XML writer.

Public Methods

Method Description
__construct ( string $filename ) : void Create a new checkstyle report.
__destruct ( ) : void Close the file handle on destruct.
addFile ( File $file ) : void addFile(): defined by Report interface.

Method Details

__construct() public method

Create a new checkstyle report.
public __construct ( string $filename ) : void
$filename string
return void

__destruct() public method

Close the file handle on destruct.
public __destruct ( ) : void
return void

addFile() public method

addFile(): defined by Report interface.
See also: Report::addFile()
public addFile ( File $file ) : void
$file Flitch\File\File
return void

Property Details

$writer protected property

XML writer.
protected XMLWriter $writer
return XMLWriter