Standard modular cache function.
?array
cacheing_environment
()
Calculate the leaderboard.
array
calculate_leaderboard
(integer $limit, BINARY $staff)
-
integer
$limit: The number to show on the leaderboard
-
BINARY
$staff: Whether to include staff
Standard modular info function.
?array
info
()
Standard modular install function.
void
install
([?integer $upgrade_from = NULL], [?integer $upgrade_from_hack = NULL])
-
?integer
$upgrade_from: What version we're upgrading from (NULL: new install)
-
?integer
$upgrade_from_hack: What hack version we're upgrading from (NULL: new-install/not-upgrading-from-a-hacked-version)
Standard modular run function.
tempcode
run
(array $map)
-
array
$map: A map of parameters.
Standard modular uninstall function.
void
uninstall
()