[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

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

Defines 1 class

JInstallerFile:: (7 methods):
  loadLanguage()
  install()
  update()
  uninstall()
  extensionExistsInSystem()
  populateFilesAndFolderList()
  refreshManifestCache()


Class: JInstallerFile  - X-Ref

File installer

loadLanguage($path)   X-Ref
Custom loadLanguage method

param: string  $path  The path on which 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 file to uninstall
return: boolean  True on success

extensionExistsInSystem($extension = null)   X-Ref
Function used to check if extension is already installed

param: string  $extension  The element name of the extension to install
return: boolean  True if extension exists

populateFilesAndFolderList()   X-Ref
Function used to populate files and folder list

return: boolean  none

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