[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/libraries/joomla/installer/adapters/ -> module.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 945 lines (26 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JInstallerModule:: (9 methods):
  loadLanguage()
  install()
  update()
  discover()
  discover_install()
  refreshManifestCache()
  uninstall()
  _rollback_menu()
  _rollback_module()


Class: JInstallerModule  - X-Ref

Module installer

loadLanguage($path = null)   X-Ref
Custom loadLanguage method

param: string  $path  The path where we find language files
return: void

install()   X-Ref
Custom install method

return: boolean  True on success

update()   X-Ref
Custom update method

This is really a shell for the install system

return: boolean  True on success.

discover()   X-Ref
Custom discover method

return: array  JExtension list of extensions available

discover_install()   X-Ref
Custom discover_install method

return: mixed  Extension ID on success, boolean false on failure

refreshManifestCache()   X-Ref
Refreshes the extension table cache

return: boolean  Result of operation, true if updated, false on failure.

uninstall($id)   X-Ref
Custom uninstall method

param: integer  $id  The id of the module to uninstall
return: boolean  True on success

_rollback_menu($arg)   X-Ref
Custom rollback method
- Roll back the menu item

param: array  $arg  Installation step to rollback
return: boolean  True on success

_rollback_module($arg)   X-Ref
Custom rollback method
- Roll back the module item

param: array  $arg  Installation step to rollback
return: boolean  True on success



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1