Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
DbPatch_Command_Remove
PHP Class DbPatch_Command_Remove
See link:
http://www.github.com/dbpatch/DbPatch
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