Class JInstallerAdapterLibrary

Description

Library installer

  • since: 3.1

Located in /libraries/cms/installer/adapter/library.php (line 22)

JObject
   |
   --JAdapterInstance
      |
      --JInstallerAdapterLibrary
Direct descendents
Class Description
 class JInstallerLibrary Deprecated class placeholder. You should use JInstallerAdapterLibrary instead.
Method Summary
 array discover ()
 boolean discover_install ()
 boolean install ()
 void loadLanguage ([string $path = null])
 boolean uninstall (string $id)
 boolean update ()
Variables
Methods
discover (line 370)

Custom discover method

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

Custom discover_install method

  • return: True on success
  • since: 3.1
  • access: public
boolean discover_install ()
install (line 57)

Custom install method

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

Custom loadLanguage method

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

Refreshes the extension table cache

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

Custom uninstall method

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

Custom update method

  • return: True on success
  • since: 3.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()

Documentation generated on Tue, 19 Nov 2013 15:07:05 +0100 by phpDocumentor 1.4.3