PHP Class DbPatch_Command_Show

Author: Sandy Pleyte
Author: Martijn De Letter
Inheritance: extends DbPatch_Command_Abstract
Datei anzeigen Open project: dbpatch/dbpatch

Public Methods

Method Description
execute ( ) : void
init ( ) : DbPatch_Command_Show Override init function, don't check for changelog
showHelp ( $command = 'show' ) : void
showPatch ( integer $patchNumber ) : void

Method Details

execute() public method

public execute ( ) : void
return void

init() public method

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

showHelp() public method

public showHelp ( $command = 'show' ) : void
return void

showPatch() public method

public showPatch ( integer $patchNumber ) : void
$patchNumber integer
return void