1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
autoload.php
См. документацию.
1
<?php
2
3
use
Bitrix\Main\Loader
;
4
5
Loader::registerAutoLoadClasses(
6
'currency'
,
7
[
8
'CCurrency'
=>
'general/currency.php'
,
9
'CCurrencyLang'
=>
'general/currency_lang.php'
,
10
'CCurrencyRates'
=>
'general/currency_rate.php'
,
11
'\Bitrix\Currency\Compatible\Tools'
=>
'lib/compatible/tools.php'
,
12
'\Bitrix\Currency\Helpers\Admin\Tools'
=>
'lib/helpers/admin/tools.php'
,
13
'\Bitrix\Currency\Helpers\Editor'
=>
'lib/helpers/editor.php'
,
14
'\Bitrix\Currency\UserField\Money'
=>
'lib/userfield/money.php'
,
15
'\Bitrix\Currency\CurrencyManager'
=>
'lib/currencymanager.php'
,
16
'\Bitrix\Currency\CurrencyTable'
=>
'lib/currency.php'
,
17
'\Bitrix\Currency\CurrencyLangTable'
=>
'lib/currencylang.php'
,
18
'\Bitrix\Currency\CurrencyRateTable'
=>
'lib/currencyrate.php'
,
19
'\Bitrix\Currency\CurrencyClassifier'
=>
'lib/currencyclassifier.php'
,
20
]
21
);
Bitrix\Main\Loader
Определения
loader.php:13
bitrix
modules
currency
autoload.php
Создано системой
1.14.0