PHP Class pchRepositoryTransaction, php-commit-hooks

Inheritance: extends pchRepository
Afficher le fichier Open project: kore/php-commit-hooks

Méthodes publiques

Свойство Type Description
$transaction string Currently affected transaction in the repository

Méthodes publiques

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

Method Details

__construct() public méthode

Construct from repository path, and transaction
public __construct ( string $repository, string $transaction ) : void
$repository string
$transaction string
Résultat void

buildSvnLookCommand() public méthode

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

Property Details

$transaction public_oe property

Currently affected transaction in the repository
public string $transaction
Résultat string