AddonValueServiceInterface
in
Interface AddonValueServiceInterface
Tags
Table of Contents
- deleteAddonValues() : mixed
- Remove the addon values of a storage container.
- loadAddonValues() : mixed
- Load the addon values of a storage container from the database.
- storeAddonValues() : mixed
- Save the addon values of a storage container in the database.
Methods
deleteAddonValues()
Remove the addon values of a storage container.
public
deleteAddonValues(AddonValueContainerInterface $container) : mixed
Parameters
- $container : AddonValueContainerInterface
Return values
mixed —loadAddonValues()
Load the addon values of a storage container from the database.
public
loadAddonValues(AddonValueContainerInterface $container) : mixed
Parameters
- $container : AddonValueContainerInterface
Return values
mixed —storeAddonValues()
Save the addon values of a storage container in the database.
public
storeAddonValues(AddonValueContainerInterface $container) : mixed
Parameters
- $container : AddonValueContainerInterface