Class JInstallerLibrary

Description

Library installer

  • since: 11.1

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

JObject
   |
   --JAdapterInstance
      |
      --JInstallerLibrary
Method Summary
array discover ()
boolean discover_install ()
boolean install ()
void loadLanguage ([string $path = null])
boolean uninstall (string $id)
boolean update ()
Variables
Methods
discover (line 331)

Custom discover method

  • return: JExtension list of extensions available
  • since: 11.1
  • access: public
array discover ()
discover_install (line 358)

Custom discover_install method

  • return: True on success
  • since: 11.1
  • access: public
boolean discover_install ()
install (line 58)

Custom install method

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

Custom loadLanguage method

  • since: 11.1
  • access: public
void loadLanguage ([string $path = null])
  • string $path: The path where to find language files.
refreshManifestCache (line 398)

Refreshes the extension table cache

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

Custom uninstall method

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

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:56:18 -0500 by phpDocumentor 1.4.4