PHP 클래스 Qafoo\Analyzer\Handler\Git

상속: extends Qafoo\Analyzer\Handler
파일 보기 프로젝트 열기: Qafoo/QualityAnalyzer

공개 메소드들

메소드 설명
__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