PHP 클래스 DbPatch_Command_Remove

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

공개 메소드들

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

보호된 메소드들

메소드 설명
removePatch ( integer $patchNumber, string $branchName ) : void Remove patch from the changelog table

메소드 상세

execute() 공개 메소드

public execute ( ) : void
리턴 void

removePatch() 보호된 메소드

Remove patch from the changelog table
protected removePatch ( integer $patchNumber, string $branchName ) : void
$patchNumber integer
$branchName string
리턴 void

showHelp() 공개 메소드

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