Class JInstallerFile

Description

File installer

  • since: 11.1

Located in /libraries/joomla/installer/adapters/file.php (line 22)

JObject
   |
   --JAdapterInstance
      |
      --JInstallerFile
Variable Summary
mixed $route
Method Summary
boolean extensionExistsInSystem ([string $extension = null])
boolean install ()
void loadLanguage (string $path)
boolean uninstall (string $id)
boolean update ()
Variables
mixed $route = 'install' (line 24)
  • access: protected

Inherited Variables

Inherited from JAdapterInstance

JAdapterInstance::$db
JAdapterInstance::$parent

Inherited from JObject

JObject::$_errors
Methods
extensionExistsInSystem (line 577)

Function used to check if extension is already installed

  • return: True if extension exists
  • since: 11.1
  • access: protected
boolean extensionExistsInSystem ([string $extension = null])
  • string $extension: The element name of the extension to install
install (line 54)

Custom install method

  • return: True on success
  • since: 11.1
  • access: public
boolean install ()
loadLanguage (line 35)

Custom loadLanguage method

  • since: 11.1
  • access: public
void loadLanguage (string $path)
  • string $path: The path on which to find language files.
populateFilesAndFolderList (line 617)

Function used to populate files and folder list

  • return: none
  • since: 11.1
  • access: protected
boolean populateFilesAndFolderList ()
refreshManifestCache (line 712)

Refreshes the extension table cache

  • return: result of operation, true if updated, false on failure
  • since: 11.1
  • access: public
boolean refreshManifestCache ()
uninstall (line 390)

Custom uninstall method

  • return: True on success
  • since: 11.1
  • access: public
boolean uninstall (string $id)
  • string $id: The id of the file to uninstall
update (line 370)

Custom update method

  • return: True on success
  • since: 11.1
  • access: public
boolean update ()

Inherited Methods

Inherited From JAdapterInstance

JAdapterInstance::__construct()
JAdapterInstance::getParent()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:54:44 -0500 by phpDocumentor 1.4.4