API17:JUpdate
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/updater/update.php | libraries/joomla/updater/update.php | ||
| + | * see source code in [[jplatform:updater/update.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Updater/11.1|Updater]] | [[Subpackage Updater/11.1|Updater]] | ||
| Line 39: | Line 40: | ||
<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]] | ||
* [[JUpdate|Other versions of this class]] | * [[JUpdate|Other versions of this class]] | ||
{{SeeAlso:JUpdate}} | {{SeeAlso:JUpdate}} | ||
Revision as of 18:03, 23 April 2011
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.
[Edit Descripton] Description:JUpdate
Defined in
libraries/joomla/updater/update.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| _characterData | Character Parser Function Note: This is public because its called externally. |
| _endElement | Callback for closing the element Note: This is public because it is called externally. |
| _startElement | XML Start Element callback Note: This is public because it is called externally. |
| loadFromXML | |
| _getLastTag | Get the last position in stack count. |
| _getStackLocation | Gets the reference to the current direct parent. |
Importing
jimport( 'joomla.updater.update' );
See also
- JUpdate source code in BitBucket
- Other versions of this class
SeeAlso:JUpdate [Edit See Also]
Examples
<CodeExamplesForm />
