[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/libraries/joomla/installer/adapters/ -> library.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: 419 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JInstallerLibrary:: (7 methods):
  loadLanguage()
  install()
  update()
  uninstall()
  discover()
  discover_install()
  refreshManifestCache()


Class: JInstallerLibrary  - X-Ref

Library installer

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

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

install()   X-Ref
Custom install method

return: boolean  True on success

update()   X-Ref
Custom update method

return: boolean  True on success

uninstall($id)   X-Ref
Custom uninstall method

param: string  $id  The id of the library to uninstall.
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: boolean  True on success

refreshManifestCache()   X-Ref
Refreshes the extension table cache

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



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