Implementation of a CONTENIDO Category for a given CONTENIDO Language.
version |
0.9.0 |
author |
Rudi Bieller |
copyright |
four for business AG |
deprecated |
2012-09-29 This class is not longer supported. Use cApiCategortyLanguage instead. |
Methods
Constructor.
__construct(\DB_Contenido $oDb, array $aCfg) : void
access |
public |
author |
Rudi Bieller |
deprecated |
2012-09-29 This class is not longer supported. Use cApiCategortyLanguage instead. |
Parameters
$oDb
\DB_Contenido
$aCfg
array
getDateCreated()
getDateCreated()
getDateLastModified()
getDateLastModified()
getIdCatLang()
getIdCatLang()
getIdTemplateConfig()
getIdTemplateConfig()
getStartIdLang()
getStartIdLang()
getUrlName()
getUrlName()
getVisible()
getVisible()
Load cat_lang for a given idcat.
load(int $iIdCatLang) : boolean
Parameters
$iIdCatLang
int
Exceptions
\cException |
if the idcat or the idlang have not been set |
Returns
boolean
setAlias()
setAlias($sAlias)
setAuthor()
setAuthor($sAuthor)
setDateCreated()
setDateCreated($sDateCreated)
setDateLastModified()
setDateLastModified($sDateLastModified)
Parameters
$sDateLastModified
setIdCat()
setIdCat($iIdcat)
setIdCatLang()
setIdCatLang($iIdcatlang)
setIdLang()
setIdLang($iIdlang)
setIdTemplateConfig()
setIdTemplateConfig($iIdTplcfg)
setName()
setName($sName)
setPublic()
setPublic($iPublic)
Parameters
$iPublic
Exceptions
setStartIdLang()
setStartIdLang($iStartIdlang)
setStatus()
setStatus($iStatus)
Parameters
$iStatus
Exceptions
setUrlName()
setUrlName($sUrlName)
setVisible()
setVisible($iVisible)
Parameters
$iVisible
Exceptions
Properties