API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JUpdate|Edit Descripton]]<nowiki>]</nowiki>
</span>
===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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JUpdate|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:20, 24 March 2017

Joomla 11.1 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

{{subst:SeeAlso:JUpdate}}

User contributed notes

<CodeExamplesForm />