Algolia_Algoliasearch_Helper_Config::getCurrency PHP Метод

getCurrency() публичный Метод

public getCurrency ( $storeId = null )
    public function getCurrency($storeId = null)
    {
        $currencySymbol = Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
        return $currencySymbol;
    }