PHP 클래스 DbPatch_Command_Status

저자: Sandy Pleyte
저자: Martijn de Letter
상속: extends DbPatch_Command_Abstract
파일 보기 프로젝트 열기: dbpatch/dbpatch

공개 메소드들

메소드 설명
execute ( ) : void
showHelp ( string $command = 'status' ) : void

보호된 메소드들

메소드 설명
getAppliedPatches ( string $branch = '' ) : array Get list of patches that are applied
getDefaultBranch ( )
getLimit ( ) : integer
showChangedPatches ( array $patches ) : void Show patches that have been changed since they are applied
showPatchesToApply ( string $branch ) Output all the patches to apply for a specific branch

메소드 상세

execute() 공개 메소드

public execute ( ) : void
리턴 void

getAppliedPatches() 보호된 메소드

Get list of patches that are applied
protected getAppliedPatches ( string $branch = '' ) : array
$branch string
리턴 array

getDefaultBranch() 보호된 메소드

protected getDefaultBranch ( )

getLimit() 보호된 메소드

protected getLimit ( ) : integer
리턴 integer

showChangedPatches() 보호된 메소드

Show patches that have been changed since they are applied
protected showChangedPatches ( array $patches ) : void
$patches array
리턴 void

showHelp() 공개 메소드

public showHelp ( string $command = 'status' ) : void
$command string
리턴 void

showPatchesToApply() 보호된 메소드

Output all the patches to apply for a specific branch
protected showPatchesToApply ( string $branch )
$branch string return void