Class JInstallerPlugin

Description

Plugin installer

  • since: 11.1

Located in /libraries/joomla/installer/adapters/plugin.php (line 21)

JObject
   |
   --JAdapterInstance
      |
      --JInstallerPlugin
Variable Summary
Method Summary
array discover ()
mixed discover_install ()
boolean install ()
void loadLanguage ([string $path = null])
boolean uninstall (integer $id)
boolean update ()
Variables
$manifest = null (line 37)

The installation manifest XML object

  • since: 11.1
  • access: protected
$manifest_script = null (line 45)
  • since: 11.1
  • access: protected
$name = null (line 53)
  • since: 11.1
  • access: protected
$oldFiles = null (line 67)
  • since: 11.1
  • access: protected
string $route = 'install' (line 29)

Install function routing

  • since: 11.1
  • access: protected
$scriptElement = null (line 61)
  • since: 11.1
  • access: protected

Inherited Variables

Inherited from JAdapterInstance

JAdapterInstance::$db
JAdapterInstance::$parent

Inherited from JObject

JObject::$_errors
Methods
discover (line 716)

Custom discover method

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

Custom discover_install method.

  • since: 11.1
  • access: public
mixed discover_install ()
install (line 127)

Custom install method

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

Custom loadLanguage method

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

Refreshes the extension table cache.

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

Custom uninstall method

  • return: True on success
  • since: 11.1
  • access: public
boolean uninstall (integer $id)
  • integer $id: The id of the plugin to uninstall
update (line 507)

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:58:44 -0500 by phpDocumentor 1.4.4