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

📘

Minimum weight value is -99999999999.99.
Maximum weight value is 99999999999.99.