Class Module_login

Description

Module page class.

Located in /pages/modules/login.php (line 24)


	
			
Method Summary
tempcode concede ()
?array get_entry_points ()
?array info ()
void install ([?integer $upgrade_from = NULL], [?integer $upgrade_from_hack = NULL])
tempcode invisible ()
tempcode login_after ()
tempcode login_before ()
tempcode logout ()
tempcode run ()
void uninstall ()
Methods
concede (line 234)

The actualiser for entering conceded mode.

  • return: The UI.
tempcode concede ()
get_entry_points (line 73)

Standard modular entry-point finder function.

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

Standard modular info function.

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

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)
invisible (line 263)

The actualiser for entering conceded mode.

  • return: The UI.
tempcode invisible ()
login_after (line 164)

The actualiser for logging in.

  • return: The UI.
tempcode login_after ()
login_before (line 101)

The UI for logging in.

  • return: The UI.
tempcode login_before ()
logout (line 214)

The actualiser for logging out.

  • return: The UI.
tempcode logout ()
run (line 83)

Standard modular run function.

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

Standard modular uninstall function.

void uninstall ()

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