PHP Класс pchRepositoryTransaction, php-commit-hooks

Наследование: extends pchRepository
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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