PHP Class DbPatch_Command_Remove

Author: Sandy Pleyte
Author: Martijn De Letter
Inheritance: extends DbPatch_Command_Abstract
Afficher le fichier Open project: dbpatch/dbpatch

Méthodes publiques

Méthode Description
execute ( ) : void
showHelp ( $command = 'remove' ) : void

Méthodes protégées

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

Method Details

execute() public méthode

public execute ( ) : void
Résultat void

removePatch() protected méthode

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

showHelp() public méthode

public showHelp ( $command = 'remove' ) : void
Résultat void