Exemple #1
0
 private function getTimeAndmemberCountWithScore($ruleName, $accountId)
 {
     $times = ScoreHistory::getTotalRule($ruleName, $accountId);
     $memberCount = ScoreHistory::getTotalRuleMember($ruleName, $accountId);
     return [$times, $memberCount];
 }