API17

JUpdate: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
Line 1: Line 1:
__NOTOC__
__NOTOC__
=={{JVer|11.1}} JUpdate==
===Description===
{{Description:JUpdate}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JUpdate|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JUpdate|Edit Descripton]]<nowiki>]</nowiki>
</span>
</span>
{{Description:JUpdate}}
===Defined in===
libraries/joomla/updater/update.php
* see source code in [[jplatform:updater/update.php|BitBucket]]
===Subpackage===
[[Subpackage Updater/11.1|Updater]]
===Extends===
[[JObject/11.1|JObject]]
===Extended by===
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
!Visibility
!Method name
!Method name
!Description
!Description
|-
|-
|public
|[[JUpdate::_characterData/11.1|_characterData]]
|[[JUpdate::_characterData/11.1|_characterData]]
|Character Parser Function Note: This is public because its called externally.  
|Character Parser Function Note: This is public because its called externally.  
|-
|-
|public
|[[JUpdate::_endElement/11.1|_endElement]]
|[[JUpdate::_endElement/11.1|_endElement]]
|Callback for closing the element Note: This is public because it is called externally.  
|Callback for closing the element Note: This is public because it is called externally.  
|-
|-
|public
|[[JUpdate::_startElement/11.1|_startElement]]
|[[JUpdate::_startElement/11.1|_startElement]]
|XML Start Element callback Note: This is public because it is called externally.  
|XML Start Element callback Note: This is public because it is called externally.  
|-
|-
|public
|[[JUpdate::loadFromXML/11.1|loadFromXML]]
|[[JUpdate::loadFromXML/11.1|loadFromXML]]
|
|
|-
|-
|protected
|[[JUpdate::_getLastTag/11.1|_getLastTag]]
|[[JUpdate::_getLastTag/11.1|_getLastTag]]
|Get the last position in stack count.  
|Get the last position in stack count.  
|-
|-
|protected
|[[JUpdate::_getStackLocation/11.1|_getStackLocation]]
|[[JUpdate::_getStackLocation/11.1|_getStackLocation]]
|Gets the reference to the current direct parent.  
|Gets the reference to the current direct parent.  
|-
|-
|}
|}
* '''Defined in''' libraries/joomla/updater/update.php
* '''Extends''' [[JObject/11.1|JObject]]
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.updater.update' );</source>
<source lang="php">jimport( 'joomla.updater.update' );</source>
===See also===
===See also===
* JUpdate source code in [[jplatform:updater/update.php|BitBucket]]
* {{JVer|11.1}} '''JUpdate source code''' on [[jplatform:updater/update.php|BitBucket]]
* [[JUpdate|Other versions of this class]]
* {{JVer|11.1}} Subpackage [[Subpackage Updater/11.1|Updater]]
* [[JUpdate|Other versions of JUpdate]]
{{SeeAlso:JUpdate}}
{{SeeAlso:JUpdate}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JUpdate|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JUpdate|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
===Examples===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 54: Line 58:
category=ClassExample
category=ClassExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JUpdate]]</noinclude>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JUpdate]]</noinclude>

Revision as of 23:10, 27 April 2011

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 />