Example #1
0
 /**
  * Returns the sorted tag cloud array
  */
 function _getTagCloud($num, &$min, &$max, $namespaces = NULL, helper_plugin_tag &$tag)
 {
     $cloud = $tag->tagOccurrences(NULL, $namespaces, true, $this->getConf('list_tags_of_subns'));
     $this->_removeFromCloud($cloud, 'tag_blacklist');
     return $this->_sortCloud($cloud, $num, $min, $max);
 }