PHP Интерфейс PhpBench\Environment\ProviderInterface

Показать файл Открыть проект

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

Метод Описание
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