PHP Class DbPatch_Command_Info

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
dumpArray ( array $data, integer $indent ) Writes array like ['foo' => 'bar'] as "Foo: bar"
execute ( ) : void
init ( ) : DbPatch_Command_Show Override init function, don't check for changelog
showHelp ( $command = 'info' )

Method Details

dumpArray() public méthode

Writes array like ['foo' => 'bar'] as "Foo: bar"
public dumpArray ( array $data, integer $indent )
$data array
$indent integer

execute() public méthode

public execute ( ) : void
Résultat void

init() public méthode

Override init function, don't check for changelog
public init ( ) : DbPatch_Command_Show
Résultat DbPatch_Command_Show

showHelp() public méthode

public showHelp ( $command = 'info' )