API17

JUpdate

From Joomla! Documentation

Revision as of 15:58, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(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.

[Edit Descripton] Template:Description:JUpdate

Defined in[edit]

libraries/joomla/updater/update.php

Subpackage[edit]

Updater

Extends[edit]

JObject

Extended by[edit]

Methods[edit]

Method name Description
_characterData Character Parser Function Note: This is public because its called externally.
_endElement Callback for closing the element Note: This is public because it is called externally.
_startElement XML Start Element callback Note: This is public because it is called externally.
loadFromXML
_getLastTag Get the last position in stack count.
_getStackLocation Gets the reference to the current direct parent.

Importing[edit]

jimport( 'joomla.updater.update' );

See also[edit]

Template:SeeAlso:JUpdate [Edit See Also]

Examples[edit]

<CodeExamplesForm />