Documentation

Deprecated

Table of Contents

src/GXEngine/Shared/Types/IdType.inc.php
src/GXMainComponents/Controllers/Api/AbstractApiV2Controller.inc.php
src/GXMainComponents/Controllers/HttpView/AdminAjax/OrdersModalsAjaxController.inc.php
src/GXMainComponents/Extensions/AutoUpdater/AutoUpdater.inc.php
src/GXMainComponents/Extensions/AutoUpdater/Helper/AutoUpdaterUpdatesHelper.inc.php
src/GXMainComponents/Extensions/Customers/AbstractCreateAccountProcess.inc.php
src/GXMainComponents/Extensions/Customers/CreateAccountProcess.inc.php
src/GXMainComponents/Modules/MagnalisterModuleCenterModule.inc.php
src/GXMainComponents/Services/Core/Customer/CustomerInputValidator.inc.php
src/GXMainComponents/Services/Core/Customer/CustomerWriteService.inc.php
src/GXMainComponents/Services/Core/Customer/ValueObjects/CustomerPassword.inc.php
src/GXMainComponents/Services/Core/Order/OrderListGenerator.inc.php
src/GXMainComponents/Services/Core/Product/Entities/GXEngineProduct.inc.php
src/GXMainComponents/Services/Core/Product/Entities/Interfaces/ProductInterface.inc.php
src/GXMainComponents/Services/System/Email/AttachmentsHandler.inc.php
src/GXMainComponents/Services/System/Email/Interfaces/AttachmentsHandlerInterface.inc.php
src/GXMainComponents/Services/System/Theme/Adapter/FilesystemAdapter.inc.php
src/GXMainComponents/SmartyPlugins/function.footer.php
src/GXMainComponents/SmartyPlugins/function.menubox.php
src/GXMainComponents/SmartyPlugins/function.product_listing.php
src/GXMainComponents/View/ThemeContentViews/accounts/AccountHistoryInfoThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/accounts/AdminBoxThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/categories/CategoriesMenuBoxThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/checkout/CheckoutAddressThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/checkout/CheckoutPaymentThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/checkout/CheckoutShippingThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/checkout/CheckoutSuccessThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/currencies/CurrenciesBoxThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/layout/HeaderThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/layout/LayoutThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/listing/ProductListingThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/products/ProductInfoThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/reviews/ProductReviewsThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/shop_content/ContentBoxThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/wish_list/OrderDetailsWishListThemeContentView.inc.php
src/GXMainComponents/View/ThemeContentViews/wish_list/WishListThemeContentView.inc.php

IdType.inc.php

Line Element Reason
62 IdType::__toString() v2.7.1.0 To string method is left for backwards compatibility. Use asInt() method instead.

AbstractApiV2Controller.inc.php

Line Element Reason
98 AbstractApiV2Controller::__construct() The "__initialize" method will is deprecated and will be removed in a future version. Please use the new "init" for bootstrapping your child API controllers.

OrdersModalsAjaxController.inc.php

Line Element Reason
343 OrdersModalsAjaxController::actionGetEmailInvoiceSubjectData() not used since GX3.15.1

AutoUpdater.inc.php

Line Element Reason
307 AutoUpdater::fetchUpdateById()

AutoUpdaterUpdatesHelper.inc.php

Line Element Reason
344 AutoUpdaterUpdatesHelper::getAvailableUpdates()

AbstractCreateAccountProcess.inc.php

Line Element Reason
88 AbstractCreateAccountProcess::proceedGuest() guest accounts can now be created by passing a $customerCollection w/o password to proceedRegistree()
41 AbstractCreateAccountProcess::$econda econda will be removed in the near future

CreateAccountProcess.inc.php

Line Element Reason
73 CreateAccountProcess::_saveGuest() guest accounts can be created by _saveRegistree() if $customerCollection does not contain a password

MagnalisterModuleCenterModule.inc.php

Line Element Reason
60 MagnalisterModuleCenterModule::magnalisterOrderColumn() This method should be replaced when Gambio provides a generic service method. https://tracker.gambio-server.net/issues/48136

CustomerInputValidator.inc.php

Line Element Reason
767 CustomerInputValidator::getErrorMessages() Use getErrorMessageCollection() instead

CustomerWriteService.inc.php

Line Element Reason
174 CustomerWriteService::createNewGuest() use createNewRegistree() with an instance of CustomerGuestPassword

CustomerPassword.inc.php

Line Element Reason
26 CustomerPassword This class is deprecated and will be deleted in GX 3.7. Use CustomerHashedPassword instead.
82 CustomerPassword::_getHash() Automatic password hashing is deprecated. Use the AuthService::getHash() for hashing instead.

OrderListGenerator.inc.php

Line Element Reason
781 OrderListGenerator::_filter() Filter the order records.

GXEngineProduct.inc.php

Line Element Reason
615 GXEngineProduct::getUrl() Use ::getInfoUrl() instead. Will be removed in GX3.11.
1250 GXEngineProduct::setUrl() Use ::setInfoUrl() instead. Will be removed in GX3.11.
133 GXEngineProduct::$url Use $infoUrl instead. Will be removed in GX3.11.

ProductInterface.inc.php

Line Element Reason
199 ProductInterface::getUrl() Use ::getInfoUrl() instead. Will be removed in GX3.11.
641 ProductInterface::setUrl() Use ::setInfoUrl() instead. Will be removed in GX3.11.

