PHP 클래스 pchRepositoryVersion, php-commit-hooks

상속: extends pchRepository
파일 보기 프로젝트 열기: kore/php-commit-hooks

공개 프로퍼티들

프로퍼티 타입 설명
$version string Currently affected version in the repository

공개 메소드들

메소드 설명
__construct ( string $repository, string $version ) : void Construct from repository path, and version
buildSvnLookCommand ( string $command ) : pbsSystemProcess Svnlook command

메소드 상세

__construct() 공개 메소드

Construct from repository path, and version
public __construct ( string $repository, string $version ) : void
$repository string
$version string
리턴 void

buildSvnLookCommand() 공개 메소드

Builds a svnlook command from the specified command, using the parameters for the specified repository (type).
public buildSvnLookCommand ( string $command ) : pbsSystemProcess
$command string
리턴 pbsSystemProcess

프로퍼티 상세

$version 공개적으로 프로퍼티

Currently affected version in the repository
public string $version
리턴 string