Class JUpdateAdapter

Description

UpdateAdapter class.

  • since: 11.1

Located in /libraries/joomla/updater/updateadapter.php (line 21)

JObject
   |
   --JAdapterInstance
      |
      --JUpdateAdapter
Direct descendents
Class Description
JUpdaterExtension Extension class for updater
JUpdaterCollection Collection Update Adapter Class
Variable Summary
string $xml_parser
array $_stack
array $_updatecols
Method Summary
object _getLastTag ()
object _getStackLocation ()
Variables
string $xml_parser (line 27)
  • since: 11.1
  • access: protected
array $_stack = array('base') (line 33)
  • since: 11.1
  • access: protected
array $_updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION', 'INFOURL') (line 49)

Columns in the extensions table to be updated

  • since: 11.1
  • access: protected
string $_update_site_id = 0 (line 41)

ID of update site

  • since: 11.1
  • access: protected

Inherited Variables

Inherited from JAdapterInstance

JAdapterInstance::$db
JAdapterInstance::$parent

Inherited from JObject

JObject::$_errors
Methods
_getLastTag (line 70)

Gets the reference to the last tag

  • since: 11.1
  • access: protected
object _getLastTag ()
_getStackLocation (line 58)

Gets the reference to the current direct parent

  • since: 11.1
  • access: protected
object _getStackLocation ()

Redefined in descendants as:

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 14:00:22 -0500 by phpDocumentor 1.4.4