1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
autoload.php
См. документацию.
1<?php
2
3if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
4{
5 die();
6}
7
8
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
static register()
Определения loader.php:7
static AddAutoloadClasses($module, $arParams=[])
Определения module.php:27
die
Определения quickway.php:367