The UI to show the member directory.
tempcode
directory
()
Standard modular entry-point finder function.
?array
get_entry_points
()
Standard modular new-style deep page-link finder function (does not return the main entry-points).
void
get_sitemap_pagelinks
(string $callback, MEMBER $member_id, integer $depth, string $pagelink_stub)
-
string
$callback: Callback function to send discovered page-links to.
-
MEMBER
$member_id: The member we are finding stuff for (we only find what the member can view).
-
integer
$depth: Code for how deep we are tunnelling down, in terms of whether we are getting entries as well as categories.
-
string
$pagelink_stub: Stub used to create page-links. This is passed in because we don't want to assume a zone or page name within this function.
Standard modular info function.
?array
info
()
The UI to show a member's profile.
tempcode
profile
()
The UI to show info about remote logins.
tempcode
remote
()
Standard modular run function.
tempcode
run
()