API17:JUpdate
From Joomla! Documentation
[Edit Descripton] Template:Description:JUpdate
Defined in
libraries/joomla/updater/update.php
Subpackage
Extends
Extended by
Methods
| 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
jimport( 'joomla.updater.update' );
See also
Template:SeeAlso:JUpdate [Edit See Also]
Examples
<CodeExamplesForm />