These docs are for v7. Click to read the latest docs for v9.

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 has weight=1 and Dislike has weight=-1 then 3 likes and 5 dislikes will produce -2 total weight.