PHP Class Flitch\Report\Checkstyle

Inheritance: implements Flitch\Report\ReportInterface
Afficher le fichier Open project: dasprid/flitch

Protected Properties

Свойство Type Description
$writer XMLWriter XML writer.

Méthodes publiques

Méthode 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 méthode

Create a new checkstyle report.
public __construct ( string $filename ) : void
$filename string
Résultat void

__destruct() public méthode

Close the file handle on destruct.
public __destruct ( ) : void
Résultat void

addFile() public méthode

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

Property Details

$writer protected_oe property

XML writer.
protected XMLWriter $writer
Résultat XMLWriter