PHP Interface PhpBench\Environment\ProviderInterface

Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode 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 méthode

Return information about the detected VCS repository.
public getInformation ( ) : VcsInformation
Résultat VcsInformation

isApplicable() public méthode

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