| @@ -8,8 +8,26 @@ | ||
| 8 | 8 | return array( |
| 9 | 9 | 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 10 | 10 | 'Disco\\Ajax\\Ajax' => $baseDir . '/ajax/Ajax.php', |
| 11 | 11 | 'Disco\\Ajax\\Ajax_Admin' => $baseDir . '/ajax/Ajax_Admin.php', |
| 12 | + 'Disco\\App\\Analytics\\Controllers\\BaseController' => $baseDir . '/app/Analytics/Controllers/BaseController.php', | |
| 13 | + 'Disco\\App\\Analytics\\Controllers\\IntentPerformanceController' => $baseDir . '/app/Analytics/Controllers/IntentPerformanceController.php', | |
| 14 | + 'Disco\\App\\Analytics\\Controllers\\RevenueController' => $baseDir . '/app/Analytics/Controllers/RevenueController.php', | |
| 15 | + 'Disco\\App\\Analytics\\Controllers\\SummaryController' => $baseDir . '/app/Analytics/Controllers/SummaryController.php', | |
| 16 | + 'Disco\\App\\Analytics\\Queries\\BaseQuery' => $baseDir . '/app/Analytics/Queries/BaseQuery.php', | |
| 17 | + 'Disco\\App\\Analytics\\Queries\\CampaignQuery' => $baseDir . '/app/Analytics/Queries/CampaignQuery.php', | |
| 18 | + 'Disco\\App\\Analytics\\Queries\\CustomerQuery' => $baseDir . '/app/Analytics/Queries/CustomerQuery.php', | |
| 19 | + 'Disco\\App\\Analytics\\Queries\\IntentQuery' => $baseDir . '/app/Analytics/Queries/IntentQuery.php', | |
| 20 | + 'Disco\\App\\Analytics\\Queries\\OrderQuery' => $baseDir . '/app/Analytics/Queries/OrderQuery.php', | |
| 21 | + 'Disco\\App\\Analytics\\Queries\\ProductQuery' => $baseDir . '/app/Analytics/Queries/ProductQuery.php', | |
| 22 | + 'Disco\\App\\Analytics\\Queries\\RevenueQuery' => $baseDir . '/app/Analytics/Queries/RevenueQuery.php', | |
| 23 | + 'Disco\\App\\Analytics\\Queries\\SummaryQuery' => $baseDir . '/app/Analytics/Queries/SummaryQuery.php', | |
| 24 | + 'Disco\\App\\Analytics\\Services\\BaseService' => $baseDir . '/app/Analytics/Services/BaseService.php', | |
| 25 | + 'Disco\\App\\Analytics\\Services\\CampaignService' => $baseDir . '/app/Analytics/Services/CampaignService.php', | |
| 26 | + 'Disco\\App\\Analytics\\Services\\CustomerService' => $baseDir . '/app/Analytics/Services/CustomerService.php', | |
| 27 | + 'Disco\\App\\Analytics\\Services\\OrderService' => $baseDir . '/app/Analytics/Services/OrderService.php', | |
| 28 | + 'Disco\\App\\Analytics\\Services\\ProductService' => $baseDir . '/app/Analytics/Services/ProductService.php', | |
| 29 | + 'Disco\\App\\Analytics\\Services\\SummaryService' => $baseDir . '/app/Analytics/Services/SummaryService.php', | |
| 12 | 30 | 'Disco\\App\\Attributes\\AttributeFactory' => $baseDir . '/app/Attributes/AttributeFactory.php', |
| 13 | 31 | 'Disco\\App\\Attributes\\Cart' => $baseDir . '/app/Attributes/Cart.php', |
| 14 | 32 | 'Disco\\App\\Attributes\\Customer' => $baseDir . '/app/Attributes/Customer.php', |
| 15 | 33 | 'Disco\\App\\Attributes\\CustomerHistory' => $baseDir . '/app/Attributes/CustomerHistory.php', |
| @@ -36,8 +54,11 @@ | ||
| 36 | 54 | 'Disco\\App\\Intents\\BundleIntent' => $baseDir . '/app/Intents/BundleIntent.php', |
| 37 | 55 | 'Disco\\App\\Intents\\BuyXGetXIntent' => $baseDir . '/app/Intents/BuyXGetXIntent.php', |
| 38 | 56 | 'Disco\\App\\Intents\\BuyXGetYIntent' => $baseDir . '/app/Intents/BuyXGetYIntent.php', |
| 39 | 57 | 'Disco\\App\\Intents\\CartIntent' => $baseDir . '/app/Intents/CartIntent.php', |
| 58 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogo' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogo.php', | |
| 59 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoCart' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogoCart.php', | |
| 60 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoRules' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogoRules.php', | |
| 40 | 61 | 'Disco\\App\\Intents\\Intent' => $baseDir . '/app/Intents/Intent.php', |
| 41 | 62 | 'Disco\\App\\Intents\\IntentFactory' => $baseDir . '/app/Intents/IntentFactory.php', |
| 42 | 63 | 'Disco\\App\\Intents\\IntentHelper' => $baseDir . '/app/Intents/IntentHelper.php', |
| 43 | 64 | 'Disco\\App\\Intents\\ProductIntent' => $baseDir . '/app/Intents/ProductIntent.php', |
| @@ -51,10 +72,12 @@ | ||
| 51 | 72 | 'Disco\\App\\Utility\\Helper' => $baseDir . '/app/Utility/Helper.php', |
| 52 | 73 | 'Disco\\App\\Utility\\Import' => $baseDir . '/app/Utility/Import.php', |
| 53 | 74 | 'Disco\\App\\Utility\\Log' => $baseDir . '/app/Utility/Log.php', |
| 54 | 75 | 'Disco\\App\\Utility\\Model' => $baseDir . '/app/Utility/Model.php', |
| 76 | + 'Disco\\App\\Utility\\QuantityCounter' => $baseDir . '/app/Utility/QuantityCounter.php', | |
| 55 | 77 | 'Disco\\App\\Utility\\Search' => $baseDir . '/app/Utility/Search.php', |
| 56 | 78 | 'Disco\\App\\Utility\\Settings' => $baseDir . '/app/Utility/Settings.php', |
| 79 | + 'Disco\\App\\Utility\\Value' => $baseDir . '/app/Utility/Value.php', | |
| 57 | 80 | 'Disco\\Backend\\ActDeact' => $baseDir . '/backend/ActDeact.php', |
| 58 | 81 | 'Disco\\Backend\\DashboardWidget' => $baseDir . '/backend/DashboardWidget.php', |
| 59 | 82 | 'Disco\\Backend\\Enqueue' => $baseDir . '/backend/Enqueue.php', |
| 60 | 83 | 'Disco\\Backend\\Settings_Page' => $baseDir . '/backend/Settings_Page.php', |
| @@ -66,8 +89,17 @@ | ||
| 66 | 89 | 'Disco\\Frontend\\Extras\\Body_Class' => $baseDir . '/frontend/Extras/Body_Class.php', |
| 67 | 90 | 'Disco\\Notice\\CompatiblePluginNotice' => $baseDir . '/notice/CompatiblePluginNotice.php', |
| 68 | 91 | 'Disco\\Notice\\PromotionalNotice' => $baseDir . '/notice/PromotionalNotice.php', |
| 69 | 92 | 'Disco\\Notice\\ReviewNotice' => $baseDir . '/notice/ReviewNotice.php', |
| 93 | + 'Disco\\Rest\\AnalyticsApi' => $baseDir . '/rest/AnalyticsApi.php', | |
| 94 | + 'Disco\\Rest\\Analytics\\Base' => $baseDir . '/rest/Analytics/Base.php', | |
| 95 | + 'Disco\\Rest\\Analytics\\CampaignsApi' => $baseDir . '/rest/Analytics/CampaignsApi.php', | |
| 96 | + 'Disco\\Rest\\Analytics\\CustomersApi' => $baseDir . '/rest/Analytics/CustomersApi.php', | |
| 97 | + 'Disco\\Rest\\Analytics\\IntentApi' => $baseDir . '/rest/Analytics/IntentApi.php', | |
| 98 | + 'Disco\\Rest\\Analytics\\OrdersApi' => $baseDir . '/rest/Analytics/OrdersApi.php', | |
| 99 | + 'Disco\\Rest\\Analytics\\ProductsApi' => $baseDir . '/rest/Analytics/ProductsApi.php', | |
| 100 | + 'Disco\\Rest\\Analytics\\RevenueChartApi' => $baseDir . '/rest/Analytics/RevenueChartApi.php', | |
| 101 | + 'Disco\\Rest\\Analytics\\SummaryApi' => $baseDir . '/rest/Analytics/SummaryApi.php', | |
| 70 | 102 | 'Disco\\Rest\\Api' => $baseDir . '/rest/Api.php', |
| 71 | 103 | 'Disco\\Rest\\CampaignApi' => $baseDir . '/rest/CampaignApi.php', |
| 72 | 104 | 'Disco\\Rest\\DropDownApi' => $baseDir . '/rest/DropDownApi.php', |
| 73 | 105 | 'Disco\\Rest\\ImageUploadApi' => $baseDir . '/rest/ImageUploadApi.php', |