Class JUpdaterExtension

Description

Extension class for updater

  • since: 11.1

Located in /libraries/joomla/updater/adapters/extension.php (line 20)

JObject
   |
   --JAdapterInstance
      |
      --JUpdateAdapter
         |
         --JUpdaterExtension
Method Summary
array findUpdate (array $options)
void _characterData (object $parser, object $data)
void _endElement (object $parser, object $name)
void _startElement (object $parser, string $name, [array $attrs = array()])
Variables
Methods
findUpdate (line 142)

Finds an update.

  • return: Array containing the array of update sites and array of updates
  • since: 11.1
  • access: public
array findUpdate (array $options)
  • array $options: Update options.
_characterData (line 121)

Character Parser Function

  • since: 11.1
  • access: protected
void _characterData (object $parser, object $data)
  • object $parser: Parser object.
  • object $data: The data.
_endElement (line 76)

Character Parser Function

  • since: 11.1
  • access: protected
void _endElement (object $parser, object $name)
  • object $parser: Parser object.
  • object $name: The name of the element.
_startElement (line 33)

Start element parser callback.

  • since: 11.1
  • access: protected
void _startElement (object $parser, string $name, [array $attrs = array()])
  • object $parser: The parser object.
  • string $name: The name of the element.
  • array $attrs: The attributes of the element.

Inherited Methods

Inherited From JUpdateAdapter

JUpdateAdapter::_getLastTag()
JUpdateAdapter::_getStackLocation()

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