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
Likehasmass=1then 3 likes will produce3total weight.
Minimum
weightvalue is-99999999999.99.
Maximumweightvalue is99999999999.99.
Get type of reaction counter
$reactionCounter->getReactionType();
Updated over 5 years ago
