phpDocumentor

AddonValueContainerInterface

Interface AddonValueContainerInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

addAddonValues()  : mixed
Merges the existing addon values with new ones.
deleteAddonValue()  : mixed
Deletes a specific addon value entry by key.
getAddonValue()  : string
Returns a specific addon value by providing its key.
getAddonValueContainerId()  : int
Returns the addon value container ID.
getAddonValues()  : KeyValueCollection
Returns all the addon values as a KeyValueCollection.
setAddonValue()  : mixed
Sets the value of a specific addon key.

Methods

getAddonValueContainerId()

Returns the addon value container ID.

public getAddonValueContainerId() : int
Return values
int

Addon value container ID.

Search results