API17

JUpdate

From Joomla! Documentation

Revision as of 03:53, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JUpdate[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public _characterData Character Parser Function Note: This is public because its called externally.
public _endElement Callback for closing the element Note: This is public because it is called externally.
public _startElement XML Start Element callback Note: This is public because it is called externally.
public loadFromXML
protected _getLastTag Get the last position in stack count.
protected _getStackLocation Gets the reference to the current direct parent.
  • Defined in libraries/joomla/updater/update.php
  • Extends JObject

Importing[edit]

jimport( 'joomla.updater.update' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]