[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/libraries/joomla/updater/adapters/ -> collection.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 254 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JUpdaterCollection:: (5 methods):
  _getStackLocation()
  _getParent()
  _startElement()
  _endElement()
  findUpdate()


Class: JUpdaterCollection  - X-Ref

Collection Update Adapter Class

_getStackLocation()   X-Ref
Gets the reference to the current direct parent

return: object

_getParent()   X-Ref
Get the parent tag

return: string   parent

_startElement($parser, $name, $attrs = array()   X-Ref
Opening an XML element

param: object  $parser  Parser object
param: string  $name    Name of element that is opened
param: array   $attrs   Array of attributes for the element
return: void

_endElement($parser, $name)   X-Ref
Closing an XML element
Note: This is a protected function though has to be exposed externally as a callback

param: object  $parser  Parser object
param: string  $name    Name of the element closing
return: void

findUpdate($options)   X-Ref
Finds an update

param: array  $options  Options to use: update_site_id: the unique ID of the update site to look at
return: array  Update_sites and updates discovered



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1