Classes, interfaces and traits
CacheTokenHelperInterface¶
Interface CacheTokenHelperInterface
« More »
LanguageHelperInterface¶
Class LanguageHelperInterface
« More »
StringHelperInterface¶
Interface StringHelper
« More »
CacheTokenHelper¶
Class CacheTokenHelper
This class returns the cache token string that is saved in the cache directory. This token can be
used for cache busting of various resources. It is cleared whenever the module data are removed
from the "cache" directory (also known as persistent data).
« More »
CustomerStatusHelper¶
Class CustomerStatusHelper
« More »
DataTableColumn¶
Class DataTableColumn
« More »
DataTableColumnCollection¶
Class DataTableColumnCollection
« More »
DataTableColumnType¶
Class DataTableColumnType
There are cases where each column is treated differently depending its data type.
« More »
DataTableHelper¶
Class DataTableHelper
This class contains helper methods for datatable manipulation. Create an instance and define the columns of
your table and their respective database fields. You can also provide two fields separated with a space for
concatenated string.
« More »
FilesystemHelper¶
Class FilesystemHelper
« More »
LanguageHelper¶
Class LanguageHelper
« More »
Classes, interfaces and traits
InvoiceActions¶
Class InvoiceActions
« More »
InvoicesOverviewColumns¶
Class InvoicesOverviewColumns
This class contains the definition of the invoices overview columns. Use it in every controller that needs the
column definition.
This class can be overloaded and more table columns can be added.
« More »
Classes, interfaces and traits
QuickEditDocumentsInterface¶
Interface QuickEditDocumentsInterface
« More »
QuickEditOverviewColumnsInterface¶
Interface QuickEditOverviewColumnsInterface
« More »
QuickEditPropertiesOverviewColumnsInterface¶
Interface QuickEditPropertiesOverviewColumnsInterface
« More »
QuickEditSpecialPricesOverviewColumnsInterface¶
Interface QuickEditSpecialPricesOverviewColumnsInterface
« More »
QuickEditDocuments¶
Class QuickEditDocuments
« More »
QuickEditOverviewColumns¶
Class QuickEditOverviewColumns
« More »
QuickEditProductListItem¶
Class QuickEditProductListItem
« More »
QuickEditProductPropertiesListItem¶
Class QuickEditProductPropertiesListItem
« More »
QuickEditProductSpecialPriceListItem¶
Class QuickEditProductSpecialPriceListItem
« More »
QuickEditPropertiesOverviewColumns¶
Class QuickEditPropertiesOverviewColumns
« More »
QuickEditSpecialPricesOverviewColumns¶
Class QuickEditSpecialPriceOverviewColumns
« More »
Classes, interfaces and traits
OrdersOverviewColumns¶
Class OrdersOverviewColumns
This class contains the definition of the order columns. Use it in every controller that needs the
column definition.
This class can be overloaded and more table columns can be added.
« More »
OrderStatusStyles¶
Class OrderStatusStyles
This class works in cooperation with the "admin/html/content/layouts/main/partial/order_status_styles.html" to
provide the dynamic styling of the order status labels.
« More »
Classes, interfaces and traits
GeschaeftskundenversandConfigurationStorage¶
Class GeschaeftskundenversandConfigurationStorage
« More »
GeschaeftskundenversandLogger¶
Class GeschaeftskundenversandLogger
« More »
GeschaeftskundenversandProduct¶
Class GeschaeftskundenversandProduct
Represents a product configuration (product and attendance code) for DHL Business Customer API
« More »
GeschaeftskundenversandShipment¶
Class GeschaeftskundenversandShipment
« More »
GeschaeftskundenversandSoapAdapter¶
Class GeschaeftskundenversandSoapAdapter
« More »
Classes, interfaces and traits
SerializerInterface¶
Interface SerializerInterface
Serializers that implement this interface should parse and encode entities
so that they can be used in the shop's APIs.
Serialization must follow the "null" approach in order to enhance response clarity.
That means that serializers must provide a null value than an empty string or an omitted node.
« More »
AbstractJsonSerializer¶
Abstract Json Serializer
Serializers that extend this class should parse and encode entities
so that they can be used in the shop's APIs.
Serialization must follow the "null" approach in order to enhance response clarity.
That means that serializers must provide a null value than an empty string or an omitted node.
« More »
AddressJsonSerializer¶
Class AddressJsonSerializer
This class will serialize and deserialize an address entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
CategoryJsonSerializer¶
Class CategoryJsonSerializer
This class will serialize and deserialize a Category entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
CategoryListItemJsonSerializer¶
Class CategoryListItemJsonSerializer
This class will serialize and deserialize an CategoryListItem entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
CountryJsonSerializer¶
Class CountryJsonSerializer
This class will serialize and deserialize a country entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
CustomerJsonSerializer¶
Class CustomerJsonSerializer
This class will serialize and deserialize a customer entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
EmailJsonSerializer¶
Class EmailsJsonSerializer
This class will serialize and deserialize an email entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
OrderJsonSerializer¶
Class OrderJsonSerializer
This class will serialize and deserialize an Order entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
OrderListItemJsonSerializer¶
Class OrderListItemJsonSerializer
This class will serialize and deserialize an OrderListItem entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
PersonalDataXmlSerializer¶
Class PersonalDataXmlSerializer
« More »
ProductJsonSerializer¶
Class ProductJsonSerializer
This class will serialize and deserialize a Product entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »
ProductListItemJsonSerializer¶
Class ProductListItemJsonSerializer
This class will serialize and deserialize an ProductListItem entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communications.
« More »
ReviewJsonSerializer¶
Class ReviewJsonSerializer
This class will serialize and deserialize a Review entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communications.
« More »
SliderJsonSerializer¶
Class SliderJsonSerializer
This class will serialize and deserialize a Slider entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communications.
« More »
WithdrawalJsonSerializer¶
Class WithdrawalJsonSerializer
This class will serialize and deserialize a Withdrawal entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communications.
« More »
ZoneJsonSerializer¶
Class ZoneJsonSerializer
This class will serialize and deserialize a zone entity. It can be used into many
places where PHP interacts with external requests such as AJAX or API communication.
« More »