Classes, interfaces and traits

CustomerStatusHelperInterface

Interface CustomerStatusHelper

« More »

FilesystemHelperInterface

Interface FilesystemHelperInterface

« More »

JSEngineConfiguration

Class JSEngineConfiguration

« More »

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 »

ColorHelper

Class ColorHelper

« 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 »

StringHelper

Class StringHelper

« More »

Classes, interfaces and traits

AbstractCreateAccountProcess

Class AbstractCreateAccountProcess

« More »

CreateAccountProcess

Class CreateAccountProcess

« More »

CustomerInputToCollectionTransformer

Class CustomerInputToCollectionTransformer

« More »

InvalidCustomerDataException

Class InvalidCustomerDataException

« More »

Classes, interfaces and traits

EmailParser

Class EmailParser

Handles the Email entity object parsing and encoding so that PHP can pass email records to JavaScript and vice versa. What it actually does is convert an email record into an array that can be encoded into JSON and parsed from JavaScript.
« More »

Classes, interfaces and traits

OrderActions

Class OrderActions

« More »

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 »

OrdersOverviewTooltips

Class OrdersOverviewTooltips

This class generates the required HTML for the tooltips of each row in the orders overview table. In order to be faster do not use any services but fetch the data directly with DB queries.
« 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

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 »

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 »

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 »