API17:JUpdate
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| 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> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===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 | + | * {{JVer|11.1}} '''JUpdate source code''' on [[jplatform:updater/update.php|BitBucket]] |
| − | * [[JUpdate|Other versions of | + | * {{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> | ||
| − | === | + | ===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 JClasses]][[Category:Platform 11.1]][[Category:JUpdate]]</noinclude> |
Revision as of 14:06, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JUpdate
Description
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
-
JUpdate source code on BitBucket
-
Subpackage Updater
- Other versions of JUpdate
SeeAlso:JUpdate [Edit See Also]
User contributed notes
<CodeExamplesForm />
