Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/currency/lib/controller/
Upload File :
Current File : /var/www/homesaver/www/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);
	}
}