The actualiser for a gift point transaction.
tempcode
do_give
()
Standard modular entry-point finder function.
?array
get_entry_points
()
Show the point transactions a member has had.
tempcode
get_transactions
(ID_TEXT $type, MEMBER $member)
-
ID_TEXT
$type: The type of transactions we are looking for
-
MEMBER
$member: Who we are looking at transactions for
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)
The UI for a points profile.
tempcode
points_profile
([?MEMBER $member = NULL])
-
?MEMBER
$member: The member the points profile of which is being viewed (NULL: read from GET parameter 'id')
The UI to search for a member (with regard to viewing their point profile).
tempcode
points_search_form
()
The actualiser for a points profile search.
tempcode
points_search_results
()
Standard modular run function.
tempcode
run
()
Standard modular uninstall function.
void
uninstall
()