ReactionTotal
Reaction total is an aggregated sum of all counters.
Get reactions total count
$totalWeight = $reactionTotal->getCount();
Get reactions total weight
$totalWeight = $reactionTotal->getWeight();
If
Like
hasweight=1
andDislike
hasweight=-1
then 3 likes and 5 dislikes will produce-2
total weight.
Updated almost 6 years ago