1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
currencylistitems.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Catalog\Filter\DataProvider\Currency
;
4
5
use
Bitrix\Currency\CurrencyManager
;
6
use
Bitrix\Main\Loader
;
7
8
trait CurrencyListItems
9
{
10
private
function
getCurrencyListItems():
array
11
{
12
if
(
Loader::includeModule
(
'currency'
))
13
{
14
return
CurrencyManager::getNameList();
15
}
16
17
return
[];
18
}
19
}
Bitrix\Currency\CurrencyManager
Определения
currencymanager.php:16
Bitrix\Main\Loader
Определения
loader.php:13
Bitrix\Main\Loader\includeModule
static includeModule($moduleName)
Определения
loader.php:67
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Catalog\Filter\DataProvider\Currency
Определения
currencylistitems.php:3
bitrix
modules
catalog
lib
filter
dataprovider
currency
currencylistitems.php
Создано системой
1.14.0