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
hasmass=1
then 3 likes will produce3
total weight.
Minimum
weight
value is-99999999999.99
.
Maximumweight
value is99999999999.99
.
Get type of reaction counter
$reactionCounter->getReactionType();
Updated over 4 years ago