PHP 클래스 DbPatch_Command_Show

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

공개 메소드들

메소드 설명
execute ( ) : void
init ( ) : DbPatch_Command_Show Override init function, don't check for changelog
showHelp ( $command = 'show' ) : void
showPatch ( integer $patchNumber ) : void

메소드 상세

execute() 공개 메소드

public execute ( ) : void
리턴 void

init() 공개 메소드

Override init function, don't check for changelog
public init ( ) : DbPatch_Command_Show
리턴 DbPatch_Command_Show

showHelp() 공개 메소드

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

showPatch() 공개 메소드

public showPatch ( integer $patchNumber ) : void
$patchNumber integer
리턴 void