PHP 클래스 Liip\RMT\VCS\Git

상속: extends BaseVCS
파일 보기 프로젝트 열기: liip/rmt 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dryRun

공개 메소드들

메소드 설명
createTag ( $tagName )
getAllModificationsSince ( $tag, $color = true, $noMergeCommits = false )
getCurrentBranch ( )
getLocalModifications ( )
getModifiedFilesSince ( $tag )
getTags ( )
publishChanges ( $remote = null )
publishTag ( $tagName, $remote = null )
saveWorkingCopy ( $commitMsg = '' )

보호된 메소드들

메소드 설명
executeGitCommand ( $cmd )

메소드 상세

createTag() 공개 메소드

public createTag ( $tagName )

executeGitCommand() 보호된 메소드

protected executeGitCommand ( $cmd )

getAllModificationsSince() 공개 메소드

public getAllModificationsSince ( $tag, $color = true, $noMergeCommits = false )

getCurrentBranch() 공개 메소드

public getCurrentBranch ( )

getLocalModifications() 공개 메소드

getModifiedFilesSince() 공개 메소드

public getModifiedFilesSince ( $tag )

getTags() 공개 메소드

public getTags ( )

publishChanges() 공개 메소드

public publishChanges ( $remote = null )

publishTag() 공개 메소드

public publishTag ( $tagName, $remote = null )

saveWorkingCopy() 공개 메소드

public saveWorkingCopy ( $commitMsg = '' )

프로퍼티 상세

$dryRun 보호되어 있는 프로퍼티

protected $dryRun