ReactionCounter
Reaction counter is an aggregated statistics about one reaction type of the reactable content.
Get reactions count
$totalWeight = $reactionCounter->getCount();
Get reactions weight
$totalWeight = $reactionCounter->getWeight();
If
Like
hasweight=1
then 3 likes will produce3
total weight.
Updated almost 6 years ago