AttachmentsHandler.inc.php

Line Element Reason
137 AttachmentsHandler::uploadEmailCollection() Since v2.3.3.0 this method is marked as deprecated and will be removed from the class.
191 AttachmentsHandler::deleteEmailCollection() Since v2.3.3.0 this method is marked as deprecated and will be removed from the class.

AttachmentsHandlerInterface.inc.php

Line Element Reason
54 AttachmentsHandlerInterface::uploadEmailCollection() Since v2.3.3.0 this method is marked as deprecated and will be removed from the class.
67 AttachmentsHandlerInterface::deleteEmailCollection() Since v2.3.3.0 this method is marked as deprecated and will be removed from the class.

FilesystemAdapter.inc.php

Line Element Reason
395 FilesystemAdapter::get()

function.footer.php

Line Element Reason
24 smarty_function_footer() IMPORTANT! THIS FILE IS DEPRECATED AND WILL BE REPLACED IN THE FUTURE. MODIFY IT ONLY FOR FIXES. DO NOT APPEND IT WITH NEW FEATURES.

function.menubox.php

Line Element Reason
21 smarty_function_menubox() IMPORTANT! THIS FILE IS DEPRECATED AND WILL BE REPLACED IN THE FUTURE. MODIFY IT ONLY FOR FIXES. DO NOT APPEND IT WITH NEW FEATURES.

function.product_listing.php

Line Element Reason
21 smarty_function_product_listing() IMPORTANT! THIS FILE IS DEPRECATED AND WILL BE REPLACED IN THE FUTURE. MODIFY IT ONLY FOR FIXES. DO NOT APPEND IT WITH NEW FEATURES.

AccountHistoryInfoThemeContentView.inc.php

Line Element Reason
118 AccountHistoryInfoThemeContentView::_assignDeprecated()

AdminBoxThemeContentView.inc.php

Line Element Reason
167 AdminBoxThemeContentView::setProduct()
176 AdminBoxThemeContentView::setCPath()
210 AdminBoxThemeContentView::_getOrdersStatusDeprecated()
235 AdminBoxThemeContentView::_getOrdersStatusValidatingDeprecated()
29 AdminBoxThemeContentView::$cPath
34 AdminBoxThemeContentView::$product
39 AdminBoxThemeContentView::$contents
44 AdminBoxThemeContentView::$deprecatedBoxEntryCustomers
49 AdminBoxThemeContentView::$deprecatedBoxEntryProducts
54 AdminBoxThemeContentView::$deprecatedBoxEntryReviews

CategoriesMenuBoxThemeContentView.inc.php

Line Element Reason
147 CategoriesMenuBoxThemeContentView::_generateParentsIds()

CheckoutAddressThemeContentView.inc.php

Line Element Reason
113 CheckoutAddressThemeContentView::_assignDeprecated()
122 CheckoutAddressThemeContentView::_assignDeprecatedAddressesHtml()

CheckoutPaymentThemeContentView.inc.php

Line Element Reason
184 CheckoutPaymentThemeContentView::_assignDeprecatedConditions()
379 CheckoutPaymentThemeContentView::_assignDeprecated()

CheckoutShippingThemeContentView.inc.php

Line Element Reason
117 CheckoutShippingThemeContentView::_assignDeprecated()

CheckoutSuccessThemeContentView.inc.php

Line Element Reason
63 CheckoutSuccessThemeContentView::_assignDeprecated()

CurrenciesBoxThemeContentView.inc.php

Line Element Reason
128 CurrenciesBoxThemeContentView::_setSessionId()
137 CurrenciesBoxThemeContentView::_setHiddenGetVariablesData()
146 CurrenciesBoxThemeContentView::_setFormParams()
155 CurrenciesBoxThemeContentView::_setFormId()
164 CurrenciesBoxThemeContentView::_setFormActionUrl()
173 CurrenciesBoxThemeContentView::_setFormMethod()

HeaderThemeContentView.inc.php

Line Element Reason
144 HeaderThemeContentView::get_warnings_html()

LayoutThemeContentView.inc.php

Line Element Reason
177 LayoutThemeContentView::get_banner()

ProductListingThemeContentView.inc.php

Line Element Reason
321 ProductListingThemeContentView::setProductInfoProductListsTemplate()

ProductInfoThemeContentView.inc.php

Line Element Reason
2223 ProductInfoThemeContentView::_assignDeprecatedPurchaseData()
2232 ProductInfoThemeContentView::_assignDeprecatedWishlist()
2241 ProductInfoThemeContentView::_assignDeprecatedPrintLink()
2250 ProductInfoThemeContentView::_assignDeprecatedFormTagData()
2259 ProductInfoThemeContentView::_assignDeprecatedIdHiddenField()
2268 ProductInfoThemeContentView::_assignDeprecatedDimensionValues()

ProductReviewsThemeContentView.inc.php

Line Element Reason
54 ProductReviewsThemeContentView::_assignDeprecated()

ContentBoxThemeContentView.inc.php

Line Element Reason
255 ContentBoxThemeContentView::_assignDeprecated()

OrderDetailsWishListThemeContentView.inc.php

Line Element Reason
311 OrderDetailsWishListThemeContentView::_addAttributesModelToProductModel() since GX4.1

WishListThemeContentView.inc.php

Line Element Reason
210 WishListThemeContentView::_bofGmModGXCustomizer()

Search results