API17

JUpdate: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
m User contributed notes: bad link repair
Line 61: Line 61:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JUpdate]]</noinclude>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JUpdate]]</noinclude>

Revision as of 19:06, 29 August 2012

Joomla 11.1 JUpdate

Description

Template:Description:JUpdate [Edit Descripton]

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

Template:SeeAlso:JUpdate [Edit See Also]

User contributed notes

<CodeExamplesForm />