HTML_TagCloud enables you to generate a "tag cloud" in HTML.
[line 53]
[line 65]
[line 78]
[line 59]
[line 72]
HTML_TagCloud __construct( [int $baseFontSize = null], [int $fontSizeRange = null], [string $latestColor = null], [string $earliestColor = null], [int $thresholds = 4])
void addElement( [string $name = ''], [string $url = ''], [int $count = 0], [int $timestamp = null])
void addElements( array $tags)
string buildAll( [array $param = array()])
string buildCSS( )
string buildHTML( [array $param = array()])
void clearElements( )
string createHTMLTag( array $tag, string $type, float $fontSize)
string getUid( )
string html_and_css( [array $param = array()])
string _createHTMLTag( array $tag, string $type, float $fontSize)
deprecated due to wrong function naming: one leading underscore must only be used in private context.