Свойство | Тип | Описание | |
---|---|---|---|
$config | Zend_Config |
Метод | Описание | |
---|---|---|
main ( ) : void | Initialize the dbpatch application Typically called from bin/dbpatch.php | |
setConfig ( Zend_Config $config ) |
Метод | Описание | |
---|---|---|
getCommandRunner ( DbPatch_Core_Writer $writer ) : DbPatch_Command_Runner | ||
getConfig ( string $filename = null ) : null | Zend_Config | Zend_Config_Ini | Zend_Config_Xml | ||
getConsole ( array $argv ) : DbPatch_Core_Console | ||
getDb ( Zend_Config | Zend_Config_Ini | Zend_Config_Xml $config ) : null | DbPatch_Core_Db | ||
getWriter ( ) : DbPatch_Core_Writer | ||
getWriterColor ( ) : DbPatch_Core_Color |
protected getCommandRunner ( DbPatch_Core_Writer $writer ) : DbPatch_Command_Runner | ||
$writer | DbPatch_Core_Writer | |
Результат | DbPatch_Command_Runner |
protected getConsole ( array $argv ) : DbPatch_Core_Console | ||
$argv | array | |
Результат | DbPatch_Core_Console |
protected getWriter ( ) : DbPatch_Core_Writer | ||
Результат | DbPatch_Core_Writer |
protected getWriterColor ( ) : DbPatch_Core_Color | ||
Результат | DbPatch_Core_Color |