PHP Interface PhpBench\Environment\ProviderInterface

Show file Open project: dantleech/phpbench

Public Methods

Method Description
getInformation ( ) : VcsInformation Return information about the detected VCS repository.
isApplicable ( ) : boolean Return true if the instance detects a VCS repository in the current CWD.

Method Details

getInformation() public method

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

isApplicable() public method

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