DbPatch_Core_Application::getConfig PHP Method

getConfig() protected method

protected getConfig ( string $filename = null ) : null | Zend_Config | Zend_Config_Ini | Zend_Config_Xml
$filename string
return null | Zend_Config | Zend_Config_Ini | Zend_Config_Xml
    protected function getConfig($filename = null)
    {
        $config = new DbPatch_Core_Config($filename);
        return $config->getConfig();
    }