PHP Class DbPatch_Command_Info

Author: Sandy Pleyte
Author: Martijn De Letter
Inheritance: extends DbPatch_Command_Abstract
Datei anzeigen Open project: dbpatch/dbpatch

Public Methods

Method 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 method

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

execute() public method

public execute ( ) : void
return void

init() public method

Override init function, don't check for changelog
public init ( ) : DbPatch_Command_Show
return DbPatch_Command_Show

showHelp() public method

public showHelp ( $command = 'info' )