Метод | Описание | |
---|---|---|
__construct ( string | null $path = null ) | Creates a Git binary interface | |
locateBinary ( ) : string | Try to find the Git binary on the system |
public __construct ( string | null $path = null ) | ||
$path | string | null | The path to the Git binary or NULL to auto-detect |
public static locateBinary ( ) : string | ||
Результат | string |