PHP 인터페이스 PhpBench\Environment\ProviderInterface

파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
getInformation ( ) : VcsInformation Return information about the detected VCS repository.
isApplicable ( ) : boolean Return true if the instance detects a VCS repository in the current CWD.

메소드 상세

getInformation() 공개 메소드

Return information about the detected VCS repository.
public getInformation ( ) : VcsInformation
리턴 VcsInformation

isApplicable() 공개 메소드

Return true if the instance detects a VCS repository in the current CWD.
public isApplicable ( ) : boolean
리턴 boolean