Classes, interfaces and traits
ContentManagerContentNavigationTrait¶
« More »
ActiveRecordParcelTrackingCode¶
Class ActiveRecordParcelTrackingCode
« More »
AmazonPayConfigurationController¶
Class AdminHttpViewController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »
CustomerConfigurationProvider¶
Class CustomerConfigurationProvider
« More »
CustomerConfigurationSettings¶
Class CustomerConfigurationSettings
« More »
CustomerDisplaySettings¶
Class CustomerDisplaySettings
« More »
CustomerErrorMessageSettings¶
Class CustomerSettingErrorMessages
« More »
CustomerGroupController¶
Class AdminHttpViewController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »
CustomerGroupsApiV2Controller¶
Class HttpApiV2Controller
Contains common functionality for all the GX2 APIv2 controllers. You can use the $api instance in the
child-controllers in order to gain access to request and response information. The $uri variable is an
array that contains the requested resource path.
You can use a protected "__initialize" method in your child controllers for performing common operations
without overriding the parent constructor method.
This class contains some private methods that define the core operations of each controller and should
not be called from a child-controller (like validation, authorization, rate limiting). The only way to
disable the execution of these methods is to override the controller.
« More »
CustomerMaxLengthSettings¶
Class CustomerMaxLengthSettings
« More »
CustomerMinLengthSettings¶
Class CustomerMinLengthSettings
« More »
EmailConfigurationProvider¶
Class EmailConfigurationProvider
« More »
EmailMailerSettings¶
Class EmailMailerSettings
« More »
GXModuleConfigurationStorage¶
subclass of ConfigurationStorage for parameters concerning GXModules
« More »
GXModuleController¶
Class GXModuleController
Extend from this class to get easy access to the configuration
of the your GXModule you don't need the GXModuleConfigurationStorage
« More »
GXParcelTrackingCode¶
Class GXParcelTrackingCode
« More »
GXParcelTrackingCodeWriter¶
Class GXParcelTrackingCodeWriter
« More »
ManufacturerController¶
Class AdminHttpViewController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »
ManufacturersApiV2Controller¶
Class HttpApiV2Controller
Contains common functionality for all the GX2 APIv2 controllers. You can use the $api instance in the
child-controllers in order to gain access to request and response information. The $uri variable is an
array that contains the requested resource path.
You can use a protected "__initialize" method in your child controllers for performing common operations
without overriding the parent constructor method.
This class contains some private methods that define the core operations of each controller and should
not be called from a child-controller (like validation, authorization, rate limiting). The only way to
disable the execution of these methods is to override the controller.
« More »
OrderConfigurationProvider¶
Class OrderConfigurationProvider
« More »
OrderParcelTrackingCode¶
Class OrderParcelTrackingCode
« More »
OrderStatusAjaxController¶
Class OrderStatusAjaxController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »
OrderStatusesApiV2Controller¶
Class HttpApiV2Controller
Contains common functionality for all the GX2 APIv2 controllers. You can use the $api instance in the
child-controllers in order to gain access to request and response information. The $uri variable is an
array that contains the requested resource path.
You can use a protected "__initialize" method in your child controllers for performing common operations
without overriding the parent constructor method.
This class contains some private methods that define the core operations of each controller and should
not be called from a child-controller (like validation, authorization, rate limiting). The only way to
disable the execution of these methods is to override the controller.
« More »
ParcelTrackingCodeDeleter¶
Class ParcelTrackingCodeDeleter
« More »
ParcelTrackingCodeDeleteService¶
Class ParcelTrackingCodeDeleteService
« More »
ParcelTrackingCodeFactory¶
Class ParcelTrackingCodeFactory
« More »
ParcelTrackingCodeFinder¶
Class ParcelTrackingCodeFinder
« More »
ParcelTrackingCodeId¶
Class ParcelTrackingCodeId
« More »
ParcelTrackingCodeLanguageId¶
Class ParcelTrackingCodeLanguageId
« More »
ParcelTrackingCodeOrderId¶
Class ParcelTrackingCodeOrderId
« More »
ParcelTrackingCodeRepository¶
Class ParcelTrackingCodeRepository
« More »
ParcelTrackingCodeServiceId¶
Class ParcelTrackingCodeServiceId
« More »
ParcelTrackingCodeServiceName¶
Class ParcelTrackingCodeServiceName
« More »
ParcelTrackingCodeUrl¶
Class ParcelTrackingCodeUrl
« More »
ProductRepositoryDeleteHelper¶
Class ProductRepositoryDeleteHelper
« More »
ProductsContentFileStorage¶
Class AbstractFileStorage
« More »
QuantityUnitsApiV2Controller¶
Class HttpApiV2Controller
Contains common functionality for all the GX2 APIv2 controllers. You can use the $api instance in the
child-controllers in order to gain access to request and response information. The $uri variable is an
array that contains the requested resource path.
You can use a protected "__initialize" method in your child controllers for performing common operations
without overriding the parent constructor method.
This class contains some private methods that define the core operations of each controller and should
not be called from a child-controller (like validation, authorization, rate limiting). The only way to
disable the execution of these methods is to override the controller.
« More »
ShipcloudWebhookController¶
Class HttpViewController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »
ShippingPaymentMatrixAjaxController¶
Class AdminHttpViewController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »
ShopOfflineController¶
Class ShopOfflineController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »
Smarty_Resource_Get_Usermod¶
Class Smarty_Resource_Get_Usermod
Resource overload for the smarty include statements. It enables USERMOD-files for templates.
USAGE:
{include file="get_usermod:PATH/TO/TPL.FILE"}
« More »
TrackingCodeApiV2Controller¶
Class HttpApiV2Controller
Contains common functionality for all the GX2 APIv2 controllers. You can use the $api instance in the
child-controllers in order to gain access to request and response information. The $uri variable is an
array that contains the requested resource path.
You can use a protected "__initialize" method in your child controllers for performing common operations
without overriding the parent constructor method.
This class contains some private methods that define the core operations of each controller and should
not be called from a child-controller (like validation, authorization, rate limiting). The only way to
disable the execution of these methods is to override the controller.
« More »
VersionInfoController¶
Class AdminHttpViewController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »
ZonesController¶
Class StateController
This class contains some helper methods for handling view requests. Be careful
always when outputting raw user data to HTML or when handling POST requests because
insufficient protection will lead to XSS and CSRF vulnerabilities.
« More »