PHP Class pchRepositoryTransaction, php-commit-hooks

Inheritance: extends pchRepository
Show file Open project: kore/php-commit-hooks

Public Properties

Property Type Description
$transaction string Currently affected transaction in the repository

Public Methods

Method Description
__construct ( string $repository, string $transaction ) : void Construct from repository path, and transaction
buildSvnLookCommand ( string $command ) : pbsSystemProcess Svnlook command

Method Details

__construct() public method

Construct from repository path, and transaction
public __construct ( string $repository, string $transaction ) : void
$repository string
$transaction string
return void

buildSvnLookCommand() public method

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

Property Details

$transaction public property

Currently affected transaction in the repository
public string $transaction
return string