Class AddonValueService
This service will handle the addon values for different contexts of the shop. The addon values is a mechanism for external developers to introduce values to key-entities of the project (e.g. order, product etc.) without further changing the database structure. Take a look at the "Storages" directory for the available storage classes. More classes will be created gradually.
category |
System |
---|---|
package |
AddonValue |
__construct(\AddonValueStorageFactoryInterface $addonValueStorageFactory)
deleteAddonValues(\AddonValueContainerInterface $container) : \AddonValueService
\AddonValueContainerInterface
\AddonValueService
Returns the class instance.
loadAddonValues(\AddonValueContainerInterface $container) : \AddonValueService
\AddonValueContainerInterface
\AddonValueService
Returns the class instance.
storeAddonValues(\AddonValueContainerInterface $container) : \AddonValueService
\AddonValueContainerInterface
\AddonValueService
Returns the class instance.
addonValueStorageFactory : \AddonValueStorageFactory