_getContainersByTplCfg()
_getIdCatByIdArt()
_getTplCfgByArtId()
_getTplCfgByCatId()
getData()
getDataForIdcat()
getPreConfigurationValues()
resetData()
templateConfig()
$cfg
$client
$data
$db
$lang
_getContainersByTplCfg(integer $idtplcfg) : array
integer
id of the template
array
array with all containers and their values_getIdCatByIdArt(integer $idart) : int
returns false if the specified article doesn't belong to a category
integer
id of the current article
int
returns the idcat for the current article_getTplCfgByArtId(integer $idart) : string
returns the template configuration for the current article if the article has not a template configuration it will return the configuration for the current category
integer
id of the article which configuration should be get
string
returns the template configuration_getTplCfgByCatId(integer $idcat) : string
integer
id of the category which template config should be read out
string
template configuration for the selected categorygetData(integer $idcontainer) : array
integer
id for the container which settings should be returned
array
array with the settings for each cms_value of the specified containergetDataForIdcat($idcat)
getPreConfigurationValues(integer $idart, integer $containerid) : array
integer
id of the article
integer
id for the container of which the settings should be returned
array
containing pre configuration valuesresetData() : void
templateConfig($idart) : void
$cfg : array
$client : int
$data : array
$db : object
$lang : int