Interface AddonValueContainerInterface

Interface AddonValueContainerInterface

Indirect known implementers

Customer, StoredCategory, StoredProduct

Methods summary

public getAddonValueContainerId( void ) : integer

Returns the addon value container ID.

public getAddonValue( StringType $key ) : string

Returns a specific addon value by providing its key.

public getAddonValues( void ) : KeyValueCollection

Returns all the addon values as a KeyValueCollection.

public setAddonValue( StringType $key, StringType $value )

Sets the value of a specific addon key.

public addAddonValues( KeyValueCollection $addonValues )

Merges the existing addon values with new ones.

public deleteAddonValue( StringType $key )

Deletes a specific addon value entry by key.