PHP Class pchRepository, php-commit-hooks

Afficher le fichier Open project: kore/php-commit-hooks Class Usage Examples

Méthodes publiques

Свойство Type Description
$path string Path to affected repository

Méthodes publiques

Méthode Description
__construct ( string $repository ) : void Construct from repository path
__get ( string $property ) : void Get a repository property using svnlook
buildSvnLookCommand ( string $command ) : pbsSystemProcess Svnlook command

Method Details

__construct() public méthode

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

__get() public méthode

Get a repository property using svnlook
public __get ( string $property ) : void
$property string
Résultat void

buildSvnLookCommand() abstract public méthode

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

Property Details

$path public_oe property

Path to affected repository
public string $path
Résultat string