PHP Class Qafoo\Analyzer\Handler

Show file Open project: Qafoo/QualityAnalyzer

Public Methods

Method Description
handle ( Project $project, string $existingResult = null ) : string Handle provided directory

Method Details

handle() abstract public method

Optionally an existing result file can be provided If a valid file could be generated the file name is supposed to be returned, otherwise return null.
abstract public handle ( Project $project, string $existingResult = null ) : string
$project Project
$existingResult string
return string