Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
format.php
1<?php
2
4
6
7class Format extends Controller
8{
9 public function getAction($currencyId)
10 {
11 return \CCurrencyLang::GetFormatDescription($currencyId);
12 }
13}