Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractAddonValueServiceFactory
  • AbstractAddonValueStorage
  • AddonValueService
  • AddonValueServiceFactory
  • AddonValueStorageFactory

Class AddonValueStorageFactory

Class AddonValueStorageFactory

AddonValueStorageFactory implements AddonValueStorageFactoryInterface
Package: AddonValue
Category: System
Located at SystemServices/AddonValue/AddonValueStorageFactory.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $db )

AddonValueStorageFactory Constructor

AddonValueStorageFactory Constructor

Parameters

$db
public AbstractAddonValueStorage
# createAddonValueStorageByContainerObject( AddonValueContainerInterface $container )

Creates the correct addon value storage container object.

Creates the correct addon value storage container object.

Parameters

$container

Returns

AbstractAddonValueStorage

Implementation of

AddonValueStorageFactoryInterface::createAddonValueStorageByContainerObject()

Properties summary

protected CI_DB_query_builder $db
#
protected array $map

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

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

# array( 'OrderInterface' => 'OrderAddonValueStorage', 'OrderItemInterface' => 'OrderItemAddonValueStorage', 'CategoryInterface' => 'CategoryAddonValueStorage', 'ProductInterface' => 'ProductAddonValueStorage' )
API documentation generated by ApiGen