프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$writer | DbPatch_Core_Writer | null |
메소드 | 설명 | |
---|---|---|
__construct ( DbPatch_Core_Writer $writer ) | ||
getCommand ( string $command, DbPatch_Core_Console $console ) : DbPatch_Command_Abstract | ||
getValidCommands ( ) : array | ||
getWriter ( ) : DbPatch_Core_Writer | ||
showHelp ( ) : void | Show help options of DbPatch |
메소드 | 설명 | |
---|---|---|
convertShortCommand ( string $command ) : string | Convert short commands to long names |
protected convertShortCommand ( string $command ) : string | ||
$command | string | |
리턴 | string |
public getCommand ( string $command, DbPatch_Core_Console $console ) : DbPatch_Command_Abstract | ||
$command | string | |
$console | DbPatch_Core_Console | |
리턴 | DbPatch_Command_Abstract |