PHP Class pchRepositoryVersion, php-commit-hooks

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

$version public_oe property

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