\FireGento_MageSetup_Helper_Data
Dummy data helper for translation issues.
- 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
Methods
- 
            
            
publicgetAgreementUrl( Mage_Checkout_Model_Agreement $agreement )
 - Get url of agreement view for checkout
 $agreement- Agreement- URL for the given agreement
 - 
            
            
publicgetAvailableCountries( )
 - Get available countries
 - All available countries
 - 
            
            
publicgetEUCountries( )
 - Get countries in the EU
 - EU Countries
 - 
            
            
publicgetShippingCostUrl( )
 - Generate URL to configured shipping cost page, or '' if none.
 - Shipping cost url
 - 
            
            
publicisCountryInEU( string $countryCode )
 - Check whether specified country is in EU countries list
 $countryCode- Country Code- Flag if country is an EU country
 - 
            
            
publicsetIsInitialized( bool $isInitialized )
 - Set initialization status config flag and refresh config cache.
 $isInitialized- Flag for initialization