Class Module_members

Description

Module page class.

Located in /site/pages/modules/members.php (line 24)


	
			
Method Summary
tempcode directory ()
?array get_entry_points ()
void get_sitemap_pagelinks (string $callback, MEMBER $member_id, integer $depth, string $pagelink_stub)
?array info ()
tempcode profile ()
tempcode remote ()
tempcode run ()
Methods
directory (line 125)

The UI to show the member directory.

  • return: The UI
tempcode directory ()
get_entry_points (line 49)

Standard modular entry-point finder function.

  • return: A map of entry points (type-code=>language-code) (NULL: disabled).
?array get_entry_points ()
get_sitemap_pagelinks (line 62)

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.
info (line 32)

Standard modular info function.

  • return: Map of module info (NULL: module is disabled).
?array info ()
profile (line 221)

The UI to show a member's profile.

  • return: The UI
tempcode profile ()
remote (line 111)

The UI to show info about remote logins.

  • return: The UI
tempcode remote ()
run (line 92)

Standard modular run function.

  • return: The result of execution.
tempcode run ()

Documentation generated on Sun, 02 Jan 2011 23:17:42 +0000 by phpDocumentor 1.4.3