PHP Interface Flitch\Report\ReportInterface

Show file Open project: dasprid/flitch

Public Methods

Method Description
addFile ( File $file ) : void Add a file to the report.

Method Details

addFile() public method

Add a file to the report.
public addFile ( File $file ) : void
$file Flitch\File\File
return void