Exemplo n.º 1
0
 public function findEntityLikesCount($entityType, $entityId)
 {
     return $this->likeDao->findCountByEntity($entityType, $entityId);
 }