PHP 클래스 pchRepositoryTransaction, php-commit-hooks

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Construct from repository path, and transaction
public __construct ( string $repository, string $transaction ) : void
$repository string
$transaction 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

프로퍼티 상세

$transaction 공개적으로 프로퍼티

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