Definition at line 17 of file oxtagcloud.php.
Public Member Functions | |
getTags ($sArtId=null, $blExtended=false) | |
getTagCloud ($sArtId=null, $blExtended=false) | |
prepareTags ($sTags) | |
trimTags ($sTags) | |
resetTagCache () | |
Static Public Member Functions | |
static | generateTagsFromLongDescription ($iLang=0) |
Protected Member Functions | |
_getFontSize ($iHit, $iMaxHit) | |
_getCacheKey ($blExtended) | |
Protected Attributes | |
$_sCacheKey = "tagcloud_" |
static oxTagCloud.generateTagsFromLongDescription | ( | $ | iLang = 0 |
) | [static] |
This method generates test tags data and probably should be deleted for the release. Or if you need tags you can generate them by: oxTagCloud.generateTagsFromLongDescription(); We used this method for demo data only
int | $iLang language |
Definition at line 35 of file oxtagcloud.php.
oxTagCloud.getTags | ( | $ | sArtId = null , |
|
$ | blExtended = false | |||
) |
Returns tag array
string | $sArtId article id | |
bool | $blExtended if can extend tags |
Definition at line 78 of file oxtagcloud.php.
oxTagCloud.getTagCloud | ( | $ | sArtId = null , |
|
$ | blExtended = false | |||
) |
Returns HTML formated Tag Cloud
string | $sArtId article id | |
bool | $blExtended if can extend tags |
Definition at line 132 of file oxtagcloud.php.
oxTagCloud._getFontSize | ( | $ | iHit, | |
$ | iMaxHit | |||
) | [protected] |
Assigns article oxsearchkeys field value to article tags
int | $iHit hit count | |
int | $iMaxHit max hits count |
Definition at line 205 of file oxtagcloud.php.
oxTagCloud.prepareTags | ( | $ | sTags | ) |
Takes tag string and makes shorter tags longer by adding underscore. This is needed for FULLTEXT index
string | $sTags given tag |
Definition at line 233 of file oxtagcloud.php.
oxTagCloud.trimTags | ( | $ | sTags | ) |
Trims underscores from tags.
string | $sTags given tag |
Definition at line 262 of file oxtagcloud.php.
oxTagCloud.resetTagCache | ( | ) |
oxTagCloud._getCacheKey | ( | $ | blExtended | ) | [protected] |
Returns tag cache key name.
bool | $blExtended Whether to display full list |
Definition at line 302 of file oxtagcloud.php.
oxTagCloud.$_sCacheKey = "tagcloud_" [protected] |
Definition at line 24 of file oxtagcloud.php.