woocommerce-multilingual
/
vendor
/
otgs
/
installer
/
includes
/
otgs-installer-autoload-classmap.php
CDTClient
4 weeks ago
admin-notices
4 weeks ago
buy-url
4 weeks ago
debug
4 weeks ago
exceptions
5 years ago
instances
4 weeks ago
loader
5 years ago
products
4 weeks ago
repository
4 weeks ago
rest
4 weeks ago
site-key
4 weeks ago
support
4 weeks ago
template-service
4 weeks ago
upgrade
4 weeks ago
utilities
4 weeks ago
wpml-content-stats
4 weeks ago
class-installer-dependencies.php
4 weeks ago
class-installer-theme.php
4 weeks ago
class-installer-upgrader-skins.php
4 weeks ago
class-otgs-installer-autoloader.php
5 years ago
class-otgs-installer-cloned-sites-handler.php
4 weeks ago
class-otgs-installer-debug-info.php
4 weeks ago
class-otgs-installer-factory.php
4 weeks ago
class-otgs-installer-filename-hooks.php
4 weeks ago
class-otgs-installer-icons.php
4 weeks ago
class-otgs-installer-loader.php
10 months ago
class-otgs-installer-package-product-finder.php
4 weeks ago
class-otgs-installer-package-product.php
4 weeks ago
class-otgs-installer-package.php
5 years ago
class-otgs-installer-php-functions.php
4 weeks ago
class-otgs-installer-plugin-factory.php
4 weeks ago
class-otgs-installer-plugin-finder.php
4 weeks ago
class-otgs-installer-plugin.php
4 weeks ago
class-otgs-installer-plugins-page-notice.php
4 weeks ago
class-otgs-installer-plugins-update-cache-cleaner.php
5 years ago
class-otgs-installer-settings.php
4 weeks ago
class-otgs-installer-source-factory.php
5 years ago
class-otgs-installer-source.php
4 weeks ago
class-otgs-installer-subscription-factory.php
5 years ago
class-otgs-installer-subscription-warning-message.php
4 weeks ago
class-otgs-installer-subscription.php
4 weeks ago
class-otgs-installer-wp-components-hooks.php
4 weeks ago
class-otgs-installer-wp-components-sender.php
4 weeks ago
class-otgs-installer-wp-components-setting-ajax.php
4 weeks ago
class-otgs-installer-wp-components-setting-resources.php
4 weeks ago
class-otgs-installer-wp-components-storage.php
4 weeks ago
class-otgs-installer-wp-share-local-components-setting-hooks.php
4 weeks ago
class-otgs-installer-wp-share-local-components-setting.php
4 weeks ago
class-translation-service-info.php
4 weeks ago
class-wp-installer-api.php
4 weeks ago
class-wp-installer-channels.php
4 weeks ago
class-wp-installer.php
4 weeks ago
functions-core.php
4 weeks ago
functions-templates.php
4 weeks ago
otgs-installer-autoload-classmap.php
10 months ago
otgs-installer-autoload-classmap.php
158 lines
| 1 | <?php |
| 2 | $baseDir = dirname( __DIR__ ); |
| 3 | |
| 4 | return [ |
| 5 | 'Installer_Dependencies' => $baseDir . '/includes/class-installer-dependencies.php', |
| 6 | 'Installer_Theme_Class' => $baseDir . '/includes/class-installer-theme.php', |
| 7 | 'Installer_Upgrader_Skins' => $baseDir . '/includes/class-installer-upgrader-skins.php', |
| 8 | 'OTGS_Installer_Autoloader' => $baseDir . '/includes/class-otgs-installer-autoloader.php', |
| 9 | 'OTGS_Installer_Factory' => $baseDir . '/includes/class-otgs-installer-factory.php', |
| 10 | 'OTGS_Installer_Fetch_Subscription_Exception' => $baseDir . '/includes/exceptions/class-otgs-installer-fetch-subscription-exception.php', |
| 11 | 'OTGS_Installer_Filename_Hooks' => $baseDir . '/includes/class-otgs-installer-filename-hooks.php', |
| 12 | 'OTGS_Installer_Icons' => $baseDir . '/includes/class-otgs-installer-icons.php', |
| 13 | 'OTGS_Installer_Logger' => $baseDir . '/includes/debug/class-otgs-installer-logger.php', |
| 14 | 'OTGS_Installer_PHP_Functions' => $baseDir . '/includes/class-otgs-installer-php-functions.php', |
| 15 | 'OTGS_Installer_Package' => $baseDir . '/includes/class-otgs-installer-package.php', |
| 16 | 'OTGS_Installer_Package_Product' => $baseDir . '/includes/class-otgs-installer-package-product.php', |
| 17 | 'OTGS_Installer_Package_Product_Finder' => $baseDir . '/includes/class-otgs-installer-package-product-finder.php', |
| 18 | 'OTGS_Installer_Plugin' => $baseDir . '/includes/class-otgs-installer-plugin.php', |
| 19 | 'OTGS_Installer_Plugin_Factory' => $baseDir . '/includes/class-otgs-installer-plugin-factory.php', |
| 20 | 'OTGS_Installer_Plugin_Finder' => $baseDir . '/includes/class-otgs-installer-plugin-finder.php', |
| 21 | 'OTGS_Installer_Plugins_Page_Notice' => $baseDir . '/includes/class-otgs-installer-plugins-page-notice.php', |
| 22 | 'OTGS_Installer_Repositories' => $baseDir . '/includes/repository/class-otgs-installer-repositories.php', |
| 23 | 'OTGS_Installer_Repositories_Factory' => $baseDir . '/includes/repository/class-otgs-installer-repositories-factory.php', |
| 24 | 'OTGS_Installer_Repository' => $baseDir . '/includes/repository/class-otgs-installer-repository.php', |
| 25 | 'OTGS_Installer_Repository_Factory' => $baseDir . '/includes/repository/class-otgs-installer-repository-factory.php', |
| 26 | 'OTGS_Installer_Site_Key_Ajax' => $baseDir . '/includes/site-key/class-otgs-installer-site-key-ajax.php', |
| 27 | 'OTGS_Installer_Site_Key_Remove_Service' => $baseDir . '/includes/site-key/class-otgs-installer-site-key-remove-service.php', |
| 28 | 'OTGS_Installer_Site_Key_Remove_Request' => $baseDir . '/includes/site-key/class-otgs-installer-site-key-remove-request.php', |
| 29 | 'OTGS_Installer_Site_Key_Exception' => $baseDir . '/includes/exceptions/class-otgs-installer-site-key-exception.php', |
| 30 | 'OTGS_Installer_Source' => $baseDir . '/includes/class-otgs-installer-source.php', |
| 31 | 'OTGS_Installer_Source_Factory' => $baseDir . '/includes/class-otgs-installer-source-factory.php', |
| 32 | 'OTGS_Installer_Subscription' => $baseDir . '/includes/class-otgs-installer-subscription.php', |
| 33 | 'OTGS_Php_Template_Service_Loader' => $baseDir . '/includes/template-service/class-otgs-php-template-service-loader.php', |
| 34 | 'OTGS_Template_Service_Factory' => $baseDir . '/includes/template-service/class-otgs-template-service-factory.php', |
| 35 | 'OTGS_Php_Template_Service' => $baseDir . '/includes/template-service/class-otgs-php-template-service.php', |
| 36 | 'OTGS_Template_Service' => $baseDir . '/includes/template-service/interface-otgs-template-service.php', |
| 37 | 'OTGS_Template_Service_Loader' => $baseDir . '/includes/template-service/interface-otgs-template-service-loader.php', |
| 38 | 'OTGS_Template_Service_Php_Model' => $baseDir . '/includes/template-service/class-otgs-template-service-php-model.php', |
| 39 | 'OTGS_Installer_Upgrade_Response' => $baseDir . '/includes/upgrade/class-otgs-installer-upgrade-response.php', |
| 40 | 'OTGS_Installer_WP_Components_Hooks' => $baseDir . '/includes/class-otgs-installer-wp-components-hooks.php', |
| 41 | 'OTGS_Installer_WP_Components_Sender' => $baseDir . '/includes/class-otgs-installer-wp-components-sender.php', |
| 42 | 'OTGS_Installer_WP_Components_Setting_Ajax' => $baseDir . '/includes/class-otgs-installer-wp-components-setting-ajax.php', |
| 43 | 'OTGS_Installer_WP_Components_Setting_Resources' => $baseDir . '/includes/class-otgs-installer-wp-components-setting-resources.php', |
| 44 | 'OTGS_Installer_WP_Components_Storage' => $baseDir . '/includes/class-otgs-installer-wp-components-storage.php', |
| 45 | 'OTGS_Installer_WP_Share_Local_Components_Setting' => $baseDir . '/includes/class-otgs-installer-wp-share-local-components-setting.php', |
| 46 | 'OTGS_Installer_WP_Share_Local_Components_Setting_Hooks' => $baseDir . '/includes/class-otgs-installer-wp-share-local-components-setting-hooks.php', |
| 47 | 'OTGS_Installer_Subscription_Factory' => $baseDir . '/includes/class-otgs-installer-subscription-factory.php', |
| 48 | 'Translation_Service_Info' => $baseDir . '/includes/class-translation-service-info.php', |
| 49 | 'WP_Installer' => $baseDir . '/includes/class-wp-installer.php', |
| 50 | 'WP_Installer_API' => $baseDir . '/includes/class-wp-installer-api.php', |
| 51 | 'WP_Installer_Channels' => $baseDir . '/includes/class-wp-installer-channels.php', |
| 52 | 'OTGS_Installer_Debug_Info' => $baseDir . '/includes/class-otgs-installer-debug-info.php', |
| 53 | 'OTGS_Installer_Loader' => $baseDir . '/includes/class-otgs-installer-loader.php', |
| 54 | 'OTGS_Installer_Logger_Storage' => $baseDir . '/includes/debug/class-otgs-installer-logger-storage.php', |
| 55 | 'OTGS_Installer_Log' => $baseDir . '/includes/debug/class-otgs-installer-log.php', |
| 56 | 'OTGS_Installer_Log_Factory' => $baseDir . '/includes/debug/class-otgs-installer-log-factory.php', |
| 57 | 'OTGS_Installer_Support_Hooks' => $baseDir . '/includes/support/class-otgs-installer-support-hooks.php', |
| 58 | 'OTGS_Installer_Support_Template' => $baseDir . '/includes/support/class-otgs-installer-support-template.php', |
| 59 | 'OTGS_Installer_Support_Template_Factory' => $baseDir . '/includes/support/class-otgs-installer-support-template-factory.php', |
| 60 | 'OTGS_Installer_Connection_Test' => $baseDir . '/includes/support/class-otgs-installer-connection-test.php', |
| 61 | 'OTGS_Installer_Connection_Test_Exception' => $baseDir . '/includes/support/class-otgs-installer-connection-test-exception.php', |
| 62 | 'OTGS_Installer_Connection_Test_Ajax' => $baseDir . '/includes/support/class-otgs-installer-connection-test-ajax.php', |
| 63 | 'OTGS_Installer_Requirements' => $baseDir . '/includes/support/class-otgs-installer-requirements.php', |
| 64 | 'OTGS_Installer_Instance' => $baseDir . '/includes/instances/class-otgs-installer-instance.php', |
| 65 | 'OTGS_Installer_Instances' => $baseDir . '/includes/instances/class-otgs-installer-instances.php', |
| 66 | 'OTGS_Installer_Instances_Factory' => $baseDir . '/includes/instances/class-otgs-installer-instances-factory.php', |
| 67 | 'OTGS_Installer_Plugins_Update_Cache_Cleaner' => $baseDir . '/includes/class-otgs-installer-plugins-update-cache-cleaner.php', |
| 68 | 'OTGS_Installer_Buy_URL_Hooks' => $baseDir . '/includes/buy-url/class-otgs-installer-buy-url-hooks.php', |
| 69 | 'OTGS_Installer_Cloned_Sites_Handler' => $baseDir . '/includes/class-otgs-installer-cloned-sites-handler.php', |
| 70 | 'OTGS_Products_Bucket_Repository' => $baseDir . '/includes/products/repository/OTGS_Products_Bucket_Repository.php', |
| 71 | 'OTGS_Products_Manager' => $baseDir . '/includes/products/OTGS_Products_Manager.php', |
| 72 | 'OTGS_Products_Manager_Factory' => $baseDir . '/includes/products/OTGS_Products_Manager_Factory.php', |
| 73 | 'OTGS_Products_Config_Db_Storage' => $baseDir . '/includes/products/OTGS_Products_Config_Db_Storage.php', |
| 74 | 'OTGS_Products_Config_Xml' => $baseDir . '/includes/products/OTGS_Products_Config_Xml.php', |
| 75 | 'OTGS\Installer\Collection' => $baseDir . '/includes/utilities/Collection.php', |
| 76 | 'OTGS_Installer_Products_Parser' => $baseDir . '/includes/products/OTGS_Installer_Products_Parser.php', |
| 77 | 'OTGS_Installer_Products_Parsing_Exception' => $baseDir . '/includes/exceptions/OTGS_Installer_Products_Parsing_Exception.php', |
| 78 | 'OTGS\Installer\AdminNotices\Display' => $baseDir . '/includes/admin-notices/Display.php', |
| 79 | 'OTGS\Installer\AdminNotices\Config' => $baseDir . '/includes/admin-notices/Config.php', |
| 80 | 'OTGS\Installer\AdminNotices\PageConfig' => $baseDir . '/includes/admin-notices/PageConfig.php', |
| 81 | 'OTGS\Installer\AdminNotices\ScreenConfig' => $baseDir . '/includes/admin-notices/ScreenConfig.php', |
| 82 | 'OTGS\Installer\AdminNotices\MessageTexts' => $baseDir . '/includes/admin-notices/MessageTexts.php', |
| 83 | 'OTGS\Installer\AdminNotices\Dismissed' => $baseDir . '/includes/admin-notices/Dismissed.php', |
| 84 | 'OTGS\Installer\AdminNotices\Loader' => $baseDir . '/includes/admin-notices/Loader.php', |
| 85 | 'OTGS\Installer\AdminNotices\Store' => $baseDir . '/includes/admin-notices/Store.php', |
| 86 | 'OTGS\Installer\AdminNotices\WPMLConfig' => $baseDir . '/includes/admin-notices/config/WPMLConfig.php', |
| 87 | 'OTGS\Installer\AdminNotices\TMConfig' => $baseDir . '/includes/admin-notices/config/TMConfig.php', |
| 88 | 'OTGS\Installer\AdminNotices\ToolsetConfig' => $baseDir . '/includes/admin-notices/config/ToolsetConfig.php', |
| 89 | 'OTGS\Installer\AdminNotices\Notices\Account' => $baseDir . '/includes/admin-notices/notices/Account.php', |
| 90 | 'OTGS\Installer\AdminNotices\Notices\Texts' => $baseDir . '/includes/admin-notices/notices/Texts.php', |
| 91 | 'OTGS\Installer\AdminNotices\Notices\WPMLTexts' => $baseDir . '/includes/admin-notices/notices/WPMLTexts.php', |
| 92 | 'OTGS\Installer\AdminNotices\Notices\ToolsetTexts' => $baseDir . '/includes/admin-notices/notices/ToolsetTexts.php', |
| 93 | 'OTGS\Installer\AdminNotices\Notices\ApiConnection' => $baseDir . '/includes/admin-notices/notices/ApiConnection.php', |
| 94 | 'OTGS\Installer\AdminNotices\Notices\Notice' => $baseDir . '/includes/admin-notices/notices/Notice.php', |
| 95 | 'OTGS\Installer\AdminNotices\Notices\Hooks' => $baseDir . '/includes/admin-notices/notices/Hooks.php', |
| 96 | 'OTGS\Installer\Templates\Repository\Register' => $baseDir . '/templates/repository-register.php', |
| 97 | 'OTGS\Installer\Templates\Repository\Expired' => $baseDir . '/templates/repository-expired.php', |
| 98 | 'OTGS\Installer\Templates\Repository\Refunded' => $baseDir . '/templates/repository-refunded.php', |
| 99 | 'OTGS\Installer\Templates\Repository\EndUsers' => $baseDir . '/templates/repository-end-users.php', |
| 100 | 'OTGS\Installer\Templates\Repository\Registered' => $baseDir . '/templates/repository-registered.php', |
| 101 | 'OTGS\Installer\Templates\Repository\LegacyFree' => $baseDir . '/templates/repository-legacy-free.php', |
| 102 | 'OTGS\Installer\Templates\Repository\RegisteredButtons' => $baseDir . '/templates/repository-registered-buttons.php', |
| 103 | 'OTGS\Installer\Rest\Push' => $baseDir . '/includes/rest/Push.php', |
| 104 | 'OTGS\Installer\Recommendations\RecommendationsManager' => $baseDir . '/src/Recommendations/RecommendationsManager.php', |
| 105 | 'OTGS\Installer\Recommendations\RecommendationsForInstallerPlugins' => $baseDir . '/src/Recommendations/RecommendationsForInstallerPlugins.php', |
| 106 | 'OTGS\Installer\Recommendations\GluePluginData' => $baseDir . '/src/Recommendations/GluePluginData.php', |
| 107 | 'OTGS\Installer\Recommendations\RecommendationsManagerFactory' => $baseDir . '/src/Recommendations/RecommendationsManagerFactory.php', |
| 108 | 'OTGS\Installer\Recommendations\Storage' => $baseDir . '/src/Recommendations/Storage.php', |
| 109 | 'OTGS\Installer\AdminNotices\Notices\Recommendation' => $baseDir . '/includes/admin-notices/notices/Recommendation.php', |
| 110 | 'OTGS\Installer\AdminNotices\Notices\Dismissions' => $baseDir . '/includes/admin-notices/notices/Dismissions.php', |
| 111 | 'OTGS\Installer\Loader\Config' => $baseDir . '/includes/loader/Config.php', |
| 112 | 'OTGS\Installer\Settings' => $baseDir . '/includes/class-otgs-installer-settings.php', |
| 113 | 'OTGS\Installer\CommercialTab\SectionsManager' => $baseDir . '/includes/products/commercial-tab/SectionsManager.php', |
| 114 | 'OTGS\Installer\CommercialTab\DownloadsList' => $baseDir . '/includes/products/commercial-tab/DownloadsList.php', |
| 115 | 'OTGS\Installer\CommercialTab\DownloadFilter' => $baseDir . '/includes/products/commercial-tab/DownloadFilter.php', |
| 116 | 'OTGS\Installer\Upgrade\AutoUpgrade' => $baseDir . '/includes/upgrade/AutoUpgrade.php', |
| 117 | 'OTGS\Installer\Upgrade\InstallerPlugins' => $baseDir . '/includes/upgrade/InstallerPlugins.php', |
| 118 | 'OTGS\Installer\FP\Obj' => $baseDir . '/includes/utilities/FP/Obj.php', |
| 119 | 'OTGS\Installer\FP\Str' => $baseDir . '/includes/utilities/FP/Str.php', |
| 120 | 'OTGS\Installer\FP\Either' => $baseDir . '/includes/utilities/FP/Either.php', |
| 121 | 'OTGS\Installer\FP\Fns' => $baseDir . '/includes/utilities/FP/Fns.php', |
| 122 | 'OTGS\Installer\FP\Invoker' => $baseDir . '/includes/utilities/FP/Invoker.php', |
| 123 | 'OTGS\Installer\FP\Logic' => $baseDir . '/includes/utilities/FP/Logic.php', |
| 124 | 'OTGS\Installer\FP\Relation' => $baseDir . '/includes/utilities/FP/Relation.php', |
| 125 | 'OTGS\Installer\FP\Undefined' => $baseDir . '/includes/utilities/FP/Undefined.php', |
| 126 | 'OTGS\Installer\FP\Traits\Applicative' => $baseDir . '/includes/utilities/FP/Traits/Applicative.php', |
| 127 | 'OTGS\Installer\FP\Traits\ConstApplicative' => $baseDir . '/includes/utilities/FP/Traits/ConstApplicative.php', |
| 128 | 'OTGS\Installer\FP\Traits\Functor' => $baseDir . '/includes/utilities/FP/Traits/Functor.php', |
| 129 | 'OTGS\Installer\FP\Traits\Pointed' => $baseDir . '/includes/utilities/FP/Traits/Pointed.php', |
| 130 | 'OTGS\Installer\Subscription_Warning_Message' => $baseDir . '/includes/class-otgs-installer-subscription-warning-message.php', |
| 131 | 'OTGS\Installer\Collect\Support\Macroable' => $baseDir . '/includes/utilities/Collect/Support/Macroable.php', |
| 132 | 'OTGS\Installer\Api\Client\Client' => $baseDir . '/src/Api/Client/Client.php', |
| 133 | 'OTGS\Installer\Api\Exception\ClientException' => $baseDir . '/src/Api/Exception/ClientException.php', |
| 134 | 'OTGS\Installer\Api\Exception\InvalidResponseException' => $baseDir . '/src/Api/Exception/InvalidResponseException.php', |
| 135 | 'OTGS\Installer\Api\Exception\InvalidSubscription' => $baseDir . '/src/Api/Exception/InvalidSubscription.php', |
| 136 | 'OTGS\Installer\Api\Exception\InvalidSubscriptionResponseException' => $baseDir . '/src/Api/Exception/InvalidSubscriptionResponseException.php', |
| 137 | 'OTGS\Installer\Api\Endpoint\Subscription' => $baseDir . '/src/Api/Endpoint/Subscription.php', |
| 138 | 'OTGS\Installer\Api\InstallerApiClient' => $baseDir . '/src/Api/InstallerApiClient.php', |
| 139 | 'OTGS\Installer\Api\InstallerApiClientFactory' => $baseDir . '/src/Api/InstallerApiClientFactory.php', |
| 140 | 'OTGS\Installer\Api\SiteUrl' => $baseDir . '/src/Api/SiteUrl.php', |
| 141 | 'OTGS\Installer\Subscription\SubscriptionManager' => $baseDir . '/src/Subscription/SubscriptionManager.php', |
| 142 | 'OTGS\Installer\Subscription\SubscriptionManagerFactory' => $baseDir . '/src/Subscription/SubscriptionManagerFactory.php', |
| 143 | 'OTGS\Installer\Products\ExternalProductsUrls' => $baseDir . '/includes/products/ExternalProductsUrls.php', |
| 144 | 'OTGS\Installer\Api\Endpoint\ProductBucketUrl' => $baseDir . '/src/Api/Endpoint/ProductBucketUrl.php', |
| 145 | 'OTGS\Installer\Api\Exception\InvalidProductBucketUrl' => $baseDir . '/src/Api/Exception/InvalidProductBucketUrl.php', |
| 146 | 'OTGS\Installer\Api\Exception\InvalidProductsResponseException' => $baseDir . '/src/Api/Exception/InvalidProductsResponseException.php', |
| 147 | 'OTGS\Installer\Upgrade\IncludeAutoUpgrade' => $baseDir . '/includes/upgrade/IncludeAutoUpgrade.php', |
| 148 | 'WPML_Content_Stats_Sender' => $baseDir . '/includes/wpml-content-stats/class-installer-wpml-content-stats-sender.php', |
| 149 | 'OTGS\Installer\UUID\UUID_v5' => $baseDir . '/includes/utilities/UUID/UUID_v5.php', |
| 150 | 'OTGS\Installer\CDTClient\Api\ValidatorInterface' => $baseDir . '/includes/CDTClient/Api/ValidatorInterface.php', |
| 151 | 'OTGS\Installer\CDTClient\Api\Response' => $baseDir . '/includes/CDTClient/Api/Response.php', |
| 152 | 'OTGS\Installer\CDTClient\Api\Request' => $baseDir . '/includes/CDTClient/Api/Request.php', |
| 153 | 'OTGS\Installer\CDTClient\Api\Api' => $baseDir . '/includes/CDTClient/Api/Api.php', |
| 154 | 'OTGS\Installer\CDTClient\Api\Endpoints\v1\Requests\Endpoint' => $baseDir . '/includes/CDTClient/Api/Endpoints/v1/Requests/Endpoint.php', |
| 155 | 'OTGS\Installer\CDTClient\Api\Endpoints\v1\Requests\Actions\AddStats\Action' => $baseDir . '/includes/CDTClient/Api/Endpoints/v1/Requests/Actions/AddStats/Action.php', |
| 156 | 'OTGS\Installer\CDTClient\Api\Endpoints\v1\Requests\Actions\AddStats\Validator' => $baseDir . '/includes/CDTClient/Api/Endpoints/v1/Requests/Actions/AddStats/Validator.php', |
| 157 | ]; |
| 158 |