PHP Class DbPatch_Command_Remove

Author: Sandy Pleyte
Author: Martijn De Letter
Inheritance: extends DbPatch_Command_Abstract
Show file Open project: dbpatch/dbpatch

Public Methods

Method Description
execute ( ) : void
showHelp ( $command = 'remove' ) : void

Protected Methods

Method Description
removePatch ( integer $patchNumber, string $branchName ) : void Remove patch from the changelog table

Method Details

execute() public method

public execute ( ) : void
return void

removePatch() protected method

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

showHelp() public method

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