Detailed Description
Class dedicated to tag cloud handling
- Deprecated:
- v5.3 (2016-05-04); Tags will be moved to own module.
Definition at line 18 of file oxtagcloud.php.
Constructor & Destructor Documentation
oxTagCloud::__construct |
( |
| ) |
|
Member Function Documentation
oxTagCloud::_formCacheKey |
( |
|
$sTagListCacheId = null | ) |
|
|
protected |
Returns tag cache key name.
- Parameters
-
string | $sTagListCacheId | Whether to display full list |
- Returns
- string formed cache key
Definition at line 249 of file oxtagcloud.php.
oxTagCloud::_getFontSize |
( |
|
$iHit, |
|
|
|
$iMaxHit |
|
) |
| |
|
protected |
Returns font size value for current occurrence depending on max occurrence.
- Parameters
-
int | $iHit | hit count |
int | $iMaxHit | max hits count |
- Returns
- int
Definition at line 291 of file oxtagcloud.php.
oxTagCloud::_getMaxHit |
( |
| ) |
|
|
protected |
oxTagCloud::_getTagHitCount |
( |
|
$oTag | ) |
|
|
protected |
Returns tag hit count. Used for _getMaxHit array mapping
- Parameters
-
- Returns
- int
Definition at line 278 of file oxtagcloud.php.
oxTagCloud::formCloudArray |
( |
oxITagList |
$oTagList | ) |
|
Returns tag cloud array
- Parameters
-
- Returns
- array
Definition at line 150 of file oxtagcloud.php.
oxTagCloud::getCloudArray |
( |
| ) |
|
Returns extended tag cloud array
- Returns
- array
Definition at line 131 of file oxtagcloud.php.
oxTagCloud::getMaxAmount |
( |
| ) |
|
Returns maximum amount of tags, that should be shown in list
- Returns
- int
Definition at line 203 of file oxtagcloud.php.
oxTagCloud::getTagList |
( |
| ) |
|
oxTagCloud::getTagMaxLength |
( |
| ) |
|
Returns current maximum tag length
- Returns
- int
Definition at line 70 of file oxtagcloud.php.
oxTagCloud::getTagSize |
( |
|
$sTag | ) |
|
Returns tag size
- Parameters
-
- Returns
- int
Definition at line 186 of file oxtagcloud.php.
oxTagCloud::isExtended |
( |
| ) |
|
oxTagCloud::resetCache |
( |
| ) |
|
oxTagCloud::resetTagCache |
( |
|
$iLang = null | ) |
|
Resets tag cache
- Parameters
-
int | $iLang | preferred language [optional] |
Definition at line 217 of file oxtagcloud.php.
oxTagCloud::setCloudArray |
( |
|
$aTagCloudArray | ) |
|
Sets tag cloud array
- Parameters
-
array | $aTagCloudArray | tag cloud array |
Definition at line 120 of file oxtagcloud.php.
oxTagCloud::setExtendedMode |
( |
|
$blExtended | ) |
|
Tag cloud mode setter (extended or not)
- Parameters
-
bool | $blExtended | if true - extended cloud array will be returned |
Definition at line 80 of file oxtagcloud.php.
Member Data Documentation
oxTagCloud::$_aCloudArray = null |
|
protected |
oxTagCloud::$_blExtended = false |
|
protected |
oxTagCloud::$_iMaxHit = null |
|
protected |
oxTagCloud::$_iTagMaxLength = 60 |
|
protected |
oxTagCloud::$_sCacheKey = "tagcloud" |
|
protected |
The documentation for this class was generated from the following file: