PHP Класс Qafoo\Analyzer\Handler\Git

Наследование: extends Qafoo\Analyzer\Handler
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Shell $shell )
handle ( Project $project, string $existingResult = null ) : string Handle provided directory

Защищенные методы

Метод Описание
countGitChangesPerFile ( Project $project, DateTime $since = null )

Описание методов

__construct() публичный Метод

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

countGitChangesPerFile() защищенный Метод

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

handle() публичный Метод

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
Результат string