Class CategoryAddonValueStorage
This class extends AbstractAddonValueStorage and handles the association of key-value pairs inside the CategoryAddonValueStorage to the columns and tables inside the database. All addon values except these you have registered in the Method '_getExternalFieldsArray' will be stored in the 'addon_values_storage' table associated with the AddonValueContainerId (category ID).
category |
System |
---|---|
package |
Category |
subpackage |
Storages |
__construct(\CI_DB_query_builder $db)
\CI_DB_query_builder
deleteValuesByContainerId(\IdType $containerId) : \AbstractAddonValueStorage
getValuesByContainerId(\IdType $containerId) : \KeyValueCollection
setValues(\IdType $containerId, \KeyValueCollection $values) : \AbstractAddonValueStorage