JUpdate: Difference between revisions
From Joomla! Documentation
m moving preparation |
m clean up |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JUpdate== | =={{JVer|11.1}} JUpdate== | ||
===Description=== | ===Description=== | ||
{{Description:JUpdate}} | {{subst:Description:JUpdate}} | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| Line 46: | Line 44: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Updater|Updater]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Updater|Updater]] | ||
* [[API17:JUpdate|Other versions of JUpdate]] | * [[API17:JUpdate|Other versions of JUpdate]] | ||
{{SeeAlso:JUpdate}} | {{subst:SeeAlso:JUpdate}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 16:20, 24 March 2017
JUpdate
Description
{{subst:Description:JUpdate}}
Methods
| 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
jimport( 'joomla.updater.update' );
See also
JUpdate source code on BitBucket
Subpackage Updater- Other versions of JUpdate
{{subst:SeeAlso:JUpdate}}
User contributed notes
<CodeExamplesForm />