PHP 인터페이스 yii2tech\selfupdate\VersionControlSystemInterface

부터: 1.0
저자: Paul Klimov ([email protected])
파일 보기 프로젝트 열기: yii2tech/selfupdate

공개 메소드들

메소드 설명
applyRemoteChanges ( string $projectRoot, string &$log = null ) : boolean Applies changes from remote repository.
hasRemoteChanges ( string $projectRoot, string &$log = null ) : boolean Checks, if there are some changes in remote repository.

메소드 상세

applyRemoteChanges() 공개 메소드

Applies changes from remote repository.
public applyRemoteChanges ( string $projectRoot, string &$log = null ) : boolean
$projectRoot string VCS project root directory path.
$log string if parameter passed it will be filled with related log string.
리턴 boolean whether the changes have been applied successfully.

hasRemoteChanges() 공개 메소드

Checks, if there are some changes in remote repository.
public hasRemoteChanges ( string $projectRoot, string &$log = null ) : boolean
$projectRoot string VCS project root directory path.
$log string if parameter passed it will be filled with related log string.
리턴 boolean whether there are changes in remote repository.