PHP 클래스 TQ\Svn\Cli\Binary

상속: extends TQ\Vcs\Cli\Binary
파일 보기 프로젝트 열기: teqneers/php-stream-wrapper-for-git 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string | null $path = null ) Creates a SVN binary interface
locateBinary ( ) : string Try to find the SVN binary on the system

메소드 상세

__construct() 공개 메소드

If no path is given the class tries to find the correct binary {@see \locateBinary()}
public __construct ( string | null $path = null )
$path string | null The path to the SVN binary or NULL to auto-detect

locateBinary() 공개 정적인 메소드

Try to find the SVN binary on the system
public static locateBinary ( ) : string
리턴 string