Difference between global and local decorators
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Difference between global and local decorators
What is the difference between global and local decorators ?
Re: Difference between global and local decorators
Global decorators work for all managers, controllers and clients which implements the common interface.
Local decorators will only work with the manager, controller and client that implements the same interface.
Examples:
Global HTML client decorator can be used with any HTML client, e.g. account/history, catalog/detail, checkout/standard, etc.
Local HTML client decorator can be only used for the HTML client it's written for, e.g. catalog/detail
Local decorators will only work with the manager, controller and client that implements the same interface.
Examples:
Global HTML client decorator can be used with any HTML client, e.g. account/history, catalog/detail, checkout/standard, etc.
Local HTML client decorator can be only used for the HTML client it's written for, e.g. catalog/detail
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star