1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
autoload.php
См. документацию.
1<?php
2
5
6$dbType = Application::getConnection()->getType();
7
9 "iblock" => "install/index.php",
10 "CIBlockPropertyResult" => "classes/general/iblockpropresult.php",
11 "CIBlockResult" => "classes/general/iblockresult.php",
12 "_CIBElement" => "classes/general/iblock_element.php",
13 "CIBlockType" => "classes/general/iblocktype.php",
14 "CAllIBlock" => "classes/general/iblock.php",
15 "CIBlock" => "classes/mysql/iblock.php",
16 "CAllIBlockSection" => "classes/general/iblocksection.php",
17 "CIBlockSection" => "classes/mysql/iblocksection.php",
18 "CAllIBlockProperty" => "classes/general/iblockproperty.php",
19 "CIBlockPropertyEnum" => "classes/general/iblockpropertyenum.php",
20 "CIBlockProperty" => 'classes/mysql/iblockproperty.php',
21 "CAllIBlockElement" => "classes/general/iblockelement.php",
22 "CIBlockElement" => "classes/mysql/iblockelement.php",
23 "CAllIBlockRSS" => "classes/general/iblockrss.php",
24 "CIBlockRSS" => "classes/mysql/iblockrss.php",
25 "CIBlockPropertyDateTime" => "classes/general/prop_datetime.php",
26 "CIBlockPropertyDate" => "classes/general/prop_date.php",
27 "CIBlockPropertyXmlID" => "classes/general/prop_xmlid.php",
28 "CIBlockPropertyFileMan" => "classes/general/prop_fileman.php",
29 "CIBlockPropertyHTML" => "classes/general/prop_html.php",
30 "CIBlockPropertyElementList" => "classes/general/prop_element_list.php",
31 "CCMLResult" => "classes/general/cmlresult.php",
32 "CIBlockXMLFile" => "classes/mysql/cml2.php",
33 "CIBlockCMLImport" => "classes/general/cml2.php",
34 "CIBlockCMLExport" => "classes/general/cml2.php",
35 "CIBlockFindTools" => "classes/general/comp_findtools.php",
36 "CIBlockPriceTools" => "classes/general/comp_pricetools.php",
37 "CIBlockParameters" => "classes/general/comp_parameters.php",
38 "CIBlockFormatProperties" => "classes/general/comp_formatprops.php",
39 'CAllIBlockSequence' => 'classes/general/iblocksequence.php',
40 "CIBlockSequence" => 'classes/' . $dbType . '/iblocksequence.php',
41 "CIBlockPropertySequence" => "classes/general/prop_seq.php",
42 "CIBlockPropertyElementAutoComplete" => "classes/general/prop_element_auto.php",
43 "CIBlockPropertySKU" => "classes/general/prop_element_sku.php",
44 "CIBlockPropertySectionAutoComplete" => "classes/general/prop_section_auto.php",
45 "CAllIBlockOffersTmp" => "classes/general/iblockoffers.php",
46 "CIBlockOffersTmp" => "classes/mysql/iblockoffers.php",
47 "CEventIblock" => "classes/general/iblock_event_list.php",
48 "CRatingsComponentsIBlock" => "classes/general/ratings_components.php",
49 "CIBlockRights" => "classes/general/iblock_rights.php",
50 "CIBlockSectionRights" => "classes/general/iblock_rights.php",
51 "CIBlockElementRights" => "classes/general/iblock_rights.php",
52 "CIBlockRightsStorage" => "classes/general/iblock_rights.php",
53 "CIBlockPropertyTools" => "classes/general/iblockproptools.php",
54 "CIBlockSectionPropertyLink" => "classes/general/section_property.php",
55 "CIBlockXmlImport" => "classes/general/iblockxmlimport.php",
56 '\Bitrix\Iblock\IblockFieldTable' => "lib/iblockfield.php",
57 '\Bitrix\Iblock\IblockGroupTable' => "lib/iblockgroup.php",
58 '\Bitrix\Iblock\IblockMessageTable' => "lib/iblockmessage.php",
59 '\Bitrix\Iblock\IblockRssTable' => "lib/iblockrss.php",
60 '\Bitrix\Iblock\IblockSiteTable' => "lib/iblocksite.php",
61 '\Bitrix\Iblock\InheritedPropertyTable' => "lib/inheritedproperty.php",
62 '\Bitrix\Iblock\PropertyEnumerationTable' => "lib/propertyenumeration.php",
63 '\Bitrix\Iblock\PropertyFeatureTable' => 'lib/propertyfeature.php',
64 '\Bitrix\Iblock\SequenceTable' => "lib/sequence.php",
65 '\Bitrix\Iblock\SiteTable' => "lib/site.php",
66 '\Bitrix\Iblock\TypeTable' => "lib/type.php",
67 '\Bitrix\Iblock\TypeLanguageTable' => "lib/typelanguage.php",
68 '\Bitrix\Iblock\BizprocType\UserTypeProperty' => "lib/bizproctype/usertypeproperty.php",
69 '\Bitrix\Iblock\BizprocType\ECrm' => "lib/bizproctype/ecrm.php",
70 '\Bitrix\Iblock\BizprocType\Money' => "lib/bizproctype/money.php",
71 '\Bitrix\Iblock\BizprocType\UserTypePropertyDiskFile' => "lib/bizproctype/usertypepropertydiskfile.php",
72 '\Bitrix\Iblock\BizprocType\UserTypePropertyElist' => "lib/bizproctype/usertypepropertyelist.php",
73 '\Bitrix\Iblock\BizprocType\UserTypePropertyEmployee' => "lib/bizproctype/usertypepropertyemployee.php",
74 '\Bitrix\Iblock\BizprocType\UserTypePropertyHtml' => "lib/bizproctype/usertypepropertyhtml.php",
75 '\Bitrix\Iblock\Component\Base' => "lib/component/base.php",
76 '\Bitrix\Iblock\Component\Element' => "lib/component/element.php",
77 '\Bitrix\Iblock\Component\ElementList' => "lib/component/elementlist.php",
78 '\Bitrix\Iblock\Component\Filters' => "lib/component/filters.php",
79 '\Bitrix\Iblock\Component\Selector\Element' => "lib/component/selector/element.php",
80 '\Bitrix\Iblock\Component\Selector\Entity' => "lib/component/selector/entity.php",
81 '\Bitrix\Iblock\Component\Tools' => "lib/component/tools.php",
82 '\Bitrix\Iblock\Controller\Filter\Element' => "lib/Controller/Filter/Element.php",
83 '\Bitrix\Iblock\Filter\Entity\ElementSettings' => "lib/filter/entity/elementsettings.php",
84 '\Bitrix\Iblock\Filter\Entity\IblockSettings' => "lib/filter/entity/iblocksettings.php",
85 '\Bitrix\Iblock\Filter\FieldProvider\Base' => "lib/filter/fieldprovider/base.php",
86 '\Bitrix\Iblock\Filter\FieldProvider\Element' => "lib/filter/fieldprovider/element.php",
87 '\Bitrix\Iblock\Filter\FieldProvider\IblockProperty' => "lib/filter/fieldprovider/iblockproperty.php",
88 '\Bitrix\Iblock\Filter\Dictionary' => "lib/filter/dictionary.php",
89 '\Bitrix\Iblock\Filter\EntityList' => "lib/filter/entitylist.php",
90 '\Bitrix\Iblock\Filter\Factory' => "lib/filter/factory.php",
91 '\Bitrix\Iblock\Grid\Panel\GroupAction' => "lib/grid/panel/groupaction.php",
92 '\Bitrix\Iblock\Grid\ActionType' => "lib/grid/actiontype.php",
93 '\Bitrix\Iblock\Helpers\Admin\Property' => "lib/helpers/admin/property.php",
94 '\Bitrix\Iblock\Helpers\Filter\Property' => "lib/helpers/filter/property.php",
95 '\Bitrix\Iblock\Helpers\Filter\PropertyManager' => "lib/helpers/filter/propertymanager.php",
96 '\Bitrix\Iblock\InheritedProperty\BaseTemplate' => "lib/inheritedproperty/basetemplate.php",
97 '\Bitrix\Iblock\InheritedProperty\BaseValues' => "lib/inheritedproperty/basevalues.php",
98 '\Bitrix\Iblock\InheritedProperty\ElementTemplates' => "lib/inheritedproperty/elementtemplates.php",
99 '\Bitrix\Iblock\InheritedProperty\ElementValues' => "lib/inheritedproperty/elementvalues.php",
100 '\Bitrix\Iblock\InheritedProperty\IblockTemplates' => "lib/inheritedproperty/iblocktemplates.php",
101 '\Bitrix\Iblock\InheritedProperty\IblockValues' => "lib/inheritedproperty/iblockvalues.php",
102 '\Bitrix\Iblock\InheritedProperty\SectionTemplates' => "lib/inheritedproperty/sectiontemplates.php",
103 '\Bitrix\Iblock\InheritedProperty\SectionValues' => "lib/inheritedproperty/sectionvalues.php",
104 '\Bitrix\Iblock\InheritedProperty\ValuesQueue' => "lib/inheritedproperty/valuesqueue.php",
105 '\Bitrix\Iblock\LandingSource\DataLoader' => "lib/landingsource/dataloader.php",
106 '\Bitrix\Iblock\LandingSource\Element' => "lib/landingsource/element.php",
107 '\Bitrix\Iblock\Model\PropertyFeature' => "lib/model/propertyfeature.php",
108 '\Bitrix\Iblock\Model\Section' => "lib/model/section.php",
109 '\Bitrix\Iblock\PropertyIndex\Dictionary' => "lib/propertyindex/dictionary.php",
110 '\Bitrix\Iblock\PropertyIndex\Element' => "lib/propertyindex/element.php",
111 '\Bitrix\Iblock\PropertyIndex\Facet' => "lib/propertyindex/facet.php",
112 '\Bitrix\Iblock\PropertyIndex\Indexer' => "lib/propertyindex/indexer.php",
113 '\Bitrix\Iblock\PropertyIndex\Manager' => "lib/propertyindex/manager.php",
114 '\Bitrix\Iblock\PropertyIndex\QueryBuilder' => "lib/propertyindex/querybuilder.php",
115 '\Bitrix\Iblock\PropertyIndex\Storage' => "lib/propertyindex/storage.php",
116 '\Bitrix\Iblock\Template\Engine' => "lib/template/engine.php",
117 '\Bitrix\Iblock\Template\NodeRoot' => "lib/template/engine.php",
118 '\Bitrix\Iblock\Template\NodeText' => "lib/template/engine.php",
119 '\Bitrix\Iblock\Template\NodeEntityField' => "lib/template/engine.php",
120 '\Bitrix\Iblock\Template\NodeFunction' => "lib/template/engine.php",
121 '\Bitrix\Iblock\Template\Helper' => "lib/template/helper.php",
122 '\Bitrix\Iblock\Template\Entity\Base' => "lib/template/entity/base.php",
123 '\Bitrix\Iblock\Template\Entity\LazyValueLoader' => "lib/template/entity/base.php",
124 '\Bitrix\Iblock\Template\Entity\CatalogStore' => "lib/template/entity/catalogstore.php",
125 '\Bitrix\Iblock\Template\Entity\Element' => "lib/template/entity/element.php",
126 '\Bitrix\Iblock\Template\Entity\ElementCatalog' => "lib/template/entity/elementcatalog.php",
127 '\Bitrix\Iblock\Template\Entity\ElementCatalogMeasure' => "lib/template/entity/elementcatalog.php",
128 '\Bitrix\Iblock\Template\Entity\ElementCatalogStoreList' => "lib/template/entity/elementcatalog.php",
129 '\Bitrix\Iblock\Template\Entity\ElementPrice' => "lib/template/entity/elementprice.php",
130 '\Bitrix\Iblock\Template\Entity\ElementProperty' => "lib/template/entity/elementproperty.php",
131 '\Bitrix\Iblock\Template\Entity\ElementPropertyUserField' => "lib/template/entity/elementproperty.php",
132 '\Bitrix\Iblock\Template\Entity\ElementPropertyEnum' => "lib/template/entity/elementproperty.php",
133 '\Bitrix\Iblock\Template\Entity\ElementPropertyElement' => "lib/template/entity/elementproperty.php",
134 '\Bitrix\Iblock\Template\Entity\ElementPropertySection' => "lib/template/entity/elementproperty.php",
135 '\Bitrix\Iblock\Template\Entity\ElementSku' => "lib/template/entity/elementsku.php",
136 '\Bitrix\Iblock\Template\Entity\ElementSkuPrice' => "lib/template/entity/elementskuprice.php",
137 '\Bitrix\Iblock\Template\Entity\ElementSkuProperty' => "lib/template/entity/elementskuproperty.php",
138 '\Bitrix\Iblock\Template\Entity\Iblock' => "lib/template/entity/iblock.php",
139 '\Bitrix\Iblock\Template\Entity\Section' => "lib/template/entity/section.php",
140 '\Bitrix\Iblock\Template\Entity\SectionPath' => "lib/template/entity/sectionpath.php",
141 '\Bitrix\Iblock\Template\Entity\SectionProperty' => "lib/template/entity/sectionproperty.php",
142 '\Bitrix\Iblock\Template\Functions\Fabric' => "lib/template/functions/fabric.php",
143 '\Bitrix\Iblock\Template\Functions\FunctionBase' => "lib/template/functions/fabric.php",
144 '\Bitrix\Iblock\Template\Functions\FunctionUpper' => "lib/template/functions/fabric.php",
145 '\Bitrix\Iblock\Template\Functions\FunctionLower' => "lib/template/functions/fabric.php",
146 '\Bitrix\Iblock\Template\Functions\FunctionTranslit' => "lib/template/functions/fabric.php",
147 '\Bitrix\Iblock\Template\Functions\FunctionConcat' => "lib/template/functions/fabric.php",
148 '\Bitrix\Iblock\Template\Functions\FunctionLimit' => "lib/template/functions/fabric.php",
149 '\Bitrix\Iblock\Template\Functions\FunctionContrast' => "lib/template/functions/fabric.php",
150 '\Bitrix\Iblock\Template\Functions\FunctionMin' => "lib/template/functions/fabric.php",
151 '\Bitrix\Iblock\Template\Functions\FunctionMax' => "lib/template/functions/fabric.php",
152 '\Bitrix\Iblock\Template\Functions\FunctionDistinct' => "lib/template/functions/fabric.php",
153 '\Bitrix\Iblock\Update\AdminFilterOption' => 'lib/update/adminfilteroption.php',
154 '\Bitrix\Iblock\Update\AdminGridOption' => 'lib/update/admingridoption.php',
155 '\Bitrix\Iblock\Url\AdminPage\BaseBuilder' => 'lib/url/adminpage/basebuilder.php',
156 '\Bitrix\Iblock\Url\AdminPage\BuilderManager' => 'lib/url/adminpage/buildermanager.php',
157 '\Bitrix\Iblock\Url\AdminPage\IblockBuilder' => 'lib/url/adminpage/iblockbuilder.php',
158 '\Bitrix\Iblock\SenderEventHandler' => "lib/senderconnector.php",
159 '\Bitrix\Iblock\SenderConnectorIblock' => "lib/senderconnector.php",
160);
161//if (\Bitrix\Main\ModuleManager::isModuleInstalled('bizproc'))
162if (Loader::includeModule('bizproc'))
163 $arClasses["CIBlockDocument"] = "classes/general/iblockdocument.php";
164
165Loader::registerAutoLoadClasses("iblock", $arClasses);
166
167// orm autoloader
168Loader::registerHandler([\Bitrix\Iblock\ORM\Loader::class, 'autoLoad']);
Определения loader.php:13
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$dbType
Определения autoload.php:6
$arClasses
Определения autoload.php:8