Your IP : 3.144.139.201


Current Path : /var/www/axolotl/data/www/kirov.axolotls.ru/bitrix/modules/currency/lib/controller/
Upload File :
Current File : /var/www/axolotl/data/www/kirov.axolotls.ru/bitrix/modules/currency/lib/controller/format.php

<?php

namespace Bitrix\Currency\Controller;

use Bitrix\Main\Engine\Controller;

class Format extends Controller
{
	public function getAction($currencyId)
	{
		return \CCurrencyLang::GetFormatDescription($currencyId);
	}
}