AddonValueStorageFactory

Implements \AddonValueStorageFactoryInterface

Class AddonValueStorageFactory

category

System

package

AddonValue

Methods

AddonValueStorageFactory Constructor

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Creates the correct addon value storage container object.

createAddonValueStorageByContainerObject(\AddonValueContainerInterface $container) : \AbstractAddonValueStorage

Properties

db

db : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder

Contains the container-storage mapping used for the creation of the correct storage object.

map : array
var

Type(s)

array