PHP Class Flitch\Report\Cli

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

Protected Properties

Свойство Type Description
$firstFile boolean Whether the first line was already processed.

Méthodes publiques

Méthode Description
addFile ( File $file ) : void addFile(): defined by Report interface.

Method Details

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

$firstFile protected_oe property

Whether the first line was already processed.
protected bool $firstFile
Résultat boolean