Static Public Member Functions | |
static | getPassiveDisplayLabel ($value) |
static | badgeGradeUserShouldHaveByPointsAndScores ($userPointsByType, $userScoresByType) |
Static Public Attributes | |
static | $valuesIndexedByGrade |
Class for defining the badge associated with creating a new report
Definition at line 40 of file CreateReportGameBadgeRules.php.
static badgeGradeUserShouldHaveByPointsAndScores | ( | $ | userPointsByType, | |
$ | userScoresByType | |||
) | [static] |
array | $userPointsByType | |
array | $userScoresByType |
Reimplemented from GameBadgeRules.
Definition at line 69 of file CreateReportGameBadgeRules.php.
$valuesIndexedByGrade [static] |
array( 1 => 1, 2 => 3, 3 => 5, 4 => 10, 5 => 20, 6 => 30, 7 => 40, 8 => 50, 9 => 60, 10 => 70, 11 => 80, 12 => 90, 13 => 100 )
Definition at line 42 of file CreateReportGameBadgeRules.php.