프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |