Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • AddonValueContainerInterface
  • AddonValueServiceInterface
  • AddonValueStorageFactoryInterface

Interface AddonValueContainerInterface

Interface AddonValueContainerInterface

Direct known implementers

CustomerInterface, GXEngineOrder, StoredCategoryInterface, StoredOrderItem, StoredProductInterface

Indirect known implementers

Customer, StoredCategory, StoredProduct

Package: AddonValue\Interfaces
Category: System
Located at Services/System/AddonValue/Interfaces/AddonValueContainerInterface.inc.php

Methods summary

public integer
# getAddonValueContainerId( )

Returns the addon value container ID.

Returns the addon value container ID.

Returns

integer
Addon value container ID.
public string
# getAddonValue( StringType $key )

Returns a specific addon value by providing its key.

Returns a specific addon value by providing its key.

Parameters

$key
Addon key.

Returns

string
public KeyValueCollection
# getAddonValues( )

Returns all the addon values as a KeyValueCollection.

Returns all the addon values as a KeyValueCollection.

Returns

KeyValueCollection
Addons key value collection.
public
# setAddonValue( StringType $key, StringType $value )

Sets the value of a specific addon key.

Sets the value of a specific addon key.

Parameters

$key
The addon key to be processed.
$value
The new value of the addon entry.
public
# addAddonValues( KeyValueCollection $addonValues )

Merges the existing addon values with new ones.

Merges the existing addon values with new ones.

Parameters

$addonValues
Contains the new addon values to be merged with the existing ones.
public
# deleteAddonValue( StringType $key )

Deletes a specific addon value entry by key.

Deletes a specific addon value entry by key.

Parameters

$key
Addon key.
API documentation generated by ApiGen