Example #1
0
 /**
  * {@inheritDoc}
  */
 public function getAggregatedVotesOnUser($userId, $siteId, $aggregates, $order = null, $paginated = false)
 {
     return $this->mapper->getAggregatedVotesOnUser($userId, $siteId, $aggregates, $order, $paginated);
 }