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 account
Definition at line 40 of file CreateAccountGameBadgeRules.php.
static getPassiveDisplayLabel | ( | $ | value | ) | [static] |
$value |
Reimplemented from GameBadgeRules.
Definition at line 61 of file CreateAccountGameBadgeRules.php.
static badgeGradeUserShouldHaveByPointsAndScores | ( | $ | userPointsByType, | |
$ | userScoresByType | |||
) | [static] |
array | $userPointsByType | |
array | $userScoresByType |
Reimplemented from GameBadgeRules.
Definition at line 71 of file CreateAccountGameBadgeRules.php.
$valuesIndexedByGrade [static] |
array( 1 => 1, 2 => 5, 3 => 10, 4 => 25, 5 => 50, 6 => 75, 7 => 100, 8 => 125, 9 => 150, 10 => 175, 11 => 200, 12 => 225, 13 => 250 )
Definition at line 42 of file CreateAccountGameBadgeRules.php.