Свойство | Тип | Описание | |
---|---|---|---|
$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 |
public __construct ( DbPatch_Core_Writer $writer ) | ||
$writer | DbPatch_Core_Writer |
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 |
public static getValidCommands ( ) : array | ||
Результат | array |
public getWriter ( ) : DbPatch_Core_Writer | ||
Результат | DbPatch_Core_Writer |
protected DbPatch_Core_Writer|null $writer | ||
Результат | DbPatch_Core_Writer | null |