Class Mage_Directory_Model_Resource_Currency
Directory Currency Resource Model
- Mage_Core_Model_Resource_Abstract
- Mage_Core_Model_Resource_Db_Abstract
- Mage_Directory_Model_Resource_Currency
Direct known subclasses
Mage_Directory_Model_Mysql4_Currency
Package: Mage\Directory
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Directory/Model/Resource/Currency.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Directory/Model/Resource/Currency.php
protected
|
|
public
float
|
#
getRate(
Retrieve currency rate (only base=>allowed) |
public
float
|
#
getAnyRate(
Retrieve currency rate (base=>allowed or allowed=>base) |
public
|
|
public
array
|
#
getConfigCurrencies(
Retrieve config currency data by config path |
public
array
|
|
protected
array
|
#
_getRatesByCode( string $code, array $toCurrencies = null )
Protected method used by getCurrencyRates() method |
protected
string
|
$_currencyRateTable |
|
#
Currency rate table |
protected static
array
|
$_rateCache |
|
#
Currency rate cache array |
$_commitCallbacks
|