\FireGento_MageSetup_Model_Config
Config class
- Author: FireGento Team <team@firegento.com>
- Copyright: 2013 FireGento Team (http://www.firegento.com)
- License: http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
Constants
Members
Constructor
-
public__construct( string|Varien_Simplexml_Element $sourceData )
- Sets cache ID and cache tags and loads configuration
$sourceData
- XML Source Data
Parameters:
Methods
-
publicgetCountry( )
- Get the current country for the config
-
publicsetCountry( string $country )
- Set the current country for the config
$country
- Country- Config Model
-
protected_addConfigFile( string $fileName, Mage_Core_Model_Config_Base $mergeConfig )
- Add a config file to the given merge config
$fileName
- File to load$mergeConfig
- Global config for merging-
protected_loadConfig( )
- Merge default config with config from additional xml files
- Config Model