Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_Currencysymbol_Block_Adminhtml_System_Currencysymbol
  • Mage_CurrencySymbol_Helper_Data
  • Mage_CurrencySymbol_Model_Observer
  • Mage_CurrencySymbol_Model_System_Currencysymbol
  • Overview
  • Package
  • Class
  • Tree

Class Mage_CurrencySymbol_Model_System_Currencysymbol

Custom currency symbol model

Package: Mage\CurrencySymbol
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/CurrencySymbol/Model/System/Currencysymbol.php
Methods summary
public Mage_CurrencySymbol_Model_System_Currencysymbol
# setStoreId( mixed $storeId = null )

Sets store Id

Sets store Id

Parameters

$storeId
mixed
$storeId

Returns

Mage_CurrencySymbol_Model_System_Currencysymbol
public Mage_CurrencySymbol_Model_System_Currencysymbol
# setWebsiteId( mixed $websiteId = null )

Sets website Id

Sets website Id

Parameters

$websiteId
mixed
$websiteId

Returns

Mage_CurrencySymbol_Model_System_Currencysymbol
public array
# getCurrencySymbolsData( )

Returns currency symbol properties array based on config values

Returns currency symbol properties array based on config values

Returns

array
public Mage_CurrencySymbol_Model_System_Currencysymbol
# setCurrencySymbolsData( mixed $symbols = array() )

Saves currency symbol to config

Saves currency symbol to config

Parameters

$symbols
mixed
$symbols array

Returns

Mage_CurrencySymbol_Model_System_Currencysymbol
public boolean|string
# getCurrencySymbol( mixed $code )

Returns custom currency symbol by currency code

Returns custom currency symbol by currency code

Parameters

$code
mixed
$code

Returns

boolean|string
public Saas_Translate_Helper_Data
# clearCache( )

Clear translate cache

Clear translate cache

Returns

Saas_Translate_Helper_Data
protected array
# _unserializeStoreConfig( string $configPath, integer $storeId = null )

Unserialize data from Store Config.

Unserialize data from Store Config.

Parameters

$configPath
string
$configPath
$storeId
integer
$storeId

Returns

array
Constants summary
string XML_PATH_CUSTOM_CURRENCY_SYMBOL 'currency/options/customsymbol'
#

Config path to custom currency symbol value

Config path to custom currency symbol value

string XML_PATH_ALLOWED_CURRENCIES 'currency/options/allow'
#
string ALLOWED_CURRENCIES_CONFIG_SEPARATOR ','
#
string CONFIG_SECTION 'currency'
#

Config currency section

Config currency section

Properties summary
protected array $_symbolsData array()
#

Custom currency symbol properties

Custom currency symbol properties

protected string $_storeId
#

Store id

Store id

protected string $_websiteId
#

Website id

Website id

protected array $_cacheTypes array( 'config', 'block_html', 'layout' )
#

Cache types which should be invalidated

Cache types which should be invalidated

Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0