PHP Class Qafoo\Analyzer\Handler\Git

Inheritance: extends Qafoo\Analyzer\Handler
Afficher le fichier Open project: Qafoo/QualityAnalyzer

Méthodes publiques

Méthode Description
__construct ( Shell $shell )
handle ( Project $project, string $existingResult = null ) : string Handle provided directory

Méthodes protégées

Méthode Description
countGitChangesPerFile ( Project $project, DateTime $since = null )

Method Details

__construct() public méthode

public __construct ( Shell $shell )
$shell Qafoo\Analyzer\Shell

countGitChangesPerFile() protected méthode

protected countGitChangesPerFile ( Project $project, DateTime $since = null )
$project Qafoo\Analyzer\Project
$since DateTime

handle() public méthode

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.
public handle ( Project $project, string $existingResult = null ) : string
$project Qafoo\Analyzer\Project
$existingResult string
Résultat string