Class AddonValueStorageFactory
Class AddonValueStorageFactory
- AddonValueStorageFactory implements AddonValueStorageFactoryInterface
Package: AddonValue
Category: System
Located at Services/System/AddonValue/AddonValueStorageFactory.inc.php
Category: System
Located at Services/System/AddonValue/AddonValueStorageFactory.inc.php
Methods summary
public
createAddonValueStorageByContainerObject( AddonValueContainerInterface $container )
: AbstractAddonValueStorage
Creates the correct addon value storage container object.
Properties summary
protected
$map
: array
Contains the container-storage mapping used for the creation of the correct storage object.
array( 'OrderInterface' => 'OrderAddonValueStorage', 'OrderItemInterface' => 'OrderItemAddonValueStorage', 'CustomerInterface' => 'CustomerAddonValueStorage', 'CategoryInterface' => 'CategoryAddonValueStorage', 'ProductInterface' => 'ProductAddonValueStorage' )