PHP Class pchRepository, php-commit-hooks

Show file Open project: kore/php-commit-hooks Class Usage Examples

Public Properties

Property Type Description
$path string Path to affected repository

Public Methods

Method 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 method

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

__get() public method

Get a repository property using svnlook
public __get ( string $property ) : void
$property string
return void

buildSvnLookCommand() abstract public method

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

Property Details

$path public property

Path to affected repository
public string $path
return string