Class JUpdate

Description

Update class.

  • since: 11.1

Located in /libraries/joomla/updater/update.php (line 19)

JObject
   |
   --JUpdate
Variable Summary
string $category
string $client
string $description
string $downloads
string $element
string $group
string $infourl
string $maintainer
string $name
string $tags
string $type
string $version
array $_stack
string $_xml_parser
Method Summary
boolean loadFromXML (string $url)
void _characterData (object $parser, object $data)
void _endElement (object $parser, string $name)
string _getLastTag ()
object _getStackLocation ()
void _startElement (object $parser, string $name, [array $attrs = array()])
Variables
string $category (line 97)
  • since: 11.1
  • access: protected
string $client (line 61)
  • since: 11.1
  • access: protected
string $description (line 31)
  • since: 11.1
  • access: protected
string $downloads (line 73)
  • since: 11.1
  • access: protected
string $element (line 37)
  • since: 11.1
  • access: protected
string $group (line 67)
  • since: 11.1
  • access: protected
string $infourl (line 55)
  • since: 11.1
  • access: protected
string $maintainer (line 85)
  • since: 11.1
  • access: protected
string $maintainerurl (line 91)
  • since: 11.1
  • access: protected
string $name (line 25)
  • since: 11.1
  • access: protected
string $relationships (line 103)
  • since: 11.1
  • access: protected
string $tags (line 79)
  • since: 11.1
  • access: protected
string $targetplatform (line 109)
  • since: 11.1
  • access: protected
string $type (line 43)
  • since: 11.1
  • access: protected
string $version (line 49)
  • since: 11.1
  • access: protected
array $_stack = array('base') (line 121)
  • since: 11.1
  • access: protected
array $_state_store = array() (line 127)
  • since: 11.1
  • access: protected
string $_xml_parser (line 115)
  • since: 11.1
  • access: protected

Inherited Variables

Inherited from JObject

JObject::$_errors
Methods
loadFromXML (line 280)

Loads an XML file from a URL.

  • return: True on success
  • since: 11.1
  • access: public
boolean loadFromXML (string $url)
  • string $url: The URL.
_characterData (line 261)

Character Parser Function

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

Callback for closing the element

  • since: 11.1
  • access: public
void _endElement (object $parser, string $name)
  • object $parser: Parser object
  • string $name: Name of element that was closed
_getLastTag (line 148)

Get the last position in stack count

  • since: 11.1
  • access: protected
string _getLastTag ()
_getStackLocation (line 136)

Gets the reference to the current direct parent

  • since: 11.1
  • access: protected
object _getStackLocation ()
_startElement (line 165)

XML Start Element callback

  • since: 11.1
  • access: public
void _startElement (object $parser, string $name, [array $attrs = array()])
  • object $parser: Parser object
  • string $name: Name of the tag found
  • array $attrs: Attributes of the tag

Inherited Methods

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