Class Module_admin_backup

Description

Module page class.

Located in /adminzone/pages/modules/admin_backup.php (line 24)


	
			
Method Summary
tempcode backup_interface ()
tempcode confirm_delete ()
tempcode delete ()
?array get_entry_points ()
tempcode get_results ()
?array info ()
void install ([?integer $upgrade_from = NULL], [?integer $upgrade_from_hack = NULL])
tempcode make_backup ()
tempcode run ()
void uninstall ()
Methods
backup_interface (line 131)

The UI to do a backup.

  • return: The UI
tempcode backup_interface ()
confirm_delete (line 267)

The UI to confirm deletion of a backup file.

  • return: The UI
tempcode confirm_delete ()
delete (line 289)

The actualiser to delete a backup file.

  • return: The UI
tempcode delete ()
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_results (line 198)

Helper function to find information about past backups.

  • return: The UI
tempcode get_results ()
info (line 32)

Standard modular info function.

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

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)
make_backup (line 312)

The actualiser to start a backup.

  • return: The UI
tempcode make_backup ()
run (line 103)

Standard modular run function.

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

Standard modular uninstall function.

void uninstall ()

Documentation generated on Sun, 02 Jan 2011 23:07:04 +0000 by phpDocumentor 1.4.3