PHP 클래스 pchRepository, php-commit-hooks

파일 보기 프로젝트 열기: kore/php-commit-hooks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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