1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
autoload.php
См. документацию.
1<?php
2
4 "sale",
5 [
6 "sale" => "install/index.php",
7 "CAllSaleDelivery" => "general/delivery.php",
8 "CSaleDelivery" => "mysql/delivery.php",
9 "CSaleDeliveryHandler" => "mysql/delivery_handler.php",
10 "CSaleDeliveryHelper" => "general/delivery_helper.php",
11 "CSaleDelivery2PaySystem" => "general/delivery_2_pay_system.php",
12 "CSaleLocation" => "mysql/location.php",
13 "CSaleLocationGroup" => "mysql/location_group.php",
14
15 "CSaleBasket" => "mysql/basket.php",
16 "CSaleBasketHelper" => "general/basket_helper.php",
17 "CSaleUser" => "mysql/basket.php",
18
19 "CSaleOrder" => "mysql/order.php",
20 "CSaleOrderPropsGroup" => "mysql/order_props_group.php",
21 "CSaleOrderPropsVariant" => "mysql/order_props_variant.php",
22 "CSaleOrderUserProps" => "mysql/order_user_props.php",
23 "CSaleOrderUserPropsValue" => "mysql/order_user_props_value.php",
24 "CSaleOrderTax" => "mysql/order_tax.php",
25 "CSaleOrderHelper" => "general/order_helper.php",
26
27 "CSalePaySystem" => "mysql/pay_system.php",
28 "CSalePaySystemAction" => "mysql/pay_system_action.php",
29 "CSalePaySystemsHelper" => "general/pay_system_helper.php",
30 "CSalePaySystemTarif" => "general/pay_system_tarif.php",
31
32 "CSaleTax" => "mysql/tax.php",
33 "CSaleTaxRate" => "mysql/tax_rate.php",
34
35 "CSalePersonType" => "mysql/person_type.php",
36 "CSaleDiscount" => "mysql/discount.php",
37 "CSaleBasketDiscountConvert" => "general/step_operations.php",
38 "CSaleDiscountReindex" => "general/step_operations.php",
39 "CSaleDiscountConvertExt" => "general/step_operations.php",
40 "CSaleUserAccount" => "mysql/user.php",
41 "CSaleUserTransact" => "mysql/user_transact.php",
42 "CSaleUserCards" => "mysql/user_cards.php",
43 "CSaleRecurring" => "mysql/recurring.php",
44
45
46 "CSaleLang" => "mysql/settings.php",
47 "CSaleGroupAccessToSite" => "mysql/settings.php",
48 "CSaleGroupAccessToFlag" => "mysql/settings.php",
49
50 "CSaleAuxiliary" => "mysql/auxiliary.php",
51
52 "CSaleAffiliate" => "mysql/affiliate.php",
53 "CSaleAffiliatePlan" => "mysql/affiliate_plan.php",
54 "CSaleAffiliatePlanSection" => "mysql/affiliate_plan_section.php",
55 "CSaleAffiliateTier" => "mysql/affiliate_tier.php",
56 "CSaleAffiliateTransact" => "mysql/affiliate_transact.php",
57 "CSaleExport" => "general/export.php",
58 "ExportOneCCRM" => "general/export.php",
59 "CSaleOrderLoader" => "general/order_loader.php",
60
61 "CSaleMeasure" => "general/measurement.php",
62 "CSaleProduct" => "mysql/product.php",
63
64 "CSaleViewedProduct" => "mysql/product.php",
65
66 "CSaleHelper" => "general/helper.php",
67 "CSaleMobileOrderUtils" => "general/mobile_order.php",
68 "CSaleMobileOrderPull" => "general/mobile_order.php",
69 "CSaleMobileOrderPush" => "general/mobile_order.php",
70 "CSaleMobileOrderFilter" => "general/mobile_order.php",
71
72 "CBaseSaleReportHelper" => "general/sale_report_helper.php",
73 "CSaleReportSaleOrderHelper" => "general/sale_report_helper.php",
74 "CSaleReportUserHelper" => "general/sale_report_helper.php",
75 "CSaleReportSaleFuserHelper" => "general/sale_report_helper.php",
76
77 "IBXSaleProductProvider" => "general/product_provider.php",
78 "CSaleStoreBarcode" => "mysql/store_barcode.php",
79
80 "CSaleOrderChange" => "mysql/order_change.php",
81 "CSaleOrderChangeFormat" => "general/order_change.php",
82
83 "\\Bitrix\\Sale\\Internals\\FuserTable" => "lib/internals/fuser.php",
84 "\\Bitrix\\Sale\\Fuser" => "lib/fuser.php",
85
86 // begin lists
87 '\Bitrix\Sale\Internals\Input\Manager' => 'lib/internals/input.php',
88 '\Bitrix\Sale\Internals\Input\Base' => 'lib/internals/input.php',
89 '\Bitrix\Sale\Internals\Input\File' => 'lib/internals/input.php',
90 '\Bitrix\Sale\Internals\Input\StringInput' => 'lib/internals/input.php',
91
92 '\Bitrix\Sale\Internals\SiteCurrencyTable' => 'lib/internals/sitecurrency.php',
93
94 'CSaleStatus' => 'general/status.php',
95 '\Bitrix\Sale\StatusBase' => 'lib/statusbase.php',
96 '\Bitrix\Sale\OrderStatus' => 'lib/orderstatus.php',
97 '\Bitrix\Sale\DeliveryStatus' => 'lib/deliverystatus.php',
98 '\Bitrix\Sale\Internals\StatusTable' => 'lib/internals/status.php',
99 '\Bitrix\Sale\Internals\StatusLangTable' => 'lib/internals/status_lang.php',
100 '\Bitrix\Sale\Internals\StatusGroupTaskTable' => 'lib/internals/status_grouptask.php',
101 'CSaleOrderProps' => 'general/order_props.php',
102 'CSaleOrderPropsAdapter' => 'general/order_props.php',
103 'CSaleOrderPropsValue' => 'mysql/order_props_values.php',
104 '\Bitrix\Sale\PropertyValueCollection' => 'lib/propertyvaluecollection.php',
105 '\Bitrix\Sale\Internals\OrderPropsTable' => 'lib/internals/orderprops.php',
106 '\Bitrix\Sale\Internals\OrderPropsGroupTable' => 'lib/internals/orderprops_group.php',
107 '\Bitrix\Sale\Internals\OrderPropsValueTable' => 'lib/internals/orderprops_value.php',
108 '\Bitrix\Sale\Internals\OrderPropsVariantTable' => 'lib/internals/orderprops_variant.php',
109 '\Bitrix\Sale\Internals\OrderPropsRelationTable' => 'lib/internals/orderprops_relation.php',
110 '\Bitrix\Sale\Internals\UserPropsValueTable' => 'lib/internals/userpropsvalue.php',
111 '\Bitrix\Sale\Internals\UserPropsTable' => 'lib/internals/userprops.php',
112 '\Bitrix\Sale\BusinessValue' => 'lib/businessvalue.php',
113 '\Bitrix\Sale\IBusinessValueProvider' => 'lib/businessvalueproviderinterface.php',
114 '\Bitrix\Sale\Internals\BusinessValueTable' => 'lib/internals/businessvalue.php',
115 '\Bitrix\Sale\Internals\BusinessValuePersonDomainTable' => 'lib/internals/businessvalue_persondomain.php',
116 '\Bitrix\Sale\Internals\BusinessValueCode1CTable' => 'lib/internals/businessvalue_code_1c.php',
117 '\Bitrix\Sale\Internals\PaySystemActionTable' => 'lib/internals/paysystemaction.php',
118 '\Bitrix\Sale\Internals\PaySystemInner' => 'lib/internals/paysysteminner.php',
119 '\Bitrix\Sale\Internals\DeliveryPaySystemTable' => 'lib/internals/delivery_paysystem.php',
120 '\Bitrix\Sale\UserMessageException' => 'lib/exception.php',
121 // end lists
122
123 "\\Bitrix\\Sale\\Configuration" => "lib/configuration.php",
124 "\\Bitrix\\Sale\\Order" => "lib/order.php",
125 "\\Bitrix\\Sale\\PersonType" => "lib/persontype.php",
126
127 "CSaleReportSaleGoodsHelper" => "general/sale_report_helper.php",
128 "CSaleReportSaleProductHelper" => "general/sale_report_helper.php",
129
130 "\\Bitrix\\Sale\\Internals\\ProductTable" => "lib/internals/product.php",
131 "\\Bitrix\\Sale\\Internals\\GoodsSectionTable" => "lib/internals/goodssection.php",
132 "\\Bitrix\\Sale\\Internals\\SectionTable" => "lib/internals/section.php",
133 "\\Bitrix\\Sale\\Internals\\StoreProductTable" => "lib/internals/storeproduct.php",
134
135 "\\Bitrix\\Sale\\SalesZone" => "lib/saleszone.php",
136 "Bitrix\\Sale\\Internals\\OrderDeliveryReqTable" => "lib/internals/orderdeliveryreq.php",
137 "\\Bitrix\\Sale\\Internals\\OrderDeliveryReqTable" => "lib/internals/orderdeliveryreq.php",
138
139 "Bitrix\\Sale\\SenderEventHandler" => "lib/senderconnector.php",
140 "Bitrix\\Sale\\SenderConnectorBuyer" => "lib/senderconnector.php",
141
142 "\\Bitrix\\Sale\\UserConsent" => "lib/userconsent.php",
143
144 "\\Bitrix\\Sale\\Internals\\Product2ProductTable" => "lib/internals/product2product.php",
145
146 "Bitrix\\Sale\\Internals\\OrderProcessingTable" => "lib/internals/orderprocessing.php",
147
148 "\\Bitrix\\Sale\\OrderBase" => "lib/orderbase.php",
149 "\\Bitrix\\Sale\\Internals\\Entity" => "lib/internals/entity.php",
150 "\\Bitrix\\Sale\\Internals\\EntityCollection" => "lib/internals/entitycollection.php",
151 "\\Bitrix\\Sale\\Internals\\CollectionBase" => "lib/internals/collectionbase.php",
152
153 "\\Bitrix\\Sale\\Shipment" => "lib/shipment.php",
154 "\\Bitrix\\Sale\\ShipmentCollection" => "lib/shipmentcollection.php",
155 "\\Bitrix\\Sale\\ShipmentItemCollection" => "lib/shipmentitemcollection.php",
156 "\\Bitrix\\Sale\\ShipmentItem" => "lib/shipmentitem.php",
157 "\\Bitrix\\Sale\\ShipmentItemStoreCollection" => "lib/shipmentitemstorecollection.php",
158 "\\Bitrix\\Sale\\ShipmentItemStore" => "lib/shipmentitemstore.php",
159
160 "\\Bitrix\\Sale\\PaymentCollectionBase" => "lib/internals/paymentcollectionbase.php",
161 "\\Bitrix\\Sale\\PaymentCollection" => "lib/paymentcollection.php",
162 "\\Bitrix\\Sale\\Payment" => "lib/payment.php",
163 "\\Bitrix\\Sale\\PaysystemService" => "lib/paysystemservice.php",
164 "\\Bitrix\\Sale\\Internals\\Fields" => "lib/internals/fields.php",
165 "\\Bitrix\\Sale\\Result" => "lib/result.php",
166 "\\Bitrix\\Sale\\ResultError" => "lib/result.php",
167 "\\Bitrix\\Sale\\ResultSerializable" => "lib/resultserializable.php",
168 "\\Bitrix\\Sale\\EventActions" => "lib/eventactions.php",
169
170 "\\Bitrix\\Sale\\BasketBase" => "lib/basketbase.php",
171 "\\Bitrix\\Sale\\BasketItemBase" => "lib/basketitembase.php",
172 "\\Bitrix\\Sale\\Basket" => "lib/basket.php",
173
174 "\\Bitrix\\Sale\\Internals\\BasketItemBase" => "lib/internals/basketitembase.php",
175 "\\Bitrix\\Sale\\BasketItem" => "lib/basketitem.php",
176 "\\Bitrix\\Sale\\BasketBundleCollection" => "lib/basketbundlecollection.php",
177
178 "\\Bitrix\\Sale\\OrderProperties" => "lib/orderprops.php",
179 "\\Bitrix\\Sale\\PropertyValue" => "lib/propertyvalue.php",
180
181 "\\Bitrix\\Sale\\Compatible\\Internals\\EntityCompatibility" => "lib/compatible/internals/entitycompatibility.php",
182 "\\Bitrix\\Sale\\Compatible\\OrderCompatibility" => "lib/compatible/ordercompatibility.php",
183 "\\Bitrix\\Sale\\Compatible\\BasketCompatibility" => "lib/compatible/basketcompatibility.php",
184 "\\Bitrix\\Sale\\Compatible\\EventCompatibility" => "lib/compatible/eventcompatibility.php",
185
186 '\Bitrix\Sale\Compatible\OrderQuery' => 'lib/compatible/compatible.php',
187 '\Bitrix\Sale\Compatible\OrderQueryLocation' => 'lib/compatible/compatible.php',
188 '\Bitrix\Sale\Compatible\FetchAdapter' => 'lib/compatible/compatible.php',
189 '\Bitrix\Sale\Compatible\Test' => 'lib/compatible/compatible.php',
190
191 "\\Bitrix\\Sale\\OrderUserProperties" => "lib/userprops.php",
192
193 "\\Bitrix\\Sale\\BasketPropertiesCollectionBase" => "lib/basketpropertiesbase.php",
194 "\\Bitrix\\Sale\\BasketPropertiesCollection" => "lib/basketproperties.php",
195 "\\Bitrix\\Sale\\BasketPropertyItemBase" => "lib/basketpropertiesitembase.php",
196 "\\Bitrix\\Sale\\BasketPropertyItem" => "lib/basketpropertiesitem.php",
197
198 "\\Bitrix\\Sale\\Tax" => "lib/tax.php",
199
200 "\\Bitrix\\Sale\\Internals\\OrderTable" => "lib/internals/order.php",
201
202 "\\Bitrix\\Sale\\Internals\\BasketTable" => "lib/internals/basket.php",
203
204 "\\Bitrix\\Sale\\Internals\\ShipmentTable" => "lib/internals/shipment.php",
205 "\\Bitrix\\Sale\\Internals\\ShipmentItemTable" => "lib/internals/shipmentitem.php",
206
207 "\\Bitrix\\Sale\\Internals\\PaySystemServiceTable" => "lib/internals/paysystemservice.php",
208 "\\Bitrix\\Sale\\Internals\\PaymentTable" => "lib/internals/payment.php",
209
210 "\\Bitrix\\Sale\\Internals\\ShipmentItemStoreTable" => "lib/internals/shipmentitemstore.php",
211 "\\Bitrix\\Sale\\Internals\\ShipmentExtraService" => "lib/internals/shipmentextraservice.php",
212
213 "\\Bitrix\\Sale\\Internals\\OrderUserPropertiesTable" => "lib/internals/userprops.php",
214
215 "\\Bitrix\\Sale\\Internals\\CollectableEntity" => "lib/internals/collectableentity.php",
216
217 "\\Bitrix\\Sale\\Provider" => "lib/provider.php",
218 "\\Bitrix\\Sale\\ProviderBase" => "lib/providerbase.php",
219
220 '\Bitrix\Sale\Internals\Catalog\Provider' => "lib/internals/catalog/provider.php",
221 '\Bitrix\Sale\SaleProviderBase' => "lib/saleproviderbase.php",
222 'Bitrix\Sale\SaleProviderBase' => "lib/saleproviderbase.php",
223 '\Bitrix\Sale\Internals\TransferDataProvider' => "lib/internals/transferdataprovider.php",
224 '\Bitrix\Sale\Internals\PoolQuantity' => "lib/internals/poolquantity.php",
225
226 '\Bitrix\Sale\Internals\ProviderCreator' => "lib/internals/providercreator.php",
227 '\Bitrix\Sale\Internals\ProviderBuilderBase' => "lib/internals/providerbuilderbase.php",
228 '\Bitrix\Sale\Internals\ProviderBuilder' => "lib/internals/providerbuilder.php",
229 '\Bitrix\Sale\Internals\ProviderBuilderCompatibility' => "lib/internals/providerbuildercompatibility.php",
230
231
232 "\\Bitrix\\Sale\\OrderHistory" => "lib/orderhistory.php",
233
234 '\Bitrix\Sale\Internals\CallbackRegistryTable' => "lib/internals/callbackregistry.php",
235
236 "\\Bitrix\\Sale\\Internals\\BasketPropertyTable" => "lib/internals/basketproperties.php",
237 "\\Bitrix\\Sale\\Internals\\CompanyTable" => "lib/internals/company.php",
238 "\\Bitrix\\Sale\\Internals\\CompanyGroupTable" => "lib/internals/companygroup.php",
239 "\\Bitrix\\Sale\\Internals\\CompanyResponsibleGroupTable" => "lib/internals/companyresponsiblegroup.php",
240
241 "\\Bitrix\\Sale\\Internals\\PersonTypeTable" => "lib/internals/persontype.php",
242 "\\Bitrix\\Sale\\Internals\\PersonTypeSiteTable" => "lib/internals/persontypesite.php",
243
244 "\\Bitrix\\Sale\\Internals\\Pool" => "lib/internals/pool.php",
245 "\\Bitrix\\Sale\\Internals\\UserBudgetPool" => "lib/internals/userbudgetpool.php",
246 "\\Bitrix\\Sale\\Internals\\EventsPool" => "lib/internals/eventspool.php",
247 "\\Bitrix\\Sale\\Internals\\Events" => "lib/internals/events.php",
248
249 "\\Bitrix\\Sale\\PriceMaths" => "lib/pricemaths.php",
250 "\\Bitrix\\Sale\\BasketComponentHelper" => "lib/basketcomponenthelper.php",
251 "\\Bitrix\\Sale\\Registry" => "lib/registry.php",
252
253 "IPaymentOrder" => "lib/internals/paymentinterface.php",
254 "IShipmentOrder" => "lib/internals/shipmentinterface.php",
255 "IEntityMarker" => "lib/internals/entitymarkerinterface.php",
256
257 //archive
258 "\\Bitrix\\Sale\\Internals\\OrderArchiveTable" => "lib/internals/orderarchive.php",
259 "\\Bitrix\\Sale\\Internals\\BasketArchiveTable" => "lib/internals/basketarchive.php",
260 "\\Bitrix\\Sale\\Internals\\OrderArchivePackedTable" => "lib/internals/orderarchivepacked.php",
261 "\\Bitrix\\Sale\\Internals\\BasketArchivePackedTable" => "lib/internals/basketarchivepacked.php",
262 "\\Bitrix\\Sale\\Archive\\Manager" => "lib/archive/manager.php",
263 "\\Bitrix\\Sale\\Archive\\Recovery\\Base" => "lib/archive/recovery/base.php",
264 "\\Bitrix\\Sale\\Archive\\Recovery\\Scheme" => "lib/archive/recovery/scheme.php",
265 "\\Bitrix\\Sale\\Archive\\Recovery\\Version1" => "lib/archive/recovery/version1.php",
266
267
268 "Bitrix\\Sale\\Tax\\RateTable" => "lib/tax/rate.php",
269
271 // new location 2.0
273
274 // data entities
275 "Bitrix\\Sale\\Location\\LocationTable" => "lib/location/location.php",
276 "Bitrix\\Sale\\Location\\Tree" => "lib/location/tree.php",
277 "Bitrix\\Sale\\Location\\TypeTable" => "lib/location/type.php",
278 "Bitrix\\Sale\\Location\\GroupTable" => "lib/location/group.php",
279 "Bitrix\\Sale\\Location\\ExternalTable" => "lib/location/external.php",
280 "Bitrix\\Sale\\Location\\ExternalServiceTable" => "lib/location/externalservice.php",
281
282 // search
283 "Bitrix\\Sale\\Location\\Search\\Finder" => "lib/location/search/finder.php",
284 "Bitrix\\Sale\\Location\\Search\\WordTable" => "lib/location/search/word.php",
285 "Bitrix\\Sale\\Location\\Search\\ChainTable" => "lib/location/search/chain.php",
286 "Bitrix\\Sale\\Location\\Search\\SiteLinkTable" => "lib/location/search/sitelink.php",
287
288 // lang entities
289 "Bitrix\\Sale\\Location\\Name\\NameEntity" => "lib/location/name/nameentity.php",
290 "Bitrix\\Sale\\Location\\Name\\LocationTable" => "lib/location/name/location.php",
291 "Bitrix\\Sale\\Location\\Name\\TypeTable" => "lib/location/name/type.php",
292 "Bitrix\\Sale\\Location\\Name\\GroupTable" => "lib/location/name/group.php",
293
294 // connector from locations to other entities
295 "Bitrix\\Sale\\Location\\Connector" => "lib/location/connector.php",
296
297 // link entities
298 "Bitrix\\Sale\\Location\\GroupLocationTable" => "lib/location/grouplocation.php",
299 "Bitrix\\Sale\\Location\\SiteLocationTable" => "lib/location/sitelocation.php",
300 "Bitrix\\Sale\\Location\\DefaultSiteTable" => "lib/location/defaultsite.php",
301
302 // db util
303 "Bitrix\\Sale\\Location\\DB\\CommonHelper" => "lib/location/db/commonhelper.php",
304 "Bitrix\\Sale\\Location\\DB\\Helper" => "lib/location/db/mysql/helper.php",
305 "Bitrix\\Sale\\Location\\DB\\BlockInserter" => "lib/location/db/blockinserter.php",
306
307 // admin logic
308 "Bitrix\\Sale\\Location\\Admin\\Helper" => "lib/location/admin/helper.php",
309 "Bitrix\\Sale\\Location\\Admin\\NameHelper" => "lib/location/admin/namehelper.php",
310 "Bitrix\\Sale\\Location\\Admin\\LocationHelper" => "lib/location/admin/locationhelper.php",
311 "Bitrix\\Sale\\Location\\Admin\\TypeHelper" => "lib/location/admin/typehelper.php",
312 "Bitrix\\Sale\\Location\\Admin\\GroupHelper" => "lib/location/admin/grouphelper.php",
313 "Bitrix\\Sale\\Location\\Admin\\DefaultSiteHelper" => "lib/location/admin/defaultsitehelper.php",
314 "Bitrix\\Sale\\Location\\Admin\\SiteLocationHelper" => "lib/location/admin/sitelocationhelper.php",
315 "Bitrix\\Sale\\Location\\Admin\\ExternalServiceHelper" => "lib/location/admin/externalservicehelper.php",
316 "Bitrix\\Sale\\Location\\Admin\\SearchHelper" => "lib/location/admin/searchhelper.php",
317
318
319 // util
320 "Bitrix\\Sale\\Location\\Util\\Process" => "lib/location/util/process.php",
321 "Bitrix\\Sale\\Location\\Util\\CSVReader" => "lib/location/util/csvreader.php",
322 "Bitrix\\Sale\\Location\\Util\\Assert" => "lib/location/util/assert.php",
323
324 // processes for step-by-step actions
325 "Bitrix\\Sale\\Location\\Import\\ImportProcess" => "lib/location/import/importprocess.php",
326 "Bitrix\\Sale\\Location\\Search\\ReindexProcess" => "lib/location/search/reindexprocess.php",
327
328 // exceptions
329 "\\Bitrix\\Sale\\Location\\Tree\\NodeNotFoundException" => "lib/location/tree/exception.php",
330 "\\Bitrix\\Sale\\Location\\Tree\\NodeIncorrectException" => "lib/location/tree/exception.php",
331 "\\Bitrix\\Sale\\Location\\Exception" => "lib/location/exception.php",
332
333 // old
334 "CSaleProxyAdminResult" => "general/proxyadminresult.php", // for admin
335 "CSaleProxyAdminUiResult" => "general/proxyadminresult.php",
336 "CSaleProxyResult" => "general/proxyresult.php", // for public
337 // other
338 "Bitrix\\Sale\\Location\\Migration\\CUpdaterLocationPro" => "lib/location/migration/migrate.php", // class of migrations
339
341 // linked entities
343
344 "Bitrix\\Sale\\Delivery\\DeliveryLocationTable" => "lib/delivery/deliverylocation.php",
345 "Bitrix\\Sale\\Delivery\\DeliveryLocationExcludeTable" => "lib/delivery/deliverylocationexclude.php",
346 "Bitrix\\Sale\\Tax\\RateLocationTable" => "lib/tax/ratelocation.php",
348
349 "CSaleBasketFilter" => "general/sale_cond.php",
350 "CSaleCondCtrl" => "general/sale_cond.php",
351 "CSaleCondCtrlComplex" => "general/sale_cond.php",
352 "CSaleCondCtrlGroup" => "general/sale_cond.php",
353 "CSaleCondCtrlBasketGroup" => "general/sale_cond.php",
354 "CSaleCondCtrlBasketFields" => "general/sale_cond.php",
355 "CSaleCondCtrlBasketItemConditions" => "general/sale_cond.php",
356 "CSaleCondCtrlBasketProperties" => "general/sale_cond.php",
357 "CSaleCondCtrlOrderFields" => "general/sale_cond.php",
358 "CSaleCondCtrlCommon" => "general/sale_cond.php",
359 "CSaleCondTree" => "general/sale_cond.php",
360 "CSaleCondCtrlPastOrder" => "general/sale_cond.php",
361 "CSaleCondCumulativeCtrl" => "general/sale_cond.php",
362 "CSaleCumulativeAction" => "general/sale_act.php",
363 "CSaleActionCtrl" => "general/sale_act.php",
364 "CSaleActionCtrlComplex" => "general/sale_act.php",
365 "CSaleActionCtrlGroup" => "general/sale_act.php",
366 "CSaleActionCtrlAction" => "general/sale_act.php",
367 "CSaleDiscountActionApply" => "general/sale_act.php",
368 "CSaleActionCtrlDelivery" => "general/sale_act.php",
369 "CSaleActionGift" => "general/sale_act.php",
370 "CSaleActionGiftCtrlGroup" => "general/sale_act.php",
371 "CSaleActionCtrlBasketGroup" => "general/sale_act.php",
372 "CSaleActionCtrlSubGroup" => "general/sale_act.php",
373 "CSaleActionCondCtrlBasketFields" => "general/sale_act.php",
374 "CSaleActionTree" => "general/sale_act.php",
375 "CSaleDiscountConvert" => "general/discount_convert.php",
376
377 "CSalePdf" => "general/pdf.php",
378 "CSaleYMHandler" => "general/ym_handler.php",
379 "CSaleYMLocation" => "general/ym_location.php",
380
381 "Bitrix\\Sale\\Delivery\\CalculationResult" => "lib/delivery/calculationresult.php",
382 "Bitrix\\Sale\\Delivery\\Services\\Table" => "lib/delivery/services/table.php",
383 "Bitrix\\Sale\\Delivery\\Restrictions\\Table" => "lib/delivery/restrictions/table.php",
384 "Bitrix\\Sale\\Delivery\\Services\\Manager" => "lib/delivery/services/manager.php",
385 "Bitrix\\Sale\\Delivery\\Restrictions\\Base" => "lib/delivery/restrictions/base.php",
386 "Bitrix\\Sale\\Delivery\\Restrictions\\Manager" => "lib/delivery/restrictions/manager.php",
387 "Bitrix\\Sale\\Delivery\\Services\\Base" => "lib/delivery/services/base.php",
388 "Bitrix\\Sale\\Delivery\\Menu" => "lib/delivery/menu.php",
389 "Bitrix\\Sale\\Delivery\\Services\\ObjectPool" => "lib/delivery/services/objectpool.php",
390
391 '\Bitrix\Sale\TradingPlatformTable' => 'lib/internals/tradingplatform.php',
392 '\Bitrix\Sale\TradingPlatform\Ebay\Policy' => 'lib/tradingplatform/ebay/policy.php',
393 '\Bitrix\Sale\TradingPlatform\Helper' => 'lib/tradingplatform/helper.php',
394 '\Bitrix\Sale\TradingPlatform\YMarket\YandexMarket' => 'lib/tradingplatform/ymarket/yandexmarket.php',
395 '\Bitrix\Sale\TradingPlatform\Platform' => 'lib/tradingplatform/platform.php',
396 '\Bitrix\Sale\TradingPlatform\Logger' => 'lib/tradingplatform/logger.php',
397
398 'Bitrix\Sale\Internals\ShipmentExtraServiceTable' => 'lib/internals/shipmentextraservice.php',
399 'Bitrix\Sale\Delivery\ExtraServices\Manager' => 'lib/delivery/extra_services/manager.php',
400 'Bitrix\Sale\Delivery\ExtraServices\Base' => 'lib/delivery/extra_services/base.php',
401 'Bitrix\Sale\Delivery\ExtraServices\Table' => 'lib/delivery/extra_services/table.php',
402 'Bitrix\Sale\Delivery\Tracking\Manager' => 'lib/delivery/tracking/manager.php',
403 'Bitrix\Sale\Delivery\Tracking\Table' => 'lib/delivery/tracking/table.php',
404 'Bitrix\Sale\Delivery\ExternalLocationMap' => 'lib/delivery/externallocationmap.php',
405
406 'Bitrix\Sale\Internals\ServiceRestrictionTable' => 'lib/internals/servicerestriction.php',
407 'Bitrix\Sale\Services\Base\RestrictionManager' => 'lib/services/base/restrictionmanager.php',
408 '\Bitrix\Sale\Services\Base\SiteRestriction' => 'lib/services/base/siterestriction.php',
409 '\Bitrix\Sale\Services\Base\TradeBindingRestriction' => 'lib/services/base/tradebindingrestriction.php',
410
411 '\Bitrix\Sale\Compatible\DiscountCompatibility' => 'lib/compatible/discountcompatibility.php',
412 '\Bitrix\Sale\Config\Feature' => 'lib/config/feature.php',
413 '\Bitrix\Sale\Discount\Context\BaseContext' => 'lib/discount/context/basecontext.php',
414 '\Bitrix\Sale\Discount\Context\Fuser' => 'lib/discount/context/fuser.php',
415 '\Bitrix\Sale\Discount\Context\User' => 'lib/discount/context/user.php',
416 '\Bitrix\Sale\Discount\Context\UserGroup' => 'lib/discount/context/usergroup.php',
417 '\Bitrix\Sale\Discount\Gift\Collection' => 'lib/discount/gift/collection.php',
418 '\Bitrix\Sale\Discount\Gift\Gift' => 'lib/discount/gift/gift.php',
419 '\Bitrix\Sale\Discount\Gift\Manager' => 'lib/discount/gift/manager.php',
420 '\Bitrix\Sale\Discount\Gift\RelatedDataTable' => 'lib/discount/gift/relateddata.php',
421 '\Bitrix\Sale\Discount\Index\IndexElementTable' => 'lib/discount/index/indexelement.php',
422 '\Bitrix\Sale\Discount\Index\IndexSectionTable' => 'lib/discount/index/indexsection.php',
423 '\Bitrix\Sale\Discount\Index\Manager' => 'lib/discount/index/manager.php',
424 '\Bitrix\Sale\Discount\Migration\OrderDiscountMigrator' => 'lib/discount/migration/orderdiscountmigrator.php',
425 '\Bitrix\Sale\Discount\Prediction\Manager' => 'lib/discount/prediction/manager.php',
426 '\Bitrix\Sale\Discount\Preset\ArrayHelper' => 'lib/discount/preset/arrayhelper.php',
427 '\Bitrix\Sale\Discount\Preset\BasePreset' => 'lib/discount/preset/basepreset.php',
428 '\Bitrix\Sale\Discount\Preset\HtmlHelper' => 'lib/discount/preset/htmlhelper.php',
429 '\Bitrix\Sale\Discount\Preset\Manager' => 'lib/discount/preset/manager.php',
430 '\Bitrix\Sale\Discount\Preset\SelectProductPreset' => 'lib/discount/preset/selectproductpreset.php',
431 '\Bitrix\Sale\Discount\Preset\State' => 'lib/discount/preset/state.php',
432 '\Bitrix\Sale\Discount\Result\CompatibleFormat' => 'lib/discount/result/compatibleformat.php',
433 '\Bitrix\Sale\Discount\RuntimeCache\DiscountCache' => 'lib/discount/runtimecache/discountcache.php',
434 '\Bitrix\Sale\Discount\RuntimeCache\FuserCache' => 'lib/discount/runtimecache/fusercache.php',
435 '\Bitrix\Sale\Discount\Actions' => 'lib/discount/actions.php',
436 '\Bitrix\Sale\Discount\Analyzer' => 'lib/discount/analyzer.php',
437 '\Bitrix\Sale\Discount\CumulativeCalculator' => 'lib/discount/cumulativecalculator.php',
438 '\Bitrix\Sale\Discount\Formatter' => 'lib/discount/formatter.php',
439 '\Bitrix\Sale\Internals\DiscountTable' => 'lib/internals/discount.php',
440 '\Bitrix\Sale\Internals\DiscountCouponTable' => 'lib/internals/discountcoupon.php',
441 '\Bitrix\Sale\Internals\DiscountEntitiesTable' => 'lib/internals/discountentities.php',
442 '\Bitrix\Sale\Internals\DiscountGroupTable' => 'lib/internals/discountgroup.php',
443 '\Bitrix\Sale\Internals\DiscountModuleTable' => 'lib/internals/discountmodule.php',
444 '\Bitrix\Sale\Internals\OrderDiscountTable' => 'lib/internals/orderdiscount.php',
445 '\Bitrix\Sale\Internals\OrderDiscountDataTable' => 'lib/internals/orderdiscount.php',
446 '\Bitrix\Sale\Internals\OrderCouponsTable' => 'lib/internals/orderdiscount.php',
447 '\Bitrix\Sale\Internals\OrderModulesTable' => 'lib/internals/orderdiscount.php',
448 '\Bitrix\Sale\Internals\OrderRoundTable' => 'lib/internals/orderround.php',
449 '\Bitrix\Sale\Internals\OrderRulesTable' => 'lib/internals/orderdiscount.php',
450 '\Bitrix\Sale\Internals\OrderRulesDescrTable' => 'lib/internals/orderdiscount.php',
451 '\Bitrix\Sale\Internals\AccountNumberGenerator' => 'lib/internals/accountnumber.php',
452 '\Bitrix\Sale\Discount' => 'lib/discount.php',
453 '\Bitrix\Sale\DiscountBase' => 'lib/discountbase.php',
454 '\Bitrix\Sale\DiscountCouponsManager' => 'lib/discountcouponsmanager.php',
455 '\Bitrix\Sale\DiscountCouponsManagerBase' => 'lib/discountcouponsmanagerbase.php',
456 '\Bitrix\Sale\OrderDiscount' => 'lib/orderdiscount.php',
457 '\Bitrix\Sale\OrderDiscountBase' => 'lib/orderdiscountbase.php',
458 '\Bitrix\Sale\OrderDiscountManager' => 'lib/orderdiscountmanager.php',
459
460 '\Bitrix\Sale\PaySystem\Logger' => 'lib/paysystem/logger.php',
461 '\Bitrix\Sale\PaySystem\RestService' => 'lib/paysystem/restservice.php',
462 '\Bitrix\Sale\PaySystem\RestHandler' => 'lib/paysystem/resthandler.php',
463 '\Bitrix\Sale\Services\Base\RestClient' => 'lib/services/base/restclient.php',
464 '\Bitrix\Sale\PaySystem\Service' => 'lib/paysystem/service.php',
465 '\Bitrix\Sale\Internals\PaySystemRestHandlersTable' => 'lib/internals/paysystemresthandlers.php',
466 '\Bitrix\Sale\PaySystem\Manager' => 'lib/paysystem/manager.php',
467 '\Bitrix\Sale\PaySystem\BaseServiceHandler' => 'lib/paysystem/baseservicehandler.php',
468 '\Bitrix\Sale\PaySystem\ServiceHandler' => 'lib/paysystem/servicehandler.php',
469 '\Bitrix\Sale\PaySystem\IRefund' => 'lib/paysystem/irefund.php',
470 '\Bitrix\Sale\PaySystem\IPdf' => 'lib/paysystem/ipdf.php',
471 '\Bitrix\Sale\PaySystem\IRefundExtended' => 'lib/paysystem/irefundextended.php',
472 '\Bitrix\Sale\PaySystem\Cert' => 'lib/paysystem/cert.php',
473 '\Bitrix\Sale\PaySystem\IPayable' => 'lib/paysystem/ipayable.php',
474 '\Bitrix\Sale\PaySystem\ICheckable' => 'lib/paysystem/icheckable.php',
475 '\Bitrix\Sale\PaySystem\IPrePayable' => 'lib/paysystem/iprepayable.php',
476 '\Bitrix\Sale\PaySystem\CompatibilityHandler' => 'lib/paysystem/compatibilityhandler.php',
477 '\Bitrix\Sale\PaySystem\IHold' => 'lib/paysystem/ihold.php',
478 '\Bitrix\Sale\PaySystem\IPartialHold' => 'lib/paysystem/ipartialhold.php',
479 '\Bitrix\Sale\Internals\PaymentLogTable' => 'lib/internals/paymentlog.php',
480 '\Bitrix\Sale\Services\PaySystem\Restrictions\Manager' => 'lib/services/paysystem/restrictions/manager.php',
481 '\Bitrix\Sale\Services\Base\Restriction' => 'lib/services/base/restriction.php',
482 '\Bitrix\Sale\Services\Base\RestrictionManager' => 'lib/services/base/restrictionmanager.php',
483 '\Bitrix\sale\Internals\YandexSettingsTable' => 'lib/internals/yandexsettings.php',
484
485 '\Bitrix\Sale\Services\Company\Manager' => 'lib/services/company/manager.php',
486 '\Bitrix\Sale\Internals\CollectionFilterIterator' => 'lib/internals/collectionfilteriterator.php',
487
488 '\Bitrix\Sale\Cashbox\Internals\Pool' => 'lib/cashbox/internals/pool.php',
489 '\Bitrix\Sale\Cashbox\Internals\CashboxTable' => 'lib/cashbox/internals/cashbox.php',
490 '\Bitrix\Sale\Cashbox\Internals\CashboxCheckTable' => 'lib/cashbox/internals/cashboxcheck.php',
491 '\Bitrix\Sale\Cashbox\Internals\CashboxZReportTable' => 'lib/cashbox/internals/cashboxzreport.php',
492 '\Bitrix\Sale\Cashbox\Internals\CashboxErrLogTable' => 'lib/cashbox/internals/cashboxerrlog.php',
493 '\Bitrix\Sale\Cashbox\Cashbox' => 'lib/cashbox/cashbox.php',
494 '\Bitrix\Sale\Cashbox\Manager' => 'lib/cashbox/manager.php',
495 '\Bitrix\Sale\Cashbox\IPrintImmediately' => 'lib/cashbox/iprintimmediately.php',
496 '\Bitrix\Sale\Cashbox\Restrictions\Manager' => 'lib/cashbox/restrictions/manager.php',
497
498 '\Bitrix\Sale\Notify' => 'lib/notify.php',
499 '\Bitrix\Sale\BuyerStatistic'=> '/lib/buyerstatistic.php',
500 '\Bitrix\Sale\Internals\BuyerStatisticTable'=> '/lib/internals/buyerstatistic.php',
501
502 'CAdminSaleList' => 'general/admin_lib.php',
503 '\Bitrix\Sale\Helpers\Admin\SkuProps' => 'lib/helpers/admin/skuprops.php',
504 '\Bitrix\Sale\Helpers\Admin\Product' => 'lib/helpers/admin/product.php',
505 '\Bitrix\Sale\Helpers\Order' => 'lib/helpers/order.php',
506 '\Bitrix\Sale\Location\Comparator\Replacement' => 'lib/location/comparator/ru/replacement.php',
507 '\Bitrix\Sale\Location\Comparator\TmpTable' => 'lib/location/comparator/tmptable.php',
508 '\Bitrix\Sale\Location\Comparator' => 'lib/location/comparator.php',
509 '\Bitrix\Sale\Location\Comparator\MapResult' => 'lib/location/comparator/mapresult.php',
510 '\Bitrix\Sale\Location\Comparator\Mapper' => 'lib/location/comparator/mapper.php',
511
512 '\Bitrix\Sale\Exchange\OneC\DocumentImport' => '/lib/exchange/compatibility/documents.php',
513
514 '\Bitrix\Sale\Exchange\OneC\CollisionOrder' => '/lib/exchange/onec/importcollision.php',
515 '\Bitrix\Sale\Exchange\OneC\CollisionShipment' => '/lib/exchange/onec/importcollision.php',
516 '\Bitrix\Sale\Exchange\OneC\CollisionPayment' => '/lib/exchange/onec/importcollision.php',
517 '\Bitrix\Sale\Exchange\OneC\CollisionProfile' => '/lib/exchange/onec/importcollision.php',
518 '\Bitrix\Sale\Exchange\OneC\PaymentCashDocument'=> '/lib/exchange/onec/paymentdocument.php',
519 '\Bitrix\Sale\Exchange\OneC\PaymentCashLessDocument'=> '/lib/exchange/onec/paymentdocument.php',
520 '\Bitrix\Sale\Exchange\OneC\PaymentCardDocument'=> '/lib/exchange/onec/paymentdocument.php',
521 '\Bitrix\Sale\Exchange\OneC\ImportCriterionBase' => '/lib/exchange/onec/importcriterion.php',
522 '\Bitrix\Sale\Exchange\OneC\ImportCriterionOneCCml2' => '/lib/exchange/onec/importcriterion.php',
523 '\Bitrix\Sale\Exchange\OneC\CriterionOrder' => '/lib/exchange/onec/importcriterion.php',
524 '\Bitrix\Sale\Exchange\OneC\CriterionShipment' => '/lib/exchange/onec/importcriterion.php',
525 '\Bitrix\Sale\Exchange\OneC\CriterionShipmentInvoice' => '/lib/exchange/onec/importcriterion.php',
526 '\Bitrix\Sale\Exchange\OneC\CriterionPayment' => '/lib/exchange/onec/importcriterion.php',
527 '\Bitrix\Sale\Exchange\OneC\CriterionProfile' => '/lib/exchange/onec/importcriterion.php',
528 '\Bitrix\Sale\Exchange\Entity\OrderImportLoader'=> '/lib/exchange/entity/entityimportloader.php',
529 '\Bitrix\Sale\Exchange\Entity\InvoiceImportLoader'=> '/lib/exchange/entity/entityimportloader.php',
530 '\Bitrix\Sale\Exchange\Entity\PaymentImportLoader'=> '/lib/exchange/entity/entityimportloader.php',
531 '\Bitrix\Sale\Exchange\Entity\ShipmentImportLoader'=> '/lib/exchange/entity/entityimportloader.php',
532 '\Bitrix\Sale\Exchange\Entity\UserProfileImportLoader'=> '/lib/exchange/entity/entityimportloader.php',
533 '\Bitrix\Sale\Exchange\Entity\PaymentCashLessImport'=> '/lib/exchange/entity/paymentimport.php',
534 '\Bitrix\Sale\Exchange\Entity\PaymentCardImport'=> '/lib/exchange/entity/paymentimport.php',
535 '\Bitrix\Sale\Exchange\Entity\PaymentCashImport'=> '/lib/exchange/entity/paymentimport.php',
536
537 '\Bitrix\Sale\Location\GeoIp' => '/lib/location/geoip.php',
538
539 '\Bitrix\Sale\Delivery\Requests\Manager' => '/lib/delivery/requests/manager.php',
540 '\Bitrix\Sale\Delivery\Requests\Helper' => '/lib/delivery/requests/helper.php',
541 '\Bitrix\Sale\Delivery\Requests\HandlerBase' => '/lib/delivery/requests/handlerbase.php',
542 '\Bitrix\Sale\Delivery\Requests\RequestTable' => '/lib/delivery/requests/request.php',
543 '\Bitrix\Sale\Delivery\Requests\ShipmentTable' => '/lib/delivery/requests/shipment.php',
544 '\Bitrix\Sale\Delivery\Requests\Result' => '/lib/delivery/requests/result.php',
545 '\Bitrix\Sale\Delivery\Requests\ResultFile' => '/lib/delivery/requests/resultfile.php',
546
547 '\Bitrix\Sale\Delivery\Packing\Packer' => '/lib/delivery/packing/packer.php',
548
549 '\Bitrix\Sale\Recurring' => '/lib/recurring.php',
550
551 '\Bitrix\Sale\Location\Normalizer\Builder' => '/lib/location/normalizer/builder.php',
552 '\Bitrix\Sale\Location\Normalizer\IBuilder' => '/lib/location/normalizer/ibuilder.php',
553 '\Bitrix\Sale\Location\Normalizer\Normalizer' => '/lib/location/normalizer/normalizer.php',
554 '\Bitrix\Sale\Location\Normalizer\INormalizer' => '/lib/location/normalizer/inormalizer.php',
555 '\Bitrix\Sale\Location\Normalizer\CommonNormalizer' => '/lib/location/normalizer/commonnormalizer.php',
556 '\Bitrix\Sale\Location\Normalizer\NullNormalizer' => '/lib/location/normalizer/nullnormalizer.php',
557 '\Bitrix\Sale\Location\Normalizer\SpaceNormalizer' => '/lib/location/normalizer/spacenormalizer.php',
558 '\Bitrix\Sale\Location\Normalizer\LanguageNormalizer' => '/lib/location/normalizer/languagenormalizer.php',
559 '\Bitrix\Sale\Location\Normalizer\Helper' => '/lib/location/normalizer/helper.php',
560
561 '\Sale\Handlers\Delivery\Additional\RusPost\Reliability\Service' => '/handlers/delivery/additional/ruspost/reliability/service.php'
562 ]
563);
564
566 'Sale\Handlers\Delivery\YandexTaxi\\',
567 \Bitrix\Main\Loader::getDocumentRoot().'/bitrix/modules/sale/handlers/delivery/yandextaxi'
568);
570 'Sale\Handlers\Delivery\Rest\\',
571 \Bitrix\Main\Loader::getDocumentRoot().'/bitrix/modules/sale/handlers/delivery/rest'
572);
573
574class_alias('Bitrix\Sale\TradingPlatform\YMarket\YandexMarket', 'Bitrix\Sale\TradingPlatform\YandexMarket');
575class_alias('\Bitrix\Sale\PaySystem\Logger', '\Bitrix\Sale\PaySystem\ErrorLog');
576class_alias('\Bitrix\Sale\Internals\OrderTable', '\Bitrix\Sale\OrderTable');
577class_alias('\Bitrix\Sale\Internals\FuserTable', '\Bitrix\Sale\FuserTable');
578class_alias('\Bitrix\Sale\Internals\Product2ProductTable', '\Bitrix\Sale\Product2ProductTable');
579class_alias('\Bitrix\Sale\Internals\StoreProductTable', '\Bitrix\Sale\StoreProductTable');
580class_alias('\Bitrix\Sale\Internals\PersonTypeTable', '\Bitrix\Sale\PersonTypeTable');
581class_alias('\Bitrix\Sale\Internals\ProductTable', '\Bitrix\Sale\ProductTable');
582class_alias('\Bitrix\Sale\Internals\SectionTable', '\Bitrix\Sale\SectionTable');
583class_alias('\Bitrix\Sale\Internals\OrderProcessingTable', '\Bitrix\Sale\OrderProcessingTable');
584class_alias('\Bitrix\Sale\Internals\GoodsSectionTable', '\Bitrix\Sale\GoodsSectionTable');
static registerNamespace($namespace, $path)
Определения loader.php:323
static AddAutoloadClasses($module, $arParams=[])
Определения module.php:27