Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
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
Mostrar archivo
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