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

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$path string Path to affected repository

Открытые методы

Метод Описание
__construct ( string $repository ) : void Construct from repository path
__get ( string $property ) : void Get a repository property using svnlook
buildSvnLookCommand ( string $command ) : pbsSystemProcess Svnlook command

Описание методов

__construct() публичный Метод

Construct from repository path
public __construct ( string $repository ) : void
$repository string
Результат void

__get() публичный Метод

Get a repository property using svnlook
public __get ( string $property ) : void
$property string
Результат void

buildSvnLookCommand() абстрактный публичный Метод

Builds a svnlook command from the specified command, using the parameters for the specified repository (type).
abstract public buildSvnLookCommand ( string $command ) : pbsSystemProcess
$command string
Результат pbsSystemProcess

Описание свойств

$path публичное свойство

Path to affected repository
public string $path
Результат string