Class Module_admin_addons

Description

Module page class.

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


	
			
Method Summary
tempcode addon_export ()
tempcode addon_import ()
tempcode addon_install ()
tempcode addon_uninstall ()
array do_dir (PATH $dir)
?array get_entry_points ()
tempcode gui ()
?array info ()
void install ([?integer $upgrade_from = NULL], [?integer $upgrade_from_hack = NULL])
tempcode modules_interface ()
tempcode modules_view ()
tempcode multi_action ()
tempcode reinstall_module ()
tempcode run ()
void uninstall ()
tempcode uninstall_module ()
tempcode upgrade_module ()
tempcode _addon_export ()
tempcode _addon_import ()
tempcode _addon_install ()
tempcode _addon_uninstall ()
tempcode _multi_action ()
tempcode __addon_export ()
Methods
addon_export (line 483)

The UI to export an addon (1).

  • return: The UI
tempcode addon_export ()
addon_import (line 193)

The UI to get an addon from some source.

  • return: The UI
tempcode addon_import ()
addon_install (line 370)

The UI to confirm the install of an addon.

  • return: The UI
tempcode addon_install ()
addon_uninstall (line 420)

The UI to uninstall an addon.

  • return: The UI
tempcode addon_uninstall ()
do_dir (line 554)

(Recursively) find all files we can choose to export.

  • return: A map, path=>1 (inverted list)
array do_dir (PATH $dir)
  • PATH $dir: The directory to search
get_entry_points (line 50)

Standard modular entry-point finder function.

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

The main UI.

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

Standard modular info function.

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

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)
modules_interface (line 746)

The UI to choose a zone (or blocks) to manage.

  • return: The UI
tempcode modules_interface ()
modules_view (line 771)

The UI to manage the modules (or blocks).

  • return: The UI
tempcode modules_view ()
multi_action (line 264)

The UI to confirm a combined action on addons.

  • return: The UI
tempcode multi_action ()
reinstall_module (line 926)

The actualiser to reinstall a module.

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

Standard modular run function.

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

Standard modular uninstall function.

void uninstall ()
uninstall_module (line 905)

The actualiser to uninstall a module.

  • return: The UI
tempcode uninstall_module ()
upgrade_module (line 882)

The actualiser to upgrade a module.

  • return: The UI
tempcode upgrade_module ()
_addon_export (line 593)

The UI to export an addon (2).

  • return: The UI
tempcode _addon_export ()
_addon_import (line 232)

The UI to retrieve a specified addon.

  • return: The UI
tempcode _addon_import ()
_addon_install (line 390)

The actualiser to install an addon.

  • return: The UI
tempcode _addon_install ()
_addon_uninstall (line 440)

The UI to uninstall an addon.

  • return: The UI
tempcode _addon_uninstall ()
_multi_action (line 314)

The actualiser to perform a combined action on addons.

  • return: The UI
tempcode _multi_action ()
__addon_export (line 709)

The actualiser to export an addon.

  • return: The UI
tempcode __addon_export ()

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