1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
autoload.php
См. документацию.
1
<?php
2
3
if
(!defined(
'B_PROLOG_INCLUDED'
) || B_PROLOG_INCLUDED !==
true
)
4
{
5
die
();
6
}
7
8
9
CModule::AddAutoloadClasses
(
10
"pull"
,
11
[
12
"CPullChannel"
=>
"classes/general/pull_channel.php"
,
13
"CPullStack"
=>
"classes/mysql/pull_stack.php"
,
14
"CPullWatch"
=>
"classes/mysql/pull_watch.php"
,
15
"CPullOptions"
=>
"classes/general/pull_options.php"
,
16
"CPullTableSchema"
=>
"classes/general/pull_table_schema.php"
,
17
18
"CPushDescription"
=>
"classes/general/pushservices/services_descriptions.php"
,
19
"CPullPush"
=>
"classes/general/pull_push.php"
,
20
"CPushManager"
=>
"classes/general/pull_push.php"
,
21
"CGooglePushInteractive"
=>
"classes/general/pushservices/google_push.php"
,
22
23
"\\Bitrix\\Pull\\PushTable"
=>
"lib/model/pushtable.php"
,
24
"\\Bitrix\\Pull\\ChannelTable"
=>
"lib/model/channeltable.php"
,
25
]
26
);
27
28
\Bitrix\Pull\Loader::register
();
Bitrix\Pull\Loader\register
static register()
Определения
loader.php:7
CModule\AddAutoloadClasses
static AddAutoloadClasses($module, $arParams=[])
Определения
module.php:27
die
die
Определения
quickway.php:367
bitrix
modules
pull
autoload.php
Создано системой
1.14.0