Пример #1
0
 /**
  * Returns tag list with popularity for provided entity item.
  * 
  * @param integer $entityId
  * @param string $entityType
  * @return array
  */
 public function findEntityTagsWithPopularity($entityId, $entityType)
 {
     return $this->tagDao->findEntityTagsWithPopularity($entityId, $entityType);
 }