Пример #1
0
 /**
  * Returns list of the most popular tags for entity type.
  * 
  * @param string $entityType
  * @param integer $limit
  * @return array
  */
 public function findMostPopularTags($entityType, $limit)
 {
     return $this->tagDao->findMostPopularTags($entityType, $limit);
 }