API17

API17:JUpdaterCollection

From Joomla! Documentation

Joomla 11.1 JUpdaterCollection

Description

Methods

Visibility Method name Description
public _endElement Closing an XML element Note: This is a private function though has to be exposed externally as a callback.
public _startElement Opening an XML element.
public findUpdate
protected _getParent Get the parent tag.
protected _getStackLocation Gets the reference to the current direct parent.
  • Defined in libraries/joomla/updater/adapters/collection.php
  • Extends JUpdateAdapter

Importing

jimport( 'joomla.updater.adapters.collection' );

See also


User contributed notes

Code Examples