Cheetah
|
Public Member Functions | |
__construct () | |
getTagObjectConfig ($aParam=array()) | |
implodeTags ($aTags) | |
explodeTags ($sText) | |
reparseObjTags ( $sType, $iID) | |
getTagList ($aParam) | |
getTagsCount ($aParam) | |
getFirstObject () | |
getHrefWithType ($sType) | |
_getSelectCondition ($aParam) | |
_getProfileJoin ($bAdmin) | |
_insertTags ($aTagsSet) | |
Public Attributes | |
$oDb | |
$iViewer | |
$sCacheFile | |
$sNonParseParams | |
$sCacheTable | |
$sTagTable | |
$aTagFields | |
$iTagLength | |
$aTagObjects = array() | |
$sTagsDivider = CH_WSB_TAGS_DIVIDER | |
$bToLower = true | |
Definition at line 14 of file ChWsbTags.php.
ChWsbTags::__construct | ( | ) |
Reimplemented in ChTemplTags, ChTemplCategories, ChTemplTags, ChTemplCategories, ChTemplTags, ChTemplCategories, ChBaseTags, and ChBaseCategories.
Definition at line 33 of file ChWsbTags.php.
ChWsbTags::_getProfileJoin | ( | $bAdmin | ) |
Definition at line 224 of file ChWsbTags.php.
ChWsbTags::_getSelectCondition | ( | $aParam | ) |
Reimplemented in ChWsbCategories.
Definition at line 193 of file ChWsbTags.php.
ChWsbTags::_insertTags | ( | $aTagsSet | ) |
Reimplemented in ChWsbCategories.
Definition at line 232 of file ChWsbTags.php.
ChWsbTags::explodeTags | ( | $sText | ) |
Definition at line 83 of file ChWsbTags.php.
ChWsbTags::getFirstObject | ( | ) |
Definition at line 175 of file ChWsbTags.php.
ChWsbTags::getHrefWithType | ( | $sType | ) |
Definition at line 185 of file ChWsbTags.php.
ChWsbTags::getTagList | ( | $aParam | ) |
Reimplemented in ChWsbCategories.
Definition at line 130 of file ChWsbTags.php.
ChWsbTags::getTagObjectConfig | ( | $aParam = array() | ) |
Definition at line 62 of file ChWsbTags.php.
ChWsbTags::getTagsCount | ( | $aParam | ) |
Reimplemented in ChWsbCategories.
Definition at line 165 of file ChWsbTags.php.
ChWsbTags::implodeTags | ( | $aTags | ) |
Definition at line 75 of file ChWsbTags.php.
ChWsbTags::reparseObjTags | ( | $sType, | |
$iID | |||
) |
Definition at line 100 of file ChWsbTags.php.
ChWsbTags::$aTagFields |
Definition at line 25 of file ChWsbTags.php.
ChWsbTags::$aTagObjects = array() |
Definition at line 28 of file ChWsbTags.php.
ChWsbTags::$bToLower = true |
Definition at line 31 of file ChWsbTags.php.
ChWsbTags::$iTagLength |
Definition at line 26 of file ChWsbTags.php.
ChWsbTags::$iViewer |
Definition at line 18 of file ChWsbTags.php.
ChWsbTags::$oDb |
Definition at line 16 of file ChWsbTags.php.
ChWsbTags::$sCacheFile |
Definition at line 20 of file ChWsbTags.php.
ChWsbTags::$sCacheTable |
Definition at line 23 of file ChWsbTags.php.
ChWsbTags::$sNonParseParams |
Definition at line 21 of file ChWsbTags.php.
ChWsbTags::$sTagsDivider = CH_WSB_TAGS_DIVIDER |
Definition at line 30 of file ChWsbTags.php.
ChWsbTags::$sTagTable |
Definition at line 24 of file ChWsbTags.php.