프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$config | null | DbPatch_Core_Config | ||
$db | null | Zend_Db_Adapter_Abstract | ||
$writer | null | DbPatch_Core_Writer |
메소드 | 설명 | |
---|---|---|
getConfig ( ) : DbPatch_Core_Config | null | ||
getDb ( ) : null | Zend_Db_Adapter_Abstract | ||
getWriter ( ) : DbPatch_Core_Writer | null | ||
install ( $filename ) | Install the php patch | |
setConfig ( DbPatch_Core_Config $config ) : DbPatch_Command_Patch_Abstract | ||
setDb ( Zend_Db_Adapter_Abstract $db ) : DbPatch_Command_Patch_Abstract | ||
setWriter ( DbPatch_Core_Writer $writer ) : DbPatch_Command_Patch_Abstract |
public setConfig ( DbPatch_Core_Config $config ) : DbPatch_Command_Patch_Abstract | ||
$config | DbPatch_Core_Config | |
리턴 | DbPatch_Command_Patch_Abstract |
public setDb ( Zend_Db_Adapter_Abstract $db ) : DbPatch_Command_Patch_Abstract | ||
$db | Zend_Db_Adapter_Abstract | |
리턴 | DbPatch_Command_Patch_Abstract |
public setWriter ( DbPatch_Core_Writer $writer ) : DbPatch_Command_Patch_Abstract | ||
$writer | DbPatch_Core_Writer | |
리턴 | DbPatch_Command_Patch_Abstract